summaryrefslogtreecommitdiffstats
path: root/sys/net/pf_osfp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some of the LOG_NOTICE messages from PF were seen in normal operationssthen2017-04-231-5/+5
* Fold union pf_headers buffer into struct pf_pdesc (enabled by pfvar_priv.h).procter2016-11-221-2/+2
* Put union pf_headers and struct pf_pdesc into separate header filebluhm2016-10-261-4/+10
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-8/+5
* provide a pool_setipl so tcpdump can compile this filedlg2016-09-021-1/+2
* pool_setipl for pf bitsdlg2016-09-021-1/+3
* style: no spaces after # for define/include, ok phessler bennohenning2016-07-191-17/+16
* Add sys/queue.h where it's needed. Unbreak userland following recentsthen2016-04-041-1/+2
* The pf_osfp_pl and pf_osfp_entry_pl never get used in interrupt context.kettenis2015-09-041-5/+5
* msg.mpisashan2015-07-181-11/+11
* Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.mpi2015-07-161-2/+2
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* Replace most of our formating functions to convert IPv4/6 addresses frommpi2013-11-111-4/+3
* Remove the number of in6_var.h inclusions by moving some functions andmpi2013-10-241-4/+1
* As requested by henning, move the mbuf pointer into struct pf_pdesc.bluhm2011-09-281-5/+6
* As I have touched half of pf lines anyway, fix whitespaces now.bluhm2011-09-221-3/+4
* Check the protocol header length for tcp, udp, icmp, icmp6 inbluhm2011-09-211-2/+2
* pf_setup_pdesc() panics if address family is neither AF_INET norbluhm2011-09-201-10/+10
* Consolidate pf function parameters. Move off and hdrlen into pdescbluhm2011-09-191-6/+6
* Revert non-compatible and undocumented bullshit commited by 3 developersderaadt2010-10-181-33/+9
* Add quirks support to operating system fingerprinting. tcpdump partjsing2010-10-171-9/+33
* fp_wscale is only a single byte so do not byteswap it. This makes osclaudio2010-10-041-2/+1
* - find.fp_wsize *= find.fp_mss, 1;henning2010-07-131-2/+2
* replace pool_get(), memset(,0,) with pool_get(,PR_ZERO) as $DEITYoga2010-04-091-3/+2
* Convert pf debug logging to using log()/addlog(), a single standardisedmcbride2010-01-181-20/+20
* pool_get()s not in interrupt context should not be PR_NOWAIT, buthenning2008-06-141-4/+7
* #if 0 an annoygly chatty printf active whenever we're at loglevelhenning2008-06-121-2/+3
* since thehenning2007-09-011-1/+2
* wrap ipv6 portion with #ifdef INET6. from cmetzitojun2006-12-131-3/+7
* IPv6 passive OS fingerprinting.itojun2006-12-131-17/+73
* move some of the non-interrupt pools from the small kmem_map to the muchfrantzen2004-04-091-3/+3
* oops... string.h ended up being included twice; pointed out by espiepvalchev2004-01-041-3/+1
* include proper protos for userland; deraadtpvalchev2004-01-041-1/+3
* make sure userland sees memcmp and friends (gcc3)espie2004-01-031-1/+2
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
* more const-correctness, ok mcbride@dhartmei2003-12-191-2/+2
* resolve compiler warnings, from Pyun YongHyeon, ok cedric@, mcbride@dhartmei2003-12-181-2/+2
* fix inconsistency how we handle tcpopt EOL versus how p0f v2 handles itfrantzen2003-08-271-3/+4
* it is supprisingly common (>4%) for some NAT and DSL routers to tweak MSSfrantzen2003-08-271-8/+24
* Add Michal Zalewski's p0f v2 style passive OS fingerprinting to PF.frantzen2003-08-211-0/+507