From bf9f649ee5a0966fbaa68e3e0dbe6a6410b4e18b Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Mon, 27 Nov 2017 15:21:31 -0600 Subject: [PATCH] Bump version and changelog for 0.97 release --- CHANGELOG.md | 14 ++++++++++++++ version.h | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6cb8640..fb836ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.h b/version.h index a2a09be0..73a38fb9 100644 --- a/version.h +++ b/version.h @@ -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