Crate arp_parse

Source
Expand description

ARP package parsing and building.

Structs§

ARPSlice
ARP packet slice
ARPSliceBuilder
ARP builder

Enums§

Error

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