Module ethernet

Source
Expand description

An ethernet packet abstraction.

Structs§

Ethernet
Represents an Ethernet packet.
EthernetHeader
Represents the Ethernet Header.
EthernetIterable
Used to iterate over a slice of EthernetPackets
EthernetPacket
A structure enabling manipulation of on the wire packets
MutableEthernetPacket
A structure enabling manipulation of on the wire packets

Enums§

EtherType
Represents the Ethernet types.

Constants§

ETHERNET_HEADER_LEN
Represents the Ethernet header length.
MAC_ADDR_LEN
Represents the MAC address length.