Windows: upgrade Npcap to 1.10

This commit is contained in:
Pascal Quantin 2020-12-14 19:44:35 +01:00
parent ff3fffcf5c
commit 0d11bbeeaf
3 changed files with 8 additions and 5 deletions

View File

@ -31,6 +31,9 @@ See the “New and Updated Features” section below for more details.
The following features are new (or have been significantly updated) since version 3.4.0:
* The Windows installers now ship with Npcap 1.10.
They previously shipped with Npcap 1.00.
* TCP conversations now support a completeness criteria, which facilitates the identification of TCP streams having any
of opening or closing handshakes, a payload, in any combination. It is accessed with the new tcp.completeness filter.

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 "1.00")
set(NPCAP_PACKAGE_VERSION "1.10")
set(USBPCAP_PACKAGE_VERSION "1.5.4.0")

View File

@ -69,8 +69,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
$Win64CurrentTag = "2020-12-09"
$Win32CurrentTag = "2020-12-09"
$Win64CurrentTag = "2020-12-14"
$Win32CurrentTag = "2020-12-14"
# Archive file / SHA256
$Win64Archives = @{
@ -133,12 +133,12 @@ $ArchivesSubDirectory = @{
# Plain file downloads
$Win32Files = @{
"npcap-1.00.exe" = "488ab12e28e81d0dcf3d5d996f9cb676293f6f73b39e9c99476b5a44cec2250a";
"npcap-1.10.exe" = "bcfbc57d41c00e40298c5c3040264e694cc8fc7da55939729aedc1041c8e92dd";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}
$Win64Files = @{
"npcap-1.00.exe" = "488ab12e28e81d0dcf3d5d996f9cb676293f6f73b39e9c99476b5a44cec2250a";
"npcap-1.10.exe" = "bcfbc57d41c00e40298c5c3040264e694cc8fc7da55939729aedc1041c8e92dd";
"USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}