Expand description
ARP package parsing and building.
Structs§
- ARPSlice
- ARP packet slice
- ARPSlice
Builder - ARP builder
Enums§
Constants§
- ARP_
SIZE - ARP size
- HARDWARE_
ETHERNET - Hardware type ethernet
- HARDWARE_
SIZE_ ETHERNET - Hardware ethernet address size
- OPCODE_
REPLY - Opcode reply
- OPCODE_
REQUEST - Opcode request
- PROTOCOL_
IPV4 - Protocol type ipv4
- PROTOCOL_
SIZE_ IPV4 - Protocol ipv4 address size
Functions§
- parse
- Parse a byte buffer (at least 28 bytes) to a ARPSlice