aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-07-14 16:38:04 +0200
committerPascal Quantin <pascal@wireshark.org>2020-07-14 15:26:54 +0000
commitd8db04bf5f4d43580efe2ae8b7b0adcf7930f57c (patch)
treee27b1f89ad3d0d96a7932fd88614115ea7705615 /tools
parentf0b35ee9b374e130c03aeb3e24ae6e81e10be8ab (diff)
Windows: upgrade Npcap to 0.9995
Change-Id: Ib06b0bc5b51513c008bfa126c87590c6836913ff Reviewed-on: https://code.wireshark.org/review/37860 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps18
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index f54b62229f..f8234a20ba 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-13"
-$Win32CurrentTag = "2020-06-13"
+$Win64CurrentTag = "2020-07-14"
+$Win32CurrentTag = "2020-07-14"
# Archive file / SHA256
$Win64Archives = @{
@@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.9994.exe" = "2d9335373378aebe416c682b6f80fe0357a11d1c9921f3a3e95bc6ea9e288262";
+ "npcap-0.9995.exe" = "6a08e84e38571ab7a9ec117439c19d6d3f215a89f0f5ef1f07c059060f6dfde9";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}
$Win64Files = @{
- "npcap-0.9994.exe" = "2d9335373378aebe416c682b6f80fe0357a11d1c9921f3a3e95bc6ea9e288262";
+ "npcap-0.9995.exe" = "6a08e84e38571ab7a9ec117439c19d6d3f215a89f0f5ef1f07c059060f6dfde9";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}