summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/pfctl_osfp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove two sets of NULL-checks before free().mmcc2015-12-051-19/+10
|
* Adjust <sys/param.h> comments regarding use of use of MSIZE, orderaadt2015-01-201-3/+4
| | | | | delete <sys/param.h> if now possible ok guenther
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
|
* ctype cleanups, now that the kernel has u_char strings (that is thederaadt2013-12-221-15/+15
| | | | | easy road, otherwise this would be a righteous mess) ok florian
* Revert non-compatible and undocumented bullshit commited by 3 developersderaadt2010-10-181-82/+9
| | | | | | | | who decided to just do it on their own. henning, mcbride, jsing -- shame on you -- if you had shown this diff to just 1 other network developer, the astounding mistake in it would have been noticed. Start practicing inclusionary development instead of going alone. ok claudio
* Add quirks support to operating system fingerprinting. tcpdump partjsing2010-10-171-9/+82
| | | | | | by mcbride@. ok mcbride@ henning@
* use correct struct when checking DF or INET6, ok frantzen@ months agodavid2008-06-161-2/+2
| | | | forgotten in one of my trees
* IPv6 passive OS fingerprinting.itojun2006-12-131-1/+9
| | | | | reuses IPv4 signature file (assuming that TCP code is shared among IPv4/v6). mcbride ok.
* Fix indentation as to not mislead the code reader. No functional change.aaron2005-02-171-4/+3
|
* use strchr instead of indexderaadt2004-12-191-4/+4
|
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-0/+1093
tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@