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