Expand description
ARP packet abstraction.
Structs§
- Arp
- Represents an ARP Packet.
- ArpHeader
- Represents the ARP header.
- ArpIterable
- Used to iterate over a slice of
ArpPacket
s - ArpPacket
- A structure enabling manipulation of on the wire packets
- Mutable
ArpPacket - A structure enabling manipulation of on the wire packets
Enums§
- ArpHardware
Type - 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.