Skip to content

Commit

Permalink
Bump version and changelog for 1.72 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller-nmap committed Dec 14, 2022
1 parent 1438849 commit 78d9a4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Npcap 1.72 [2022-12-14]

* Fixed an issue where promiscuous mode or other hardware packet filters are ignored after a second
handle is opened on the same adapter, including handles opened in the process of listing adapters
with `pcap_findalldevs()`. Fixes [#647](http://issues.npcap.org/647).

* Fixed an issue with validation of parameters to `PacketGetNetInfoEx()`. The `NEntries` parameter
was not being checked for values less than or equal to 0. Fixes [#625](http://issues.npcap.org/625).

## Npcap 1.71 [2022-08-19]

Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
!define /**/ WINPCAP_MINOR 1
/* WINPCAP_REV should be less than 256 to fit in UCHAR */
#define /*
!define /**/ WINPCAP_REV 71
!define /**/ WINPCAP_REV 72
#define /*
!define /**/ WINPCAP_BUILD 1819
!define /**/ WINPCAP_BUILD 1206
#define /*
!define /**/ WINPCAP_VER_STRING "1.71"
!define /**/ WINPCAP_VER_STRING "1.72"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.14"

Expand Down

0 comments on commit 78d9a4b

Please sign in to comment.