]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Added the files missing/dlnames.c, missing/datalinks.c, missing/strsep.c, missing...
authorrisso <risso>
Mon, 21 Apr 2003 09:35:36 +0000 (09:35 +0000)
committerrisso <risso>
Mon, 21 Apr 2003 09:35:36 +0000 (09:35 +0000)
Defined HAVE_PCAP_DUMP_FLUSH in order to use the new pcap_dump_flush() in tcpdump.c and enable the -U flag.

Defined HAVE_SOCKADDR_STORAGE needed to compile correctly the sources.

win32/prj/GNUmakefile

index e3336cd1ebc67793fbb2f7d25917577296bb89c4..f0955a9577b940987ec6dad7176ae92185e231b5 100644 (file)
@@ -15,7 +15,7 @@ CFLAGS = -I ${PCAP_DIR}/wpcap/libpcap/bpf \
        -I ../../Win32/Include -I ../../linux-Include \
        -I ../../lbl -I../.. \
        -DWIN32 -DHAVE_ADDRINFO_H -DHAVE_PCAP_FINDALLDEVS \
-       -DHAVE_PCAP_DUMP_FLUSH -DINET6 -DSIZEOF_CHAR=1 \
+       -DINET6 -DSIZEOF_CHAR=1 -DHAVE_SOCKADDR_STORAGE -DHAVE_PCAP_DUMP_FLUSH\
        -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -mno-cygwin ${OPTFLAGS}
 LDFLAGS = 
 LIBS = -L ${PCAP_DIR}/WPCAP/LIB -lwpcap -lwsock32
@@ -26,6 +26,10 @@ OBJS = \
        ../../missing/inet_aton.o \
        ../../missing/inet_ntop.o \
        ../../missing/strlcpy.o \
+       ../../missing/dlnames.o \
+       ../../missing/datalinks.o \
+       ../../missing/strsep.o \
+       ../../missing/inet_pton.o \
        ../../machdep.o \
        ../../parsenfsfh.o \
        ../../print-802_11.o \
@@ -47,6 +51,7 @@ OBJS = \
        ../../print-domain.o \
        ../../print-dvmrp.o \
        ../../print-egp.o \
+       ../../print-enc.o \
        ../../print-esp.o \
        ../../print-ether.o \
        ../../print-fddi.o \