Print rewritten addresses in tcpdump(8) logged with pflog(4) for
authorbluhm <bluhm@openbsd.org>
Wed, 20 Jan 2021 13:40:15 +0000 (13:40 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 20 Jan 2021 13:40:15 +0000 (13:40 +0000)
commita0942b10af817d9babc3e6a5ec8005dfb7e4e3e8
tree1e49d70ac3ab59da05af37ea878ceb1fed63226d
parent6f7ca46a8860aa24878a40847127ad6d11061f82
Print rewritten addresses in tcpdump(8) logged with pflog(4) for
rdr-to, nat-to, af-to rules.  The kernel uses the information from
the packet description and fills it into the fields in the pflog
header.  While doing this, it is trival to figure out whether the
packet has been rewritten.
OK sashan@
sys/net/if_pflog.c
usr.sbin/tcpdump/print-pflog.c