|
| 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 | + |
1 | 28 | ## Npcap 1.83 [2025-08-01] |
2 | 29 |
|
3 | 30 | * \[SECURITY\] Rebuilt the Windows self-installer with NSIS 3.11, addressing |
|
0 commit comments