Skip to content

Commit

Permalink
Bump version and changelog for 1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Dec 11, 2020
1 parent 309e7da commit b2c090f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

## Npcap 1.10 [2020-12-11]

* Fixed an issue where our upgrade uninstaller would trigger the
[#1924](https://issues.nmap.org/1924) BSoD crash when upgrading from Npcap 0.9988 or older to
version 0.9996 or greater. Fixes [#268](http://issues.npcap.org/268).

* Improved handling of large packets when a very small user buffer size is specified, which could
lead to stalled captures and dropped packets.

* Fix a packet corruption issue when one capture handle sets a snaplen of exactly 256 bytes and
another sets a snaplen of greater than 256 bytes and the packet size exceeds 256 bytes.

* Fix accounting of free space in the kernel buffer so that bugs like the previous one do not cause
space to be permanently lost, leading to dropped packets. Instead, use assertions to catch this
condition in testing with the debug build.

* Check that the npcap driver service is configured for `SYSTEM_START` in the `npcapwatchdog`
scheduled task and correct it if necessary. Windows feature updates can modify this value.

## Npcap 1.00 [2020-09-25]

* After more than 7 years of development and 170 previous public releases, the
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
!define /**/ WINPCAP_MINOR 1
/* WINPCAP_REV should be less than 256 to fit in UCHAR */
#define /*
!define /**/ WINPCAP_REV 0
!define /**/ WINPCAP_REV 10
#define /*
!define /**/ WINPCAP_BUILD 924
!define /**/ WINPCAP_BUILD 1211
#define /*
!define /**/ WINPCAP_VER_STRING "1.00"
!define /**/ WINPCAP_VER_STRING "1.10"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.06"

Expand Down

0 comments on commit b2c090f

Please sign in to comment.