CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/01/20 06:40:15
Modified files: sys/net : if_pflog.c usr.sbin/tcpdump: print-pflog.c Log message: 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@