Skip to content

Commit 752f130

Browse files
committed
Bump version and changelog for 1.83 release
1 parent 1090724 commit 752f130

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## Npcap 1.83 [2025-08-01]
2+
3+
* \[SECURITY\] Rebuilt the Windows self-installer with NSIS 3.11, addressing
4+
CVE-2025-43715--a race condition in earlier NSIS versions that could allow
5+
local attackers to escalate to SYSTEM privileges when a vulnerable installer
6+
is run as SYSTEM. The Npcap installer does not run as SYSTEM by default.
7+
8+
* Added a check for malformed OID request objects. This should prevent the BSoD
9+
crashes that have been reported when setting up a PPPoE connection ([#296](http://issues.npcap.org/296)).
10+
11+
* Fixed an issue with SendToRx mode that resulted in packet injection calls
12+
hanging. Fixes [#785](http://issues.npcap.org/785).
13+
14+
* SendToRx mode, which causes injected packets to be indicated as receives
15+
instead of sends, can now be enabled per capture handle using the
16+
`pcap_setmode(handle, PACKET_MODE_SENDTORX)`. Since this feature was
17+
previously enabled globally via the Registry, user code can now opt out of it
18+
with `pcap_setmode(handle, PACKET_MODE_SENDTORX_CLEAR)`.
19+
20+
* The Npcap driver now can deliver packet timestamps using nanosecond
21+
precision. This feature will be made available via the portable libpcap API
22+
in the next Npcap SDK.
23+
124
## Npcap 1.82 [2025-04-21]
225

326
* Fixed an issue where Npcap 1.81 would incorrectly reject packets as too large

version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@
110110
!define /**/ WINPCAP_MINOR 1
111111
/* WINPCAP_REV should be less than 256 to fit in UCHAR */
112112
#define /*
113-
!define /**/ WINPCAP_REV 82
113+
!define /**/ WINPCAP_REV 83
114114
#define /*
115-
!define /**/ WINPCAP_BUILD 418
115+
!define /**/ WINPCAP_BUILD 730
116116
#define /*
117-
!define /**/ WINPCAP_VER_STRING "1.82"
117+
!define /**/ WINPCAP_VER_STRING "1.83"
118118
#define /*
119119
!define /**/ NPCAP_SDK_VERSION "1.15"
120120

0 commit comments

Comments
 (0)