Installer, SDK, and debug symbols available at https://npcap.org/#download
-
Fix the packet statistics functionality used by
pcap_stats()
, which was
broken in 0.9981. Fixes #1668. -
Rework the flow of packets through the WFP callout driver that implements
loopback traffic capture. This should prevent clobbering of redirect context
data reported in #1529. -
Restore the
/dlt_null
installer option to default to "yes" since it has
been defaulting to "no" since Npcap 0.992. UsingDLT_NULL
for loopback
capture is slightly more efficient than creating a dummy Ethernet header,
which was the default before.