aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-06-08 21:31:35 +0200
committerPascal Quantin <pascal@wireshark.org>2020-06-08 20:23:41 +0000
commit39845dcdc6cd7575c81de67258af97c8b743f71b (patch)
tree77ca62351d3f28d840b2f277d1ca329181f1165c /tools
parent24b19be0dd0e58f62023478b7c2a744e9d25c3a5 (diff)
Windows: upgrade Npcap to 0.9993
Change-Id: Ibea3abb6e3938676ecaffa8279db22c9f78b81f8 Reviewed-on: https://code.wireshark.org/review/37408 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 6167c3ea60..85ada8ca96 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-05-22"
-$Win32CurrentTag = "2020-05-22"
+$Win64CurrentTag = "2020-06-08"
+$Win32CurrentTag = "2020-06-08"
# Archive file / SHA256
$Win64Archives = @{
@@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
- "npcap-0.9991.exe" = "ff00c9b15073fb26c3cea7f2db4a3dda4306fc0d49b66ca703ce0b36b72e9bd4";
+ "npcap-0.9993.exe" = "05ddfd971910a31c7d137d13a40d28b55d1bedbed7992fa1aa19be01aad143cf";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}
$Win64Files = @{
- "npcap-0.9991.exe" = "ff00c9b15073fb26c3cea7f2db4a3dda4306fc0d49b66ca703ce0b36b72e9bd4";
+ "npcap-0.9993.exe" = "05ddfd971910a31c7d137d13a40d28b55d1bedbed7992fa1aa19be01aad143cf";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}