ArpHeader
ArpHeader
JSON Example
{
"dst_ip": "string",
"op_code": "string",
"src_ip": "string"
}
string As ipv4
As ipv4
dst_ip
Required
The destination IP address
string
op_code
Required
Constraints:
default: ARP_REQUEST
This field specifies the nature of the Arp message being sent.
Possible values are :
ARP_REQUEST,
ARP_REPLY,
string As ipv4
As ipv4
src_ip
Optional
This field specifies the IP address of the sender. If omitted, the src_ip is set to 0.0.0.0.