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
/
sys
/
net
/
if_pflog.h
Age
Commit message (
Expand
)
Author
2013-06-25
Protect various driver descriptors by _KERNEL to stop exposing to much
Martin Pieuchot
2012-07-08
there was a limit on the number of pflog interfaces - 16. remove that.
Henning Brauer
2011-10-13
Since the IPv6 madness is not enough introduce NAT64 -- which is actually
Claudio Jeker
2011-09-28
As requested by henning, move the mbuf pointer into struct pf_pdesc.
Alexander Bluhm
2011-09-20
Put kif and dir into pdesc an use this instead of passing the values
Alexander Bluhm
2011-07-03
reduce kernel compile time dramatically
Henning Brauer
2011-05-22
Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET()
Claudio Jeker
2010-09-21
aye. that should not have been forgotten. add the rewritten indicator
Henning Brauer
2010-09-21
pflog overhaul
Henning Brauer
2010-06-26
bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enough
Henning Brauer
2006-10-25
allow up to 16 pflog interfaces, ok mcbride
Henning Brauer
2006-10-23
make the pflog interface clonable.
Henning Brauer
2005-05-27
log two pairs of uid/pid through pflog: the uid/pid of the process that
Daniel Hartmeier
2004-05-19
Allow recursive anchors (anchors within anchors, up to 64
Daniel Hartmeier
2004-03-19
remove trailing ';' in PFLOG_REAL_HDRLEN definition. ok dhartmei@ mcbride@
Mike Frantzen
2003-07-15
Adjust pflog after recent byte order changes, fixes the 'truncated-ip'
Daniel Hartmeier
2003-05-14
Use official (from pcap people) link type for pflog.
Can Erkin Acar
2002-10-29
keep all pflog goodies in pflog sources, avoids code duplications; okski fran...
Michael Shalayeff
2001-11-08
fix the endif comment
Michael Shalayeff
2001-06-26
clean up copyright
Niels Provos
2001-06-26
use reasons in pull_hdr, default log if pull_hdr fails. okay deraadt@
Niels Provos
2001-06-26
add a subreason to the link header to allow us to determine why a packet was
Niels Provos
2001-06-25
extend the logging via a new link header type. export interface, direction,
Niels Provos
2001-06-25
first stab at packet logging for pf. inspired by late night dreams of art.
Niels Provos