Installer and SDK available from https://npcap.com/#download .
Npcap 1.86 [2026-01-07]
-
Updated libpcap to 1.10.6. For a summary of the last 18 years of libpcap
features that have been added since the libpcap 1.0.0 release that WinPcap is
stuck on, check out the What's New page on npcap.com. -
Fix a BSoD crash (
DRIVER_IRQL_NOT_LESS_OR_EQUAL) inbpf_filter()caused
by the filter program being freed and overwritten while a packet is being
processed. Fixes #819. -
Fix issues with placement/deletion of Uninstall.exe and DriverQuery.exe.
Fixes #821. -
Fix a deadlock in Packet.dll preventing applications from starting when Npcap
is installed in/admin_onlymode. Npcap 1.84 and 1.85 were affected.
Fixes #813. -
Fix a BSoD crash (
KMODE_EXCEPTION_NOT_HANDLED) when capturing injected
packets. Fixes #815. -
Fix an incompatibility that prevented Npcap 1.81 through 1.85 from being able
to capture when installed with the/prior_driver=yesoption on versions of
Windows before Windows 10. This issue does not affect any version of Windows
that is supported by Microsoft. Fixes #822.
Npcap SDK 1.16 [2026-01-07]
-
Upgraded libpcap to 1.10.6.
-
Renamed the
SKF_AD_*constants toNPCAP_AD_*to avoid confusion with code
that may expect the same values or ordering as the constants defined by
Linux. The old names are still conditionally defined for convenience. -
Defined additional modes for
PacketSetMode()/pcap_setmode():
MODE_SENDTORXandMODE_SENDTORX_CLEARto enable and disable the SendToRx
feature independent of systemwide Registry setting.
Requires Npcap 1.83 driver or later. -
Enable nanosecond-precision timestamps on a packet handle using
PACKET_MODE_NANOwithPacketSetMode(). Requires Npcap 1.83 driver or later. -
Added new constants for
PacketGetInfo():NPF_GETINFO_MODESreturns
supported mode bits forPacketSetMode().NPF_GETINFO_STATSretrieves
performance statistics for the filter module.NPF_GETINFO_MODDBGgets
internal debugging info unique to a filter module. These require Npcap 1.84
driver or later.