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