summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/pfctl_osfp.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-11-08Close the fingerprints file in the child after it has been loaded.Bryan Steele
2018-11-08Hoist opening pf.os(5) fingerprints '-o' earlier so that it doesn'tBryan Steele
2017-05-28Reduce differences between the two pfctl_osfp.c files.Michal Mazurek
2017-05-28Catch up with pfctl/pfctl_osfp.c, no binary change.Michal Mazurek
2015-12-05Remove two sets of NULL-checks before free().mmcc
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2014-08-14No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2013-12-22ctype cleanups, now that the kernel has u_char strings (that is theTheo de Raadt
2010-10-18Revert non-compatible and undocumented bullshit commited by 3 developersTheo de Raadt
2010-10-17Add quirks support to operating system fingerprinting. tcpdump partJoel Sing
2008-06-16use correct struct when checking DF or INET6, ok frantzen@ months agoDavid Krause
2006-12-13IPv6 passive OS fingerprinting.Jun-ichiro itojun Hagino
2005-02-17Fix indentation as to not mislead the code reader. No functional change.Aaron Campbell
2004-12-19use strchr instead of indexTheo de Raadt
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar