summaryrefslogtreecommitdiff
path: root/security/p0f/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-26 11:59:15 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-26 11:59:15 +0000
commita865c28a170f4f9ae23d7b3f9ef34cc10f2afbd6 (patch)
tree4d92ba36e120a641e5973397727d549627d9cba4 /security/p0f/patches
parenteab52d3728553ef51cbac534c96664ea163ff85e (diff)
downloadpkgsrc-a865c28a170f4f9ae23d7b3f9ef34cc10f2afbd6.tar.gz
Add p0f-1.7: passive OS fingerprinting tool
Passive OS fingerprinting technique based on information coming from remote host when it establishes connection to our system. Captured packets contains enough information to determine OS - and, unlike active scanners (nmap, queSO) - without sending anything to this host. Submitted by in private mail.
Diffstat (limited to 'security/p0f/patches')
-rw-r--r--security/p0f/patches/patch-ab22
1 files changed, 4 insertions, 18 deletions
diff --git a/security/p0f/patches/patch-ab b/security/p0f/patches/patch-ab
index b2e8187814f..c06f82bafad 100644
--- a/security/p0f/patches/patch-ab
+++ b/security/p0f/patches/patch-ab
@@ -1,23 +1,9 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/03/26 05:12:56 zuntum Exp $
+$NetBSD: patch-ab,v 1.1.1.2 2001/03/26 11:59:15 hubertf Exp $
---- Makefile.orig Tue Jun 13 20:45:06 2000
+--- Makefile.orig Mon Mar 26 06:21:15 2001
+++ Makefile
-@@ -3,20 +3,19 @@
- # (c) <lcamtuf@tpi.pl>
- #
-
--CC = gcc
- CLIBS = -lpcap
- SUNLIBS = -lsocket -lnsl -D_SUN_=1
- STRIP = strip
--CFLAGS = -O3 -Wall
- FILE = p0f
- VERSION = 1.7
-
- DISTRO = p0f.c Makefile README COPYING tcp.h p0f.fp
-
--all: $(FILE) strip
-+all: $(FILE)
+@@ -16,7 +16,8 @@
+ all: $(FILE) strip
$(FILE): p0f.c
- $(CC) $(CFLAGS) -DVER=\"$(VERSION)\" -o $@ $< $(CLIBS) \