CVSROOT: /cvs Module name: src Changes by: mcbr...@cvs.openbsd.org 2011/07/24 06:13:11
Modified files: sys/net : pf.c Log message: OS fingerprinting can only be done on rules that explicitly specify TCP now, put it in the IPPROTO_TCP case of the pf_test_rule() inner loop. ok henning sthen