#pragma once #include struct EtherType { enum : word { ARP = 0x0806, IPv4 = 0x0800, }; };