Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 557 Bytes

File metadata and controls

15 lines (13 loc) · 557 Bytes

ArpHeader

Properties

Name Type Description Notes
opCode OpCodeEnum This field specifies the nature of the Arp message being sent.
srcIp String This field specifies the IP address of the sender. If omitted, the src_ip is set to 0.0.0.0. [optional]
dstIp String The destination IP address

Enum: OpCodeEnum

Name Value
REQUEST "ARP_REQUEST"
REPLY "ARP_REPLY"