Skip to content

Commit

Permalink
Bump version and changelog for Npcap 0.99-r3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Apr 7, 2018
1 parent 86d295f commit d96fa32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Npcap 0.99-r3 [2018-04-06]

* Fix recording of the Npcap Loopback Adapter's name in the service registry
key. Loopback packet injection was broken in WinPcap API-compatible mode in
Npcap 0.99-r1 and 0.99-r2. Fixes [#1165](http://issues.nmap.org/1165).

* Fix a double-close of a Registry key which could cause a crash in Packet.dll
when debugging. Fixes [#1163](http://issues.nmap.org/1163).

Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
#define /*
!define /**/ WINPCAP_REV 99
#define /*
!define /**/ WINPCAP_BUILD 313
!define /**/ WINPCAP_BUILD 406
#define /*
!define /**/ WINPCAP_VER_STRING "0.99-r2"
!define /**/ WINPCAP_VER_STRING "0.99-r3"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit d96fa32

Please sign in to comment.