From 82a069004c243758b89e925a2d92d3f56494510e Mon Sep 17 00:00:00 2001 From: ulfl Date: Thu, 22 Sep 2005 23:18:34 +0000 Subject: [PATCH] replace WinPcap devel pack 3.0 with current 3.1 version git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15972 f5534014-38df-0310-8fa8-9805f1628bb7 --- Makefile.nmake | 2 +- config.nmake | 2 +- tools/win32-setup.sh | 2 +- 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 "" -- 2.34.1