Skip to content

Commit

Permalink
Windows: upgrade Npcap to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
pquantin committed Apr 22, 2023
1 parent 40e51a6 commit 8b55d7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docbook/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ The following bugs have been fixed:

The following features are new (or have been significantly updated) since version 4.0.0:

// * The Windows installers now ship with Npcap 1.71.
// They previously shipped with Npcap 1.60.
// * The Windows installers now ship with Npcap 1.74.
// They previously shipped with Npcap 1.71.

* The API has been updated to ensure that the dissection engine produces valid UTF-8 strings.

Expand Down
2 changes: 1 addition & 1 deletion packaging/nsis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endif()
set (MMDBRESOLVE_EXE ${MAXMINDDB_FOUND})

# Must match tools/win-setup.ps1.
set(NPCAP_PACKAGE_VERSION "1.71")
set(NPCAP_PACKAGE_VERSION "1.74")

set(USBPCAP_PACKAGE_VERSION "1.5.4.0")

Expand Down
2 changes: 1 addition & 1 deletion tools/win-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $ArchivesSubDirectory = @{
# Plain file downloads

$Win64Files = @{
"Npcap/npcap-1.71.exe" = "5ccb61296c48e3f8cd20db738784bd7bf0daf8fce630f89892678b6dda4e533c";
"Npcap/npcap-1.74.exe" = "dde573774cbf47fdf14bdf3493a677760958a90bc3f5a69e2b08dc0e468b46c6";
"USBPcap/USBPcapSetup-1.5.4.0.exe" = "87a7edf9bbbcf07b5f4373d9a192a6770d2ff3add7aa1e276e82e38582ccb622";
}

Expand Down

0 comments on commit 8b55d7c

Please sign in to comment.