aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-05-11 12:07:23 +0200
committerPascal Quantin <pascal@wireshark.org>2019-05-11 13:17:00 +0000
commit3586da308f9f88845730ba07a42f7b462b3c502f (patch)
tree99ffe28be2f937804fdd7de93620b7b293563cba
parentc95e83d9a94c270a5d04202ab3ef4ad86847eed2 (diff)
Windows: upgrade Npcap to 0.995
Change-Id: I9e1bea5daf8aa49e4de4efa070819da8d3844fc1 Reviewed-on: https://code.wireshark.org/review/33156 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 3503e913d4..5aa340c67d 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.993")
+set(NPCAP_PACKAGE_VERSION "0.995")
set(USBPCAP_PACKAGE_VERSION "1.3.0.0")
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index e87d92bee4..6f3a1f2e51 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-06"
-$Win32CurrentTag = "2019-05-06"
+$Win64CurrentTag = "2019-05-11"
+$Win32CurrentTag = "2019-05-11"
# Archive file / SHA256
$Win64Archives = @{
@@ -125,12 +125,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.993.exe" = "0d6c1ee21e7fd7fc7e1b8848401fcbff6d5674d78d1e25f4279347f98c9f5f09";
+ "npcap-0.995.exe" = "e0274413bf2178c66680a4ee69c4fa871bf7296ea1d9d9a6d19af32a3878c205";
"USBPcapSetup-1.3.0.0.exe" = "859b525bc83cddce2c04513094c50d5b5b9e0b11da685104423303280822cf8b";
}
$Win64Files = @{
- "npcap-0.993.exe" = "0d6c1ee21e7fd7fc7e1b8848401fcbff6d5674d78d1e25f4279347f98c9f5f09";
+ "npcap-0.995.exe" = "e0274413bf2178c66680a4ee69c4fa871bf7296ea1d9d9a6d19af32a3878c205";
"USBPcapSetup-1.3.0.0.exe" = "859b525bc83cddce2c04513094c50d5b5b9e0b11da685104423303280822cf8b";
}