Activity
Update CHANGELOG.md: clarify position on Win10pcap
Update CHANGELOG.md: clarify position on Win10pcap
Bump version and changelog for 1.81 release
Bump version and changelog for 1.81 release
Bump copyright date to 2025 throughout
Bump copyright date to 2025 throughout
Declare support for USO and URO in WFP when possible.
Declare support for USO and URO in WFP when possible.
Fix VLAN unpacking: endianness in bitfields sucks
Fix VLAN unpacking: endianness in bitfields sucks
Don't read past end of capture looking for VLAN TPID
Don't read past end of capture looking for VLAN TPID
Clearer VLAN header access using a struct
Clearer VLAN header access using a struct
Eliminate most copies during sends. Support VLAN tags in BufferedWrite.
Eliminate most copies during sends. Support VLAN tags in BufferedWrite.
Document I/O method used by old I/O control codes
Document I/O method used by old I/O control codes
Update copyright holder name to Nmap Software LLC
Update copyright holder name to Nmap Software LLC
Separate offset validation from check for extension offset
Separate offset validation from check for extension offset
NPF_Write: Fix completing of IRP and freeing of MDL on error
NPF_Write: Fix completing of IRP and freeing of MDL on error
Fix use of MAKELONG: args are (low, high)
Fix use of MAKELONG: args are (low, high)
Go back to separate functions for W/H/B to avoid extra comparisons.
Go back to separate functions for W/H/B to avoid extra comparisons.
Avoid including winsock2.h when building kernel-mode driver
Avoid including winsock2.h when building kernel-mode driver
Add some changelog entries for unreleased features
Add some changelog entries for unreleased features
Include npcap-bpf.h and npcap-defs.h in SDK
Include npcap-bpf.h and npcap-defs.h in SDK
New Packet.dll function for BIOCGETINFO, PacketGetInfo
New Packet.dll function for BIOCGETINFO, PacketGetInfo
Add VLAN tag to captured packets when necessary
Add VLAN tag to captured packets when necessary
Driver: Allow BPF extension for extracting VLAN metadata
Driver: Allow BPF extension for extracting VLAN metadata
Fix appveyor build: wrong VS version number in script
Fix appveyor build: wrong VS version number in script
Use macros to make bpf_filter cases clearer
Use macros to make bpf_filter cases clearer
If there is an error in NPF_Write, do not pend the IRP
If there is an error in NPF_Write, do not pend the IRP
Support multiple NDIS versions at runtime.
Support multiple NDIS versions at runtime.