Skip to content

Commit

Permalink
Bump version and changelog for 1.74 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller-nmap committed Apr 19, 2023
1 parent efb7722 commit 9703a0f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Npcap 1.74 [2023-04-19]

* Updated libpcap to 1.10.4.

* Fixed an issue ([#667](http://issues.npcap.org/667)) that prevented capture
handles from receiving packets after a NDIS stack pause operation.

* Fixed an issue that could cause inaccurate timestamps when multiple handles
were open and using different timestamp modes. Fixes [#666](http://issues.npcap.org/666).

* Fixed an issue preventing raw WiFi frame capture since Npcap 1.60.

* Fixed an issue causing "failed to set hardware filter to promiscuous mode"
errors with NetAdapterCx-based Windows 11 miniport drivers. Npcap was
interpreting the NDIS spec too strictly; we have [opened an issue with Microsoft](https://github.com/microsoft/Network-Adapter-Class-Extension/issues/14)
to address the fault in netadaptercx.sys. Fixes [#628](http://issues.npcap.org/628).

* Addressed several code readability and portability fixes in Packet.dll
discovered using clang-tidy via Visual Studio Code Analysis.

## Npcap 1.73 [2023-03-28]

* Fixed an issue causing "failed to set hardware filter to promiscuous mode"
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
!define /**/ WINPCAP_MINOR 1
/* WINPCAP_REV should be less than 256 to fit in UCHAR */
#define /*
!define /**/ WINPCAP_REV 73
!define /**/ WINPCAP_REV 74
#define /*
!define /**/ WINPCAP_BUILD 330
!define /**/ WINPCAP_BUILD 418
#define /*
!define /**/ WINPCAP_VER_STRING "1.73"
!define /**/ WINPCAP_VER_STRING "1.74"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.14"

Expand Down

0 comments on commit 9703a0f

Please sign in to comment.