struct ArpFrame

struct ArpFrame
{
    // fields

    io.EthernetHdr m_ethernet;
    io.ArpHdr m_arp;
};