summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/pfctl_osfp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@