aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.nmake2
-rwxr-xr-xtools/win32-setup.sh2
-rwxr-xr-xtools/win64-setup.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index d205c6b2b7..445924acd0 100644
--- a/config.nmake
+++ b/config.nmake
@@ -430,7 +430,7 @@ GTK_INST_VERSION=2.16
#
PCAP_DIR=$(WIRESHARK_LIBS)\WPdpack
# This macro is used by the nsis installer script, by the u3/portable apps and by the setup target.
-PCAP_VERSION=4_1_1
+PCAP_VERSION=4_1_2
#
# Optional: WinPcap remote capture support and new API
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 20d887b6cf..6e3412cbeb 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -4,7 +4,7 @@
# 32-bit wrapper for win-setup.sh.
-export DOWNLOAD_TAG="2010-03-26"
+export DOWNLOAD_TAG="2010-08-25"
export WIRESHARK_TARGET_PLATFORM="win32"
WIN_SETUP=`echo $0 | sed -e s/win32/win/`
diff --git a/tools/win64-setup.sh b/tools/win64-setup.sh
index 7740d084ff..f95d46e373 100755
--- a/tools/win64-setup.sh
+++ b/tools/win64-setup.sh
@@ -4,7 +4,7 @@
# 64-bit wrapper for win-setup.sh.
-export DOWNLOAD_TAG="2010-03-26"
+export DOWNLOAD_TAG="2010-08-25"
export WIRESHARK_TARGET_PLATFORM="win64"
WIN_SETUP=`echo $0 | sed -e s/win64/win/`