Skip to content

Commit

Permalink
Bump version and changelog for 1.31 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Apr 22, 2021
1 parent 2519976 commit 6d056fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6d056fb

Please sign in to comment.