--- configure.org Tue Feb 18 15:31:11 2003 +++ configure Tue Feb 18 15:32:56 2003 @@ -3435,11 +3435,11 @@ *) echo "$as_me:3436: result: $withval" >&5 echo "${ECHO_T}$withval" >&6 - if test -f $withval/pcap.h -a -f $withval/libpcap.a; then + if test -f $withval/include/pcap.h -a -f $withval/lib/libpcap.a; then owd=`pwd` if cd $withval; then withval=`pwd`; cd $owd; fi - PCAPINC="-I$withval -I$withval/bpf" - PCAPLIB="-L$withval -lpcap" + PCAPINC="-I$withval/include -I$withval/bpf" + PCAPLIB="-L$withval/lib -lpcap" else { { echo "$as_me:3444: error: pcap.h or libpcap.a not found in $withval" >&5 echo "$as_me: error: pcap.h or libpcap.a not found in $withval" >&2;} @@ -3482,9 +3482,9 @@ *) echo "$as_me:3483: result: $withval" >&5 echo "${ECHO_T}$withval" >&6 - if test -f $withval/src/libdnet.a; then + if test -f $withval/lib/libdnet.a; then DNETINC="-I$withval/include" - DNETLIB="-L$withval/src -ldnet `$withval/dnet-config --libs`" + DNETLIB="-L$withval/lib -ldnet `$withval/bin/dnet-config --libs`" elif test -x $withval/bin/dnet-config; then DNETINC="`$withval/bin/dnet-config --cflags`" DNETLIB="`$withval/bin/dnet-config --libs`" @@ -3525,11 +3525,11 @@ *) echo "$as_me:3526: result: $withval" >&5 echo "${ECHO_T}$withval" >&6 - if test -f $withval/event.h -a -f $withval/libevent.a; then + if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then owd=`pwd` if cd $withval; then withval=`pwd`; cd $owd; fi - EVENTINC="-I$withval" - EVENTLIB="-L$withval -levent" + EVENTINC="-I$withval/include" + EVENTLIB="-L$withval/lib -levent" else { { echo "$as_me:3534: error: event.h or libevent.a not found in $withval" >&5 echo "$as_me: error: event.h or libevent.a not found in $withval" >&2;} --- nmap.prints.org Thu Feb 20 15:39:35 2003 +++ nmap.prints Thu Feb 20 15:40:04 2003 @@ -6715,18 +6715,6 @@ T7(DF=N%W=0%ACK=S++%Flags=AR%Ops=) PU(Resp=N|Y) -# Contributed by Nick Hone nhone@telus.net -Fingerprint Windows NT 4 SP3 -TSeq(Class=TD|RI%gcd=<18%SI=<2A00DA&>6B73) -T1(DF=Y%W=7FFF|2017%ACK=S++%Flags=AS%Ops=M|MNWNNT) -T2(Resp=Y%DF=N%W=0%ACK=S%Flags=AR%Ops=) -T3(Resp=Y%DF=Y%W=7FFF|2017%ACK=S++|O%Flags=AS|A%Ops=M|NNT) -T4(DF=N%W=0%ACK=O|S%Flags=R%Ops=) -T5(DF=N%W=0%ACK=S++%Flags=AR%Ops=) -T6(DF=N%W=0%ACK=O|S++%Flags=R%Ops=) -T7(DF=N%W=0%ACK=S++%Flags=AR%Ops=) -PU(TOS=0%IPLEN=38%RIPTL=148%RID=E%RIPCK=E%UCK=E%ULEN=134%DAT=E) - # Contributed by grunby grunby@hades.ss.purchase.edu Fingerprint Microsoft NT 4.0 SP5-SP6 TSeq(Class=RI%gcd=<6%SI=21A) --- interface.c.orig Sat Jun 14 05:45:26 2003 +++ interface.c Thu Jun 26 11:23:20 2003 @@ -47,6 +47,7 @@ #include #include +#include #include #include #include --- arp.c.orig Fri May 30 14:19:46 2003 +++ arp.c Thu Jun 26 11:23:26 2003 @@ -45,6 +45,7 @@ #include #include +#include #include #include #include --- gre.c.orig Sat Jun 14 06:33:27 2003 +++ gre.c Thu Jun 26 11:23:38 2003 @@ -50,6 +50,7 @@ #undef timeout_pending #undef timeout_initialized +#include #include #include "honeyd.h"