summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-pflog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove #ifdef INET6kn2018-10-221-5/+1
* Sync NO_PID value from kernel header to tcpdump source. It isbluhm2017-05-241-2/+2
* do not need sys/proc.hderaadt2017-01-241-2/+1
* Add sys/queue.h where it's needed. Unbreak userland following recentsthen2016-04-041-1/+2
* Remove remaining instances of the register keyword.mmcc2015-11-161-2/+2
* Adjust <sys/param.h> comments regarding use of use of MSIZE, orderaadt2015-01-201-5/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+2
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
* Teach some userland tools about NAT64. I think this is mostly from mikeb@claudio2011-10-131-2/+2
* Do not use BPF_WORDALIGN when computing pflog header length as it alignscanacar2010-10-091-2/+2
* when a packet has had addresses and/or ports rewritten, show the originalhenning2010-09-211-1/+20
* remove support for the old pflog format, replaced in 2003henning2010-06-261-93/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* teach tcpdump about match ruleshenning2009-04-061-2/+8
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* Replace a C++ comment with a C comment. No code changes.cloder2005-11-231-3/+3
* log two pairs of uid/pid through pflog: the uid/pid of the process thatdhartmei2005-05-271-2/+13
* clean up printing of rule numbers. omit ruleset name and sub-rule numberdhartmei2005-03-111-14/+18
* #ifdef INET6dhartmei2003-06-211-2/+10
* libpcap and tcpdump now understand the new pflog datalink type.canacar2003-05-141-9/+114
* a lost ntohs() caused tcpdump not to print the action.henning2003-01-281-3/+3
* Support all possible rule types ("scrub" rules can log packets beingmcbride2003-01-011-5/+28
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-4/+2
* handle ipv6; mcbride@countersiege.comjakob2001-09-181-8/+19
* only print pf rules when using -e flag; <canacar@eee.metu.edu.tr>jakob2001-09-031-12/+13
* make it compileprovos2001-07-171-3/+4
* fix PFRES_MAX handlingderaadt2001-06-261-3/+3
* array of counters indexed by reason codesderaadt2001-06-261-23/+5
* print reason sub codes.provos2001-06-261-3/+15
* print reason nr and text.provos2001-06-261-7/+11
* print out reason code, unless it is just a matchprovos2001-06-261-4/+15
* interpret DLT_PFLOGprovos2001-06-251-0/+96