From: guy Date: Sun, 22 Dec 2002 21:26:22 +0000 (+0000) Subject: Define HAVE_PCAP_DUMP_FLUSH, as the current CVS version of WinPcap has X-Git-Tag: tcpdump-3.8-bp~245 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/822654bf997f88e40b495b8cc134f45cc5e20f7f?ds=inline Define HAVE_PCAP_DUMP_FLUSH, as the current CVS version of WinPcap has it. Add "print-ldp.o" to the list of object files to link into WinDump. --- diff --git a/win32/prj/WinDump.dsp b/win32/prj/WinDump.dsp index 4ba1527e..22dc32f5 100644 --- a/win32/prj/WinDump.dsp +++ b/win32/prj/WinDump.dsp @@ -42,7 +42,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "../../../winpcap/wpcap/libpcap/bpf" /I "../../../winpcap/wpcap/libpcap" /I "../../../winpcap/wpcap/libpcap/Win32/Include" /I "../../../winpcap/wpcap/libpcap/Win32/Include/net" /I "../../Win32/Include" /I "../../linux-Include" /I "../../lbl" /I "../../" /I "../../../winpcap/wpcap/win32-extensions" /D "NDEBUG" /D HAVE_ADDRINFO=1 /D HAVE_PCAP_FINDALLDEVS=1 /D "_CONSOLE" /D "__STDC__" /D "INET6" /D "WIN32" /D "_MBCS" /D SIZEOF_CHAR=1 /D SIZEOF_SHORT=2 /D SIZEOF_INT=4 /D "WPCAP" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "../../../winpcap/wpcap/libpcap/bpf" /I "../../../winpcap/wpcap/libpcap" /I "../../../winpcap/wpcap/libpcap/Win32/Include" /I "../../../winpcap/wpcap/libpcap/Win32/Include/net" /I "../../Win32/Include" /I "../../linux-Include" /I "../../lbl" /I "../../" /I "../../../winpcap/wpcap/win32-extensions" /D "NDEBUG" /D HAVE_ADDRINFO=1 /D HAVE_PCAP_FINDALLDEVS=1 /D HAVE_PCAP_DUMP_FLUSH=1 /D "_CONSOLE" /D "__STDC__" /D "INET6" /D "WIN32" /D "_MBCS" /D SIZEOF_CHAR=1 /D SIZEOF_SHORT=2 /D SIZEOF_INT=4 /D "WPCAP" /YX /FD /c # ADD BASE RSC /l 0x410 /d "NDEBUG" # ADD RSC /l 0x410 /d "NDEBUG" BSC32=bscmake.exe @@ -285,6 +285,10 @@ SOURCE="..\..\print-lane.c" # End Source File # Begin Source File +SOURCE="..\..\print-ldp.c" +# End Source File +# Begin Source File + SOURCE="..\..\print-llc.c" # End Source File # Begin Source File