Skip to content

Commit

Permalink
Bump version and changelog for Npcap 0.991
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Mar 18, 2019
1 parent 9778ed0 commit 409c5b7
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,3 +1,28 @@
## Npcap 0.991 [2019-03-14]

* Fix a bug in the BPF packet filter engine that caused capture filters with
byte offsets to reject packets due to fragmentation within `NET_BUFFER`
structures. See [#1406](http://issues.nmap.org/1406) and
[#1438](http://issues.nmap.org/1438).

* Fix a bug that caused several network device drivers to crash when using the
`pcap_sendqueue_transmit` function, due to queued network packets being
allocated from paged memory that paged out before the drivers accessed it.
See [#1398](http://issues.nmap.org/1398).

* Fix a crash (`SYSTEM_EXCEPTION_NOT_HANDLED_M`) in `WSKCloseSocket` due to
double-free, reported via Microsoft crash telemetry.

* Fix a BSOD inherited from WinPcap triggered when `PacketGetStats` is called
with low system resources. See [#1517](http://issues.nmap.org/1517).

* Properly quote the path to the `CheckStatus.bat` script in the
`npcapwatchdog` scheduled task. See [#1513](http://issues.nmap.org/1513).

* Fix errors when installing in WinPcap API-compatible mode over WinPcap when
Npcap install directory does not already exist. See
[#1456](http://issues.nmap.org/1456).

## Npcap 0.99-r9 [2019-01-22]

* Install a scheduled task at startup to check whether the Npcap Loopback
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 99
!define /**/ WINPCAP_REV 991
#define /*
!define /**/ WINPCAP_BUILD 1306
!define /**/ WINPCAP_BUILD 314
#define /*
!define /**/ WINPCAP_VER_STRING "0.99-r9"
!define /**/ WINPCAP_VER_STRING "0.991"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit 409c5b7

Please sign in to comment.