Patches from Matthias Drochner (thanks !) Version 2.0.8: ------------- More fingerprints, signature cleanup. p0fping.c and diagnostic queries added. Socket ownership fix when dropping privs. Some -O signatures. Version 2.0.7: -------------- Added -0 mode for port 0 wildcards in queries. Added -e option to make p0f work on some boxes. HDLC support added. New fingerprints, including Windows Vista betas. [BUG] Fixed timezone in logs after chroot(). [BUG] Unlikely command-line overflow with VLANs fixed. Version 2.0.6: -------------- [BUG] Fixed pcap naming madness. Support for Cygwin. More signatures. Plenty of -A sigs from Ryan Kruse. [BUG] Fix to a command-line parsing snafu with sprintf; shame on me ;-) Timestamps in masquerade detection. Write PID to /var/run/p0f.pid
21 lines
699 B
Text
21 lines
699 B
Text
$NetBSD: patch-ad,v 1.5 2007/03/05 20:31:53 adrianp Exp $
|
|
|
|
--- mk/SunOS.orig 2006-03-09 20:21:39.000000000 +0100
|
|
+++ mk/SunOS
|
|
@@ -5,13 +5,9 @@
|
|
# (C) Copyright 2000-2006 by Michal Zalewski <lcamtuf@coredump.cx>
|
|
#
|
|
|
|
-CC = gcc
|
|
-LIBS = -lpcap -L/opt/local/lib \
|
|
- -L/usr/local/lib -lsocket -lnsl
|
|
-CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops \
|
|
- -DBYTE_ORDER=1234 -DBIG_ENDIAN=1234 \
|
|
- -DUSE_BPF=\"${USE_BPF}\" \
|
|
- -I/opt/local/include -I/usr/local/include
|
|
+#CC = gcc
|
|
+LIBS = $(LDFLAGS) -lpcap -lsocket -lnsl
|
|
+CFLAGS = -DBYTE_ORDER=1234 -DBIG_ENDIAN=1234 -DUSE_BPF=\"${USE_BPF}\"
|
|
FILE = p0f
|
|
TOOLS = test/sendack test/sendack2 test/sendsyn
|
|
|