probe::netfilter.arp.in — - Called for each incoming ARP packet
netfilter.arp.in
pfProtocol family -- always “arp”
ar_shaEthernet+IP only (ar_pro==0x800): source hardware (MAC) address
nf_dropConstant used to signify a 'drop' verdict
ar_plnLength of protocol address
indev_nameName of network device packet was received on (if known)
ar_hlnLength of hardware address
nf_acceptConstant used to signify an 'accept' verdict
data_strA string representing the packet buffer contents
arphdrAddress of ARP header
ar_sipEthernet+IP only (ar_pro==0x800): source IP address
outdevAddress of net_device representing output device, 0 if unknown
nf_queueConstant used to signify a 'queue' verdict
ar_opARP opcode (command)
nf_stolenConstant used to signify a 'stolen' verdict
indevAddress of net_device representing input device, 0 if unknown
ar_dataAddress of ARP packet data region (after the header)
ar_proFormat of protocol address
lengthThe length of the packet buffer contents, in bytes
ar_tipEthernet+IP only (ar_pro==0x800): target IP address
nf_repeatConstant used to signify a 'repeat' verdict
data_hexA hexadecimal string representing the packet buffer contents
ar_thaEthernet+IP only (ar_pro==0x800): target hardware (MAC) address
nf_stopConstant used to signify a 'stop' verdict
ar_hrdFormat of hardware address
outdev_nameName of network device packet will be routed to (if known)