Skip to content

Commit

Permalink
Bump version and changelog for 1.77 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller-nmap committed Sep 29, 2023
1 parent 47e6b81 commit 908a6d8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Npcap 1.77 [2023-09-29]

* Fixed a memory leak in Npcap 1.76 only which occurs while capturing traffic
at high data rates. Fixes [#688](http://issues.npcap.org/688).

* Fixed an issue in Npcap 1.76 where packets delivered to the driver by NDIS in
a single indication, having the same timestamp, would be placed in the packet
queue in reverse order. Fixes [#684](http://issues.npcap.org/684).

* Fixed an issue with Npcap 1.75 and 1.76 where changing timestamp modes could
result in all packets being delivered with the same timestamp. Fixes [#695](http://issues.npcap.org/695).

* Fixed an issue with the Npcap installer that caused it to install duplicate
certificates in the system's certificate store, which caused problems for
some software. The fixed installer will remove the duplicates. Fixes [#692](http://issues.npcap.org/692).

## Npcap 1.76 [2023-07-19]

* Our code signing key has been reissued to "Nmap Software LLC" replacing the
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 76
!define /**/ WINPCAP_REV 77
#define /*
!define /**/ WINPCAP_BUILD 719
!define /**/ WINPCAP_BUILD 926
#define /*
!define /**/ WINPCAP_VER_STRING "1.76"
!define /**/ WINPCAP_VER_STRING "1.77"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.14"

Expand Down

0 comments on commit 908a6d8

Please sign in to comment.