aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.nmake2
-rw-r--r--config.nmake2
-rwxr-xr-xtools/win32-setup.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 2cdc24cb58..dc5016f22b 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -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)" \
diff --git a/config.nmake b/config.nmake
index 18c5213a20..7ab5142f41 100644
--- a/config.nmake
+++ b/config.nmake
@@ -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.
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 18e72c0ed1..2f690895e9 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -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 ""