Skip to content

Commit

Permalink
Bump version and changelog for 1.79 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiller-nmap committed Jan 19, 2024
1 parent e9e59b8 commit a3d510b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Npcap 1.79 [2024-01-19]

* Fixed a condition where disabling and re-enabling a network adapter while a
capture is active would prevent any packets from being received by the system
until the capture handle was closed. Fixes [#710](http://issues.npcap.org/710).

* Introduced a workaround for a previously-unknown bug in Microsoft's bthpan.sys that was
causing BSoD crashes with `INVALID_MDL_RANGE` when Npcap or other drivers sent packets over
a Bluetooth-tethered connection. Microsoft intends to patch this Windows bug, but Npcap will
no longer trigger it regardless of patch status. Fixes [#708](http://issues.npcap.org/708).

## Npcap 1.78 [2023-10-18]

* Fixed a memory leak in Npcap 1.77 which occurs when the kernel buffer is
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 78
!define /**/ WINPCAP_REV 79
#define /*
!define /**/ WINPCAP_BUILD 1018
!define /**/ WINPCAP_BUILD 117
#define /*
!define /**/ WINPCAP_VER_STRING "1.78"
!define /**/ WINPCAP_VER_STRING "1.79"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.14"

Expand Down

0 comments on commit a3d510b

Please sign in to comment.