Skip to content

Commit

Permalink
Bump version and changelog for 0.992 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Mar 25, 2019
1 parent a5ebb08 commit b67d7ee
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Npcap 0.992 [2019-03-24]

* Update libpcap to 1.9.0. See [the libpcap CHANGES
file](https://github.com/the-tcpdump-group/libpcap/blob/libpcap-1.9.0/CHANGES)
for this release and [#1506](http://issues.nmap.org/1506).

* Fix a bug in the fix for [#1406](http://issues.nmap.org/1406) that caused
capture filters to reject all packets when the packet header was offset from
the start of the kernel data structure.

* Fix a bug in the fix for [#1398](http://issues.nmap.org/1398) that caused
BSoD (`BAD_POOL_CALLER`) due to mismatch in functions used to allocate and
free a data structure.

* Remove installer interface option "Use DLT_NULL as the loopback interface'
link layer protocol instead of DLT_EN10MB." Command-line and registry
settings are still respected, but `DLT_NULL` will be the default for all new
installations.

* Remove installer interface option "Support 802.1Q VLAN tag when capturing and
sending data," which was unsupported for three years. Support may be restored
in future releases, but the option has not had any effect in earlier
installers.

## Npcap 0.991 [2019-03-14]

* Fix a bug in the BPF packet filter engine that caused capture filters with
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 991
!define /**/ WINPCAP_REV 992
#define /*
!define /**/ WINPCAP_BUILD 314
!define /**/ WINPCAP_BUILD 323
#define /*
!define /**/ WINPCAP_VER_STRING "0.991"
!define /**/ WINPCAP_VER_STRING "0.992"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit b67d7ee

Please sign in to comment.