aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-06-13 16:52:09 +0200
committerPascal Quantin <pascal@wireshark.org>2020-06-13 15:38:43 +0000
commit3ae8dc65c51d202be25801f812246de4e1a314d2 (patch)
tree95f0f403c10cb32ce23704a0acd0ddc6746dabe1
parentd6d4f71f29b028d47875013bd9193f72f3139b7b (diff)
Windows: upgrade Npcap to 0.9994
Change-Id: I96475046236312701bfa8e9b36dc55b2a72755c4 Reviewed-on: https://code.wireshark.org/review/37470 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot 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 c31afff25a..1437791791 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.9993")
+set(NPCAP_PACKAGE_VERSION "0.9994")
set(USBPCAP_PACKAGE_VERSION "1.5.4.0")
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index 85ada8ca96..f54b62229f 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 = "2020-06-08"
-$Win32CurrentTag = "2020-06-08"
+$Win64CurrentTag = "2020-06-13"
+$Win32CurrentTag = "2020-06-13"
# Archive file / SHA256
$Win64Archives = @{
@@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.9993.exe" = "05ddfd971910a31c7d137d13a40d28b55d1bedbed7992fa1aa19be01aad143cf";
+ "npcap-0.9994.exe" = "2d9335373378aebe416c682b6f80fe0357a11d1c9921f3a3e95bc6ea9e288262";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}
$Win64Files = @{
- "npcap-0.9993.exe" = "05ddfd971910a31c7d137d13a40d28b55d1bedbed7992fa1aa19be01aad143cf";
+ "npcap-0.9994.exe" = "2d9335373378aebe416c682b6f80fe0357a11d1c9921f3a3e95bc6ea9e288262";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}