We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f570d commit f88615aCopy full SHA for f88615a
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## Npcap 1.87 [2026-02-04]
2
+
3
+* Fix a bug causing various BSoD crashes in `NPF_DoTap()`. Fixes [#831](https://issues.npcap.org/831).
4
5
## Npcap 1.86 [2026-01-07]
6
7
* Updated libpcap to 1.10.6. For a summary of the last 18 years of libpcap
version.h
@@ -112,9 +112,9 @@
112
#define /*
113
!define /**/ WINPCAP_REV 86
114
115
- !define /**/ WINPCAP_BUILD 106
+ !define /**/ WINPCAP_BUILD 203
116
117
- !define /**/ WINPCAP_VER_STRING "1.86"
+ !define /**/ WINPCAP_VER_STRING "1.87"
118
119
!define /**/ NPCAP_SDK_VERSION "1.16"
120
0 commit comments