replace WinPcap devel pack 3.0 with current 3.1 version
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 Sep 2005 23:18:34 +0000 (23:18 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 Sep 2005 23:18:34 +0000 (23:18 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15972 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake
config.nmake
tools/win32-setup.sh

index 2cdc24cb582bb0c35d0fb96747056197dec607e2..dc5016f22b9660a97946715513f2eebcd0e9a10e 100644 (file)
@@ -452,7 +452,7 @@ setup: verify_tools
 !ENDIF
 !IFDEF PCAP_DIR
        @$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
-               . wpdpack_3_0.zip
+               . WpdPack_3_1.zip
 !ENDIF
 !IFDEF ADNS_DIR
        @$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
index 18c5213a20d09942bb9635bc15dd01cf738eb601..7ab5142f41879447907d094457b0f18664f01a17 100644 (file)
@@ -31,7 +31,7 @@ RC_WTAP_VERSION=0,3
 # If you're not building with WinPcap at all, don't set it (comment
 # out or remove the line that sets it).
 #
-WINPCAP_VERSION=3.0
+WINPCAP_VERSION=3.1
 
 # 
 # Directory, where your User's Guide reside, relative to the source dir.
index 18e72c0ed12b4dca43cbfda8cdaf9e163803f506..2f690895e9a6442e400a652a33a2c20908ddf370 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # DOWNLOAD_PREFIX="http://www.ethereal.com/distribution/win32/development"
-DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-09-05/packages"
+DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-09-23/packages"
 
 err_exit () {
        echo ""