summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/pf_print_state.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the build after removing an unused af argument from unmask().kevlo2018-09-071-3/+3
* Don't assume s->ifname is NUL terminated and printable.jsg2016-10-281-3/+9
* Adjust <sys/param.h> comments regarding use of use of MSIZE, orderaadt2015-01-201-1/+2
* New attempt to make the -P flag work with -ss, so that states can belteo2012-07-081-8/+15
* Teach some userland tools about NAT64. I think this is mostly from mikeb@claudio2011-10-131-8/+15
* The ioctl to show states returns a pfsync_state which is in network byteclaudio2010-11-121-3/+3
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-6/+10
* pfsync v5, mostly written at n2k9, but based on work done at n2k8.dlg2009-02-161-7/+7
* Second half of PF state table rearrangement.mcbride2008-05-291-18/+30
* Don't just ntohl() the hours, but everything of the statempf2008-05-091-6/+7
* pf_state is no longer the same; modify pf_print_state.c to acceptmcbride2007-05-311-21/+33
* crank pf_state and pf_src_node byte and packet counters to u_in64_t, sincemcbride2005-11-041-2/+2
* Make pfsync printing consistent with rest of tcpdump regarding newlines,mcbride2004-02-101-15/+13
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-0/+288