Windows: upgrade Npcap to 0.993

Change-Id: Ibe19a77b5ced8be4f1008450fb6df92c841a43c5
Reviewed-on: https://code.wireshark.org/review/33092
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Pascal Quantin 2019-05-06 22:35:20 +02:00 committed by Alexis La Goutte
parent 9f9e69411b
commit 48d7cecedd
2 changed files with 5 additions and 5 deletions

View File

@ -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.992")
set(NPCAP_PACKAGE_VERSION "0.993")
set(USBPCAP_PACKAGE_VERSION "1.3.0.0")

View File

@ -69,8 +69,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
$Win64CurrentTag = "2019-04-08"
$Win32CurrentTag = "2019-04-08"
$Win64CurrentTag = "2019-05-06"
$Win32CurrentTag = "2019-05-06"
# Archive file / SHA256
$Win64Archives = @{
@ -125,12 +125,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
"npcap-0.992.exe" = "a41d6e8296ef55c71fc04c5775e5d0e5d04689fc2aaf7f6f908664db9670a1f9";
"npcap-0.993.exe" = "0d6c1ee21e7fd7fc7e1b8848401fcbff6d5674d78d1e25f4279347f98c9f5f09";
"USBPcapSetup-1.3.0.0.exe" = "859b525bc83cddce2c04513094c50d5b5b9e0b11da685104423303280822cf8b";
}
$Win64Files = @{
"npcap-0.992.exe" = "a41d6e8296ef55c71fc04c5775e5d0e5d04689fc2aaf7f6f908664db9670a1f9";
"npcap-0.993.exe" = "0d6c1ee21e7fd7fc7e1b8848401fcbff6d5674d78d1e25f4279347f98c9f5f09";
"USBPcapSetup-1.3.0.0.exe" = "859b525bc83cddce2c04513094c50d5b5b9e0b11da685104423303280822cf8b";
}