pub const ETHERNET_HEADER_SIZE: usize = 14;
Ethernet frame header size: dst(6) + src(6) + ethertype(2) = 14 bytes