Skip to content

Commit

Permalink
Bump version and changelog for 0.9995 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jul 10, 2020
1 parent 81c793c commit 11adb1e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@

## Npcap 0.9995 [2020-07-10]

* Fix a BSoD crash in `NPF_Read` when NDIS filter module is detached from the
adapter. Fixes [#194](http://issues.npcap.org/194)

* On Windows 10, the Npcap driver has been updated to NDIS 6.50 and Windows 10
WFP compatibility, supporting network stack improvements like RSC.
Fixes [#196](http://issues.npcap.org/196).

* Correctly obey maximum frame size for an adapter by querying
`OID_GEN_MAXIMUM_TOTAL_SIZE` instead of using MTU, which does not include
space for the link layer header. Fixes [#186](http://issues.npcap.org/186).

* Fix detection of processes using Npcap resources during uninstall or upgrade.
The fix for [#2015](http://issues.nmap.org/2015) had broken this so such
processes were not terminated, leading to failed installations.

* Obey snaplen (`pcap_set_snaplen()`) even if a packet filter is not set. This
is a backported change from upstream libpcap that corrects a deficiency that
has been present in all previous versions of WinPcap and Npcap.
Fixes [#201](http://issues.npcap.org/201).

* Improvements to object pool/slab allocator to allow nonpaged memory to be
freed when not in use.

## Npcap 0.9994 [2020-06-12]

* Fix a BSoD crash in `NPF_ReleaseOpenInstanceResources` due to miscounting of
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
#define /*
!define /**/ WINPCAP_MINOR 0
#define /*
!define /**/ WINPCAP_REV 9994
!define /**/ WINPCAP_REV 9995
#define /*
!define /**/ WINPCAP_BUILD 611
!define /**/ WINPCAP_BUILD 709
#define /*
!define /**/ WINPCAP_VER_STRING "0.9994"
!define /**/ WINPCAP_VER_STRING "0.9995"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit 11adb1e

Please sign in to comment.