struct io.EthernetHdr

struct EthernetHdr {
    // fields

    io.EthernetAddress m_dstAddress;
    io.EthernetAddress m_srcAddress;
    io.EthernetType bigendian m_type;
};