Skip to content

Commit

Permalink
Bump version and changelog for 0.9982 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jul 30, 2019
1 parent 22c8053 commit b009a6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Npcap 0.9982 [2019-07-30]

* Fix the packet statistics functionality used by `pcap_stats()`, which was
broken in 0.9981. Fixes [#1668](http://issues.nmap.org/1668).

* Rework the flow of packets through the WFP callout driver that implements
loopback traffic capture. This should prevent clobbering of redirect context
data reported in [#1529](http://issues.nmap.org/1529).

* Restore the `/dlt_null` installer option to default to "yes" since it has
been defaulting to "no" since Npcap 0.992. Using `DLT_NULL` for loopback
capture is slightly more efficient than creating a dummy Ethernet header,
which was the default before.

## Npcap 0.9981 [2019-07-23]

* When upgrading Npcap, do not uninstall the existing Npcap until the user
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 9981
!define /**/ WINPCAP_REV 9982
#define /*
!define /**/ WINPCAP_BUILD 723
!define /**/ WINPCAP_BUILD 730
#define /*
!define /**/ WINPCAP_VER_STRING "0.9981"
!define /**/ WINPCAP_VER_STRING "0.9982"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit b009a6c

Please sign in to comment.