index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
tcpdump
/
print-pflog.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove #ifdef INET6
kn
2018-10-22
1
-5
/
+1
*
Sync NO_PID value from kernel header to tcpdump source. It is
bluhm
2017-05-24
1
-2
/
+2
*
do not need sys/proc.h
deraadt
2017-01-24
1
-2
/
+1
*
Add sys/queue.h where it's needed. Unbreak userland following recent
sthen
2016-04-04
1
-1
/
+2
*
Remove remaining instances of the register keyword.
mmcc
2015-11-16
1
-2
/
+2
*
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
deraadt
2015-01-20
1
-5
/
+4
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+2
*
No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.
mpi
2014-08-14
1
-2
/
+1
*
Teach some userland tools about NAT64. I think this is mostly from mikeb@
claudio
2011-10-13
1
-2
/
+2
*
Do not use BPF_WORDALIGN when computing pflog header length as it aligns
canacar
2010-10-09
1
-2
/
+2
*
when a packet has had addresses and/or ports rewritten, show the original
henning
2010-09-21
1
-1
/
+20
*
remove support for the old pflog format, replaced in 2003
henning
2010-06-26
1
-93
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-6
/
+1
*
teach tcpdump about match rules
henning
2009-04-06
1
-2
/
+8
*
trash $Header goo which is just annoying; 5595
deraadt
2007-10-07
1
-2
/
+2
*
Replace a C++ comment with a C comment. No code changes.
cloder
2005-11-23
1
-3
/
+3
*
log two pairs of uid/pid through pflog: the uid/pid of the process that
dhartmei
2005-05-27
1
-2
/
+13
*
clean up printing of rule numbers. omit ruleset name and sub-rule number
dhartmei
2005-03-11
1
-14
/
+18
*
#ifdef INET6
dhartmei
2003-06-21
1
-2
/
+10
*
libpcap and tcpdump now understand the new pflog datalink type.
canacar
2003-05-14
1
-9
/
+114
*
a lost ntohs() caused tcpdump not to print the action.
henning
2003-01-28
1
-3
/
+3
*
Support all possible rule types ("scrub" rules can log packets being
mcbride
2003-01-01
1
-5
/
+28
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-4
/
+2
*
handle ipv6; mcbride@countersiege.com
jakob
2001-09-18
1
-8
/
+19
*
only print pf rules when using -e flag; <canacar@eee.metu.edu.tr>
jakob
2001-09-03
1
-12
/
+13
*
make it compile
provos
2001-07-17
1
-3
/
+4
*
fix PFRES_MAX handling
deraadt
2001-06-26
1
-3
/
+3
*
array of counters indexed by reason codes
deraadt
2001-06-26
1
-23
/
+5
*
print reason sub codes.
provos
2001-06-26
1
-3
/
+15
*
print reason nr and text.
provos
2001-06-26
1
-7
/
+11
*
print out reason code, unless it is just a match
provos
2001-06-26
1
-4
/
+15
*
interpret DLT_PFLOG
provos
2001-06-25
1
-0
/
+96