Skip to content

Commit

Permalink
Bump version and changelog for Npcap 1.30 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Apr 10, 2021
1 parent dfed27f commit 30a5c59
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

## Npcap 1.30 [2021-04-08]

* Restore raw WiFi frame capture support, which had been broken in a few ways
since Npcap 0.9983. Additional improvements enable `PacketSetMonitorMode()`
for non-admin-privileged processes, allowing Wireshark to correctly enable
monitor mode via checkbox without requiring WlanHelper.exe.

* Fixed WlanHelper.exe to correctly set modes and channels for adapters, if run
with Administrator privileges. Fixes [#122](http://issues.npcap.org/122).

* Improved speed of `pcap_findalldevs()` by using fewer calls to
`GetAdaptersAddresses()` and avoiding direct Registry inspection. The new
method may result in more adapters being available for capture than
previously reported. See [#169](http://issues.npcap.org/169).

* Updated Packet.dll to use modern `HeapAlloc()` allocation, faster than the
legacy `GlobalAlloc()` inherited from WinPcap.

* Improve error reporting from `PacketGetAdapterNames()` and related functions.

## Npcap 1.20 [2021-03-10]

* Upgrade wpcap.dll to libpcap 1.10. This change enables software to use
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 20
!define /**/ WINPCAP_REV 30
#define /*
!define /**/ WINPCAP_BUILD 305
!define /**/ WINPCAP_BUILD 408
#define /*
!define /**/ WINPCAP_VER_STRING "1.20"
!define /**/ WINPCAP_VER_STRING "1.30"
#define /*
!define /**/ NPCAP_SDK_VERSION "1.07"

Expand Down

0 comments on commit 30a5c59

Please sign in to comment.