From 6d056fbeb4efae98ed731e20968684b9ca4d3473 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Thu, 22 Apr 2021 11:03:23 -0500 Subject: [PATCH] Bump version and changelog for 1.31 release --- CHANGELOG.md | 12 ++++++++++++ version.h | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6e7cf3..856fb597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@  +## Npcap 1.31 [2021-04-21] + +* Fix a bug with the non-default legacy loopback capture support that caused + all requests to open a capture handle to open the loopback capture instead. + It is recommended to not select "Legacy loopback support" at installation + unless you know your application relies on it. Fixes [#302](http://issues.npcap.org/302). + +* For Windows 10 and Server 2016 and later, restore the ability to capture + traffic on VMware VMnet interfaces such as the host-only and NAT virtual + networks. This will be restored for other supported Windows versions in a + later release. Fixes [#304](http://issues.npcap.org/304). + ## Npcap 1.30 [2021-04-09] * Restore raw WiFi frame capture support, which had been broken in a few ways diff --git a/version.h b/version.h index fa3dc4a7..a11b8c21 100644 --- a/version.h +++ b/version.h @@ -88,11 +88,11 @@ !define /**/ WINPCAP_MINOR 1 /* WINPCAP_REV should be less than 256 to fit in UCHAR */ #define /* - !define /**/ WINPCAP_REV 30 + !define /**/ WINPCAP_REV 31 #define /* - !define /**/ WINPCAP_BUILD 408 + !define /**/ WINPCAP_BUILD 421 #define /* - !define /**/ WINPCAP_VER_STRING "1.30" + !define /**/ WINPCAP_VER_STRING "1.31" #define /* !define /**/ NPCAP_SDK_VERSION "1.07"