aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-09-22 23:18:34 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-09-22 23:18:34 +0000
commite6f26721f491ac26786475d377a8c8aa7fab50e1 (patch)
tree8e999b092a36625ac136ad69c99bab36edfa159b
parent0e48360f734922ec3393dc808be0650d7340f6ef (diff)
replace WinPcap devel pack 3.0 with current 3.1 version
svn path=/trunk/; revision=15972
-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 ""