Expand description
An ethernet packet abstraction.
Structs§
- Ethernet
- Represents an Ethernet packet.
- Ethernet
Header - Represents the Ethernet Header.
- Ethernet
Iterable - Used to iterate over a slice of
EthernetPacket
s - Ethernet
Packet - A structure enabling manipulation of on the wire packets
- Mutable
Ethernet Packet - A structure enabling manipulation of on the wire packets
Enums§
- Ether
Type - Represents the Ethernet types.
Constants§
- ETHERNET_
HEADER_ LEN - Represents the Ethernet header length.
- MAC_
ADDR_ LEN - Represents the MAC address length.