aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-05-10 05:38:21 +0000
committerPascal Quantin <pascal@wireshark.org>2019-05-10 05:38:32 +0000
commitfd2f439e3315238e25ae2f96c6ff583e5fd0929d (patch)
tree7d0603b34cf702abce8806b8dedf7d0c138b187a
parentaf80a96e8a0437a731b23135d216cf0c28a9be3e (diff)
Revert "Windows: upgrade Npcap to 0.994"
This reverts commit 2f82518f7212e13186a4e0bbe65a9838e16178b8. Npcap 0.994 introduced a crash that will be fixed in next version: https://github.com/nmap/nmap/issues/1591 Change-Id: Iff9a29e6d28c57774844d25f2990e0f8c214bf75 Reviewed-on: https://code.wireshark.org/review/33143 Reviewed-by: Pascal Quantin <pascal@wireshark.org>
-rw-r--r--packaging/nsis/CMakeLists.txt2
-rw-r--r--tools/win-setup.ps18
2 files changed, 5 insertions, 5 deletions
diff --git a/packaging/nsis/CMakeLists.txt b/packaging/nsis/CMakeLists.txt
index b89430b2dc..3503e913d4 100644
--- a/packaging/nsis/CMakeLists.txt
+++ b/packaging/nsis/CMakeLists.txt
@@ -46,7 +46,7 @@ endif()
set (MMDBRESOLVE_EXE ${MAXMINDDB_FOUND})
# Must match ${EXTRA_INSTALLER_DIR}/Npcap-X.Y.Z.exe
-set(NPCAP_PACKAGE_VERSION "0.994")
+set(NPCAP_PACKAGE_VERSION "0.993")
set(USBPCAP_PACKAGE_VERSION "1.3.0.0")
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index c74a24ecb8..e87d92bee4 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -69,8 +69,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2019-05-08"
-$Win32CurrentTag = "2019-05-08"
+$Win64CurrentTag = "2019-05-06"
+$Win32CurrentTag = "2019-05-06"
# Archive file / SHA256
$Win64Archives = @{
@@ -125,12 +125,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.994.exe" = "31402560958a98a59e4a933f934d685211e74eeb99d6ac69cc319ce04df4d620";
+ "npcap-0.993.exe" = "0d6c1ee21e7fd7fc7e1b8848401fcbff6d5674d78d1e25f4279347f98c9f5f09";
"USBPcapSetup-1.3.0.0.exe" = "859b525bc83cddce2c04513094c50d5b5b9e0b11da685104423303280822cf8b";
}
$Win64Files = @{
- "npcap-0.994.exe" = "31402560958a98a59e4a933f934d685211e74eeb99d6ac69cc319ce04df4d620";
+ "npcap-0.993.exe" = "0d6c1ee21e7fd7fc7e1b8848401fcbff6d5674d78d1e25f4279347f98c9f5f09";
"USBPcapSetup-1.3.0.0.exe" = "859b525bc83cddce2c04513094c50d5b5b9e0b11da685104423303280822cf8b";
}