Expand description
Parsing and serialization of Ethernet frames.
Modules§
- testutil
- Constants useful for testing.
Structs§
- Ethernet
Frame - An Ethernet frame.
- Ethernet
Frame Builder - A builder for Ethernet frames.
Enums§
- Ether
Type - An EtherType number.
- Ethernet
Frame Length Check - Whether or not an Ethernet frame’s length should be checked during parsing.
Constants§
- ETHERNET_
HDR_ LEN_ NO_ TAG - The length of an Ethernet header when it has no tags.
- ETHERNET_
MIN_ BODY_ LEN_ NO_ TAG - The minimum length of an Ethernet frame’s body when the header contains no tags.
Traits§
- Ethernet
IpExt - An extension trait adding IP-related functionality to
Ipv4
andIpv6
.