[][src]Module netsim_embed::ethernet

An ethernet packet abstraction.

Modules

EtherTypes

EtherTypes are defined at: http://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml. These values should be used in the Ethernet EtherType field.

Structs

EtherType

Represents the Ethernet::ethertype field.

Ethernet

Represents an Ethernet packet.

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