Module arp

Source
Expand description

Parsing and serialization of ARP packets.

Structs§

ArpPacket
An ARP packet.
ArpPacketBuilder
A builder for ARP packets.

Enums§

ArpHardwareType
An ARP hardware protocol.
ArpNetworkType
An ARP network protocol.
ArpOp
The type of an ARP operation.

Traits§

HType
A trait to represent an ARP hardware type.
PType
A trait to represent an ARP protocol type.

Functions§

peek_arp_types
Peek at an ARP header to see what hardware and protocol address types are used.