Skip to content

Commit d2a6548

Browse files
committed
Bump version and changelog for 1.84 release
1 parent 4530c82 commit d2a6548

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## Npcap 1.84 [2025-10-02]
2+
3+
* Fixed a regression in #742 (previously fixed in Npcap 1.80). The fix changes
4+
to libpcap had been overwritten in our local branch, causing the same
5+
Application Verifier faults to recur.
6+
7+
* Resolve an issue in the installer/uninstaller where x64-emulated processes on
8+
ARM64 (and possibly 32-bit processes on both x64 and ARM64) that were using
9+
Npcap were not correctly terminated, leading to failed installations.
10+
11+
* New DriverQuery.exe diagnostic tool. This will be run as part of
12+
[DiagReport](https://npcap.com/guide/npcap-users-guide.html#npcap-issues-diagreport)
13+
on new installations, but can be run independently on older installations for
14+
better diagnosis of connection issues.
15+
16+
* Added performance metrics for time spent processing packets. These can be
17+
queried with the DriverQuery diagnostic tool or via `PacketGetInfo()` using
18+
the `NPF_GETINFO_STATS` query ID.
19+
20+
* Added additional checks to ensure data structures allocated when injecting
21+
packets are freed. No leaks were reported, but it is possible some packets
22+
could have been leaked when using the SendToRx feature.
23+
24+
* An experimental feature, adaptive buffer sizing, can be enabled in Packet.dll
25+
by setting the `PACKET_EXPERIMENTAL_OPTIMIZATION` environment variable.
26+
See ([#622](http://issues.npcap.org/622)).
27+
128
## Npcap 1.83 [2025-08-01]
229

330
* \[SECURITY\] Rebuilt the Windows self-installer with NSIS 3.11, addressing

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
#define /*
113113
!define /**/ WINPCAP_REV 84
114114
#define /*
115-
!define /**/ WINPCAP_BUILD 818
115+
!define /**/ WINPCAP_BUILD 930
116116
#define /*
117117
!define /**/ WINPCAP_VER_STRING "1.84"
118118
#define /*

0 commit comments

Comments
 (0)