Some EtherType values (Ethernet II).
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
// // Some EtherType values (Ethernet II). // enum EtherType { ETHERTYPE_IP = 0x0800; ETHERTYPE_ARP = 0x0806; ETHERTYPE_RARP = 0x8035; }