]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Added some new files to the cygnus and MSVC makefiles. The cignus makefile
authorrisso <risso>
Wed, 4 May 2005 19:23:19 +0000 (19:23 +0000)
committerrisso <risso>
Wed, 4 May 2005 19:23:19 +0000 (19:23 +0000)
still doesn't work because of the missing support for getnameinfo() into the
official release of cygwin.

win32/prj/GNUmakefile
win32/prj/WinDump.dsp

index 516c3e2ff75ac9c7bd41eedcb2c04f37add46d8e..96277285c26d9e52c0067a75d2c7ee8c8ee4cce9 100644 (file)
@@ -2,7 +2,7 @@
 # Nate Lawson <[email protected]>
 
 # Location of your pcap src tree, build it first
-PCAP_DIR = ../../../winpcap
+PCAP_DIR = ../../../winpcap_cvs20
 
 # OPTFLAGS = -g
 OPTFLAGS = -O
@@ -16,6 +16,7 @@ CFLAGS = -I ${PCAP_DIR}/wpcap/libpcap/bpf \
        -I ../../lbl -I../.. \
        -DWIN32 -DHAVE_ADDRINFO_H -DHAVE_PCAP_FINDALLDEVS \
        -DINET6 -DSIZEOF_CHAR=1 -DHAVE_SOCKADDR_STORAGE -DHAVE_PCAP_DUMP_FLUSH\
+       -DSIZEOF_LONG_LONG=8 \
        -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -D_U_="__attribute__((unused))" \
        -mno-cygwin ${OPTFLAGS}
 LDFLAGS = 
@@ -126,7 +127,18 @@ OBJS = \
        ../../smbutil.o \
        ../../tcpdump.o \
        ../../util.o \
-       ../../Win32/src/getopt.o
+       ../../Win32/src/getopt.o \
+       ../../cpack.o \
+       ../../ipproto.o \
+       ../../l2vpn.o \
+       ../../nlpid.o \
+       ../../print-eigrp.o \
+       ../../print-juniper.o \
+       ../../print-lspping.o \
+       ../../print-sip.o \
+       ../../print-eap.o \
+       ../../print-lmp.o \
+       ../../print-syslog.o
 
 main: ${OBJS}
        ${CC} ${CFLAGS} ${LDFLAGS} -o windump.exe ${OBJS} ${LIBS}
index 95f308e1bf8a6b494fe4ab7385609e79529e5429..c4fed56d1b0fdca59520007561ded2031f933a27 100644 (file)
@@ -93,6 +93,10 @@ SOURCE=..\..\bpf_dump.c
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\cpack.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\missing\datalinks.c
 # End Source File
 # Begin Source File
@@ -125,10 +129,22 @@ SOURCE=..\..\missing\inet_pton.c
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\ipproto.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\l2vpn.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\machdep.c
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\nlpid.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\oui.c
 # End Source File
 # Begin Source File
@@ -229,6 +245,10 @@ SOURCE="..\..\print-egp.c"
 # End Source File
 # Begin Source File
 
+SOURCE="..\..\print-eigrp.c"
+# End Source File
+# Begin Source File
+
 SOURCE="..\..\print-enc.c"
 # End Source File
 # Begin Source File
@@ -309,6 +329,10 @@ SOURCE="..\..\print-isoclns.c"
 # End Source File
 # Begin Source File
 
+SOURCE="..\..\print-juniper.c"
+# End Source File
+# Begin Source File
+
 SOURCE="..\..\print-krb.c"
 # End Source File
 # Begin Source File
@@ -333,6 +357,10 @@ SOURCE="..\..\print-lmp.c"
 # End Source File
 # Begin Source File
 
+SOURCE="..\..\print-lspping.c"
+# End Source File
+# Begin Source File
+
 SOURCE="..\..\print-lwres.c"
 # End Source File
 # Begin Source File
@@ -429,6 +457,10 @@ SOURCE="..\..\print-sctp.c"
 # End Source File
 # Begin Source File
 
+SOURCE="..\..\print-sip.c"
+# End Source File
+# Begin Source File
+
 SOURCE="..\..\print-sl.c"
 # End Source File
 # Begin Source File
@@ -461,6 +493,10 @@ SOURCE="..\..\print-symantec.c"
 # End Source File
 # Begin Source File
 
+SOURCE="..\..\print-syslog.c"
+# End Source File
+# Begin Source File
+
 SOURCE="..\..\print-tcp.c"
 # End Source File
 # Begin Source File