Module arp

Source
Expand description

ARP packet abstraction.

Structs§

Arp
Represents an ARP Packet.
ArpHeader
Represents the ARP header.
ArpIterable
Used to iterate over a slice of ArpPackets
ArpPacket
A structure enabling manipulation of on the wire packets
MutableArpPacket
A structure enabling manipulation of on the wire packets

Enums§

ArpHardwareType
Represents the ARP hardware types.
ArpOperation
Represents the ARP operation types.

Constants§

ARP_HEADER_LEN
ARP Header Length.
ARP_PACKET_LEN
ARP Minimum Packet Length.