Skip to content

Commit

Permalink
Bump version and changelog for 0.97 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Nov 27, 2017
1 parent f6e24c7 commit bf9f649
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,5 +1,19 @@
## Npcap 0.96 [2017-10-31]

* Only include data rate and channel fields in the RadioTap header if they are
reported by the underlying WiFi card driver. See
[#1036](http://issues.nmap.org/1036).

* When the Npcap installer detects that WinPcap is present, it will default to
installing in WinPcap API-compatible mode, replacing WinPcap. This can be
changed by the user in the interactive installer, or by setting the
`/winpcap_mode=no` command-line option.

* The Silent installation feature of the Npcap installer is now limited to the
[Npcap OEM edition](https://nmap.org/npcap/oem/).

## Npcap 0.96 [2017-10-31]

* Set the `*IfType`, `*MediaType`, and `*PhysicalMediaType` registry values for
the Npcap Loopback Adapter. The values set should reduce the amount of
configuration that Windows attempts to do on the adapter, preventing it from
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 96
!define /**/ WINPCAP_REV 97
#define /*
!define /**/ WINPCAP_BUILD 1031
!define /**/ WINPCAP_BUILD 1127
#define /*
!define /**/ WINPCAP_VER_STRING "0.96"
!define /**/ WINPCAP_VER_STRING "0.97"

#define WINPCAP_WPCAP_STRING_VERSION WINPCAP_VER_STRING

Expand Down

0 comments on commit bf9f649

Please sign in to comment.