Expand description
Contains support for parsing and writing Ethernet frames. Does not currently offer support for 802.1Q tags.
Structs§
- Ethernet
Frame - Interprets the inner bytes as an Ethernet frame.
Enums§
- Ethernet
Error - Describes the errors which may occur when handling Ethernet frames.
Constants§
- ETHERTYPE_
ARP - Ethertype value for ARP frames.
- ETHERTYPE_
IPV4 - Ethertype value for IPv4 packets.
- PAYLOAD_
OFFSET - Payload offset in an ethernet frame