summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-pflog.c
AgeCommit message (Expand)Author
2011-10-13Teach some userland tools about NAT64. I think this is mostly from mikeb@Claudio Jeker
2010-10-09Do not use BPF_WORDALIGN when computing pflog header length as it alignsCan Erkin Acar
2010-09-21when a packet has had addresses and/or ports rewritten, show the originalHenning Brauer
2010-06-26remove support for the old pflog format, replaced in 2003Henning Brauer
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-04-06teach tcpdump about match rulesHenning Brauer
2007-10-07trash $Header goo which is just annoying; 5595Theo de Raadt
2005-11-23Replace a C++ comment with a C comment. No code changes.Chad Loder
2005-05-27log two pairs of uid/pid through pflog: the uid/pid of the process thatDaniel Hartmeier
2005-03-11clean up printing of rule numbers. omit ruleset name and sub-rule numberDaniel Hartmeier
2003-06-21#ifdef INET6Daniel Hartmeier
2003-05-14libpcap and tcpdump now understand the new pflog datalink type.Can Erkin Acar
2003-01-28a lost ntohs() caused tcpdump not to print the action.Henning Brauer
2003-01-01Support all possible rule types ("scrub" rules can log packets beingRyan Thomas McBride
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-09-18handle ipv6; mcbride@countersiege.comJakob Schlyter
2001-09-03only print pf rules when using -e flag; <canacar@eee.metu.edu.tr>Jakob Schlyter
2001-07-17make it compileNiels Provos
2001-06-26fix PFRES_MAX handlingTheo de Raadt
2001-06-26array of counters indexed by reason codesTheo de Raadt
2001-06-26print reason sub codes.Niels Provos
2001-06-26print reason nr and text.Niels Provos
2001-06-26print out reason code, unless it is just a matchNiels Provos
2001-06-25interpret DLT_PFLOGNiels Provos