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