aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-08-09 14:32:44 +0200
committerPascal Quantin <pascal@wireshark.org>2020-08-09 13:22:33 +0000
commite9f6958c46c99536bd9bb9a09e824d0789681d0a (patch)
treef13071908b456e152cd318f649ed4dd131ca8202 /tools
parent5ca2327cc09f445f2d9dfed4ff90f8610692c242 (diff)
Windows: upgrade Npcap to 0.9996
Change-Id: Ia8f0f2ecada1a94c0bcdaaa5c560575ab945b002 Reviewed-on: https://code.wireshark.org/review/38098 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 77bbc150ce..bbf6c4d7e5 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-07-19"
-$Win32CurrentTag = "2020-07-19"
+$Win64CurrentTag = "2020-08-09"
+$Win32CurrentTag = "2020-08-09"
# Archive file / SHA256
$Win64Archives = @{
@@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.9995.exe" = "6a08e84e38571ab7a9ec117439c19d6d3f215a89f0f5ef1f07c059060f6dfde9";
+ "npcap-0.9996.exe" = "efd708a2109dbe27ccfb66c5d2726762646da3a1c0534274ada31863658fe162";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}
$Win64Files = @{
- "npcap-0.9995.exe" = "6a08e84e38571ab7a9ec117439c19d6d3f215a89f0f5ef1f07c059060f6dfde9";
+ "npcap-0.9996.exe" = "efd708a2109dbe27ccfb66c5d2726762646da3a1c0534274ada31863658fe162";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}