summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pflog.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Link pflog(4) instances to `pflog_ifs' list instead of allocatingmvs2021-01-131-3/+5
* All users of the PFLOG_PACKET() macro are inside "#if NPFLOG > 0".bluhm2018-04-061-6/+1
* Remove list member now that the global list is gone.mpi2017-05-161-2/+1
* change log(matches) semantics slightly to make it more useful. since ithenning2015-02-121-3/+3
* tedu bpf_mtap_pflog().henning2014-07-091-3/+1
* Protect various driver descriptors by _KERNEL to stop exposing to muchmpi2013-06-251-7/+8
* there was a limit on the number of pflog interfaces - 16. remove that.henning2012-07-081-3/+1
* Since the IPv6 madness is not enough introduce NAT64 -- which is actuallyclaudio2011-10-131-2/+3
* As requested by henning, move the mbuf pointer into struct pf_pdesc.bluhm2011-09-281-3/+3
* Put kif and dir into pdesc an use this instead of passing the valuesbluhm2011-09-201-3/+3
* reduce kernel compile time dramaticallyhenning2011-07-031-3/+3
* Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET()claudio2011-05-221-3/+3
* aye. that should not have been forgotten. add the rewritten indicatorhenning2010-09-211-2/+3
* pflog overhaulhenning2010-09-211-3/+11
* bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enoughhenning2010-06-261-12/+1
* allow up to 16 pflog interfaces, ok mcbridehenning2006-10-251-2/+2
* make the pflog interface clonable.henning2006-10-231-2/+6
* log two pairs of uid/pid through pflog: the uid/pid of the process thatdhartmei2005-05-271-3/+7
* Allow recursive anchors (anchors within anchors, up to 64dhartmei2004-05-191-6/+3
* remove trailing ';' in PFLOG_REAL_HDRLEN definition. ok dhartmei@ mcbride@frantzen2004-03-191-2/+2
* Adjust pflog after recent byte order changes, fixes the 'truncated-ip'dhartmei2003-07-151-13/+2
* Use official (from pcap people) link type for pflog.canacar2003-05-141-7/+29
* keep all pflog goodies in pflog sources, avoids code duplications; okski frantzen@ and dhartmei@mickey2002-10-291-2/+20
* fix the endif commentmickey2001-11-081-3/+3
* clean up copyrightprovos2001-06-261-30/+21
* use reasons in pull_hdr, default log if pull_hdr fails. okay deraadt@provos2001-06-261-2/+2
* add a subreason to the link header to allow us to determine why a packet wasprovos2001-06-261-4/+5
* extend the logging via a new link header type. export interface, direction,provos2001-06-251-3/+7
* first stab at packet logging for pf. inspired by late night dreams of art.provos2001-06-251-0/+50