From: guy Date: Sun, 22 Dec 2002 21:25:39 +0000 (+0000) Subject: Define HAVE_PCAP_DUMP_FLUSH, as the current CVS version of WinPcap has X-Git-Tag: tcpdump-3.8-bp~246 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/c8038a70f2fd32311fc567a11db61baacf2d7b76 Define HAVE_PCAP_DUMP_FLUSH, as the current CVS version of WinPcap has it. Add "print-ldp.o" and "print-rsvp.o" to the list of object files to link into WinDump. --- diff --git a/win32/prj/GNUmakefile b/win32/prj/GNUmakefile index d768fc58..e3336cd1 100644 --- a/win32/prj/GNUmakefile +++ b/win32/prj/GNUmakefile @@ -15,8 +15,8 @@ CFLAGS = -I ${PCAP_DIR}/wpcap/libpcap/bpf \ -I ../../Win32/Include -I ../../linux-Include \ -I ../../lbl -I../.. \ -DWIN32 -DHAVE_ADDRINFO_H -DHAVE_PCAP_FINDALLDEVS \ - -DINET6 -DSIZEOF_CHAR=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 \ - -mno-cygwin ${OPTFLAGS} + -DHAVE_PCAP_DUMP_FLUSH -DINET6 -DSIZEOF_CHAR=1 \ + -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -mno-cygwin ${OPTFLAGS} LDFLAGS = LIBS = -L ${PCAP_DIR}/WPCAP/LIB -lwpcap -lwsock32 OBJS = \ @@ -69,6 +69,7 @@ OBJS = \ ../../print-krb.o \ ../../print-l2tp.o \ ../../print-lane.o \ + ../../print-ldp.o \ ../../print-llc.o \ ../../print-lwres.o \ ../../print-mobile.o \ @@ -90,6 +91,7 @@ OBJS = \ ../../print-raw.o \ ../../print-rip.o \ ../../print-ripng.o \ + ../../print-rsvp.o \ ../../print-rt6.o \ ../../print-rx.o \ ../../print-sctp.o \