Windows: upgrade Npcap to 0.9988

Bug: 16329
Change-Id: I3348049369c55bf84380d90fc699c8d1d8604c58
Reviewed-on: https://code.wireshark.org/review/36323
Petri-Dish: Pascal Quantin <pascal@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
This commit is contained in:
Pascal Quantin 2020-03-07 11:48:44 +01:00
parent 460b42f5f9
commit fd6490fa8e
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.9987")
set(NPCAP_PACKAGE_VERSION "0.9988")
set(USBPCAP_PACKAGE_VERSION "1.5.3.0")

View File

@ -69,8 +69,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
$Win64CurrentTag = "2020-02-04"
$Win32CurrentTag = "2020-02-04"
$Win64CurrentTag = "2020-03-07"
$Win32CurrentTag = "2020-03-07"
# Archive file / SHA256
$Win64Archives = @{
@ -131,12 +131,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
"npcap-0.9987.exe" = "350412e4ea41e5d0f674b4ab0da911b1f33a06eef3f667bf9db81412813e284d";
"npcap-0.9988.exe" = "826b531c9bccf49258beaa2bb601ca24cc24eec66824853d3c79ec9e4d563933";
"USBPcapSetup-1.5.3.0.exe" = "1ef63c1f8ebd0d8b9a660cd875c03d42771b81bff5879673beb80ab2a1c3aa8d";
}
$Win64Files = @{
"npcap-0.9987.exe" = "350412e4ea41e5d0f674b4ab0da911b1f33a06eef3f667bf9db81412813e284d";
"npcap-0.9988.exe" = "826b531c9bccf49258beaa2bb601ca24cc24eec66824853d3c79ec9e4d563933";
"USBPcapSetup-1.5.3.0.exe" = "1ef63c1f8ebd0d8b9a660cd875c03d42771b81bff5879673beb80ab2a1c3aa8d";
}