probe::netfilter.ip.post_routing — Called immediately before an outgoing IP packet leaves the computer
netfilter.ip.post_routing
data_hexA hexadecimal string representing the packet buffer contents
ipproto_udpConstant used to signify that the packet protocol is UDP
pfProtocol family -- either “ipv4” or “ipv6”
outdev_nameName of network device packet will be routed to (if known)
nf_acceptConstant used to signify an 'accept' verdict
synTCP SYN flag (if protocol is TCP; ipv4 only)
nf_dropConstant used to signify a 'drop' verdict
familyIP address family
ipproto_tcpConstant used to signify that the packet protocol is TCP
urgTCP URG flag (if protocol is TCP; ipv4 only)
nf_repeatConstant used to signify a 'repeat' verdict
finTCP FIN flag (if protocol is TCP; ipv4 only)
protocolPacket protocol from driver (ipv4 only)
dportTCP or UDP destination port (ipv4 only)
nf_stopConstant used to signify a 'stop' verdict
lengthThe length of the packet buffer contents, in bytes
data_strA string representing the packet buffer contents
indev_nameName of network device packet was received on (if known)
sportTCP or UDP source port (ipv4 only)
iphdrAddress of IP header
saddrA string representing the source IP address
outdevAddress of net_device representing output device, 0 if unknown
daddrA string representing the destination IP address
indevAddress of net_device representing input device, 0 if unknown
nf_stolenConstant used to signify a 'stolen' verdict
nf_queueConstant used to signify a 'queue' verdict
rstTCP RST flag (if protocol is TCP; ipv4 only)
ackTCP ACK flag (if protocol is TCP; ipv4 only)
pshTCP PSH flag (if protocol is TCP; ipv4 only)