4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Nov 20, 2024 — Nov 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unused DLT definitions, duplicate from libpcap's dlt.h
bonsaiviking
as Daniel Miller
More... 10 months ago
Move common definitions to common include file
bonsaiviking
as Daniel Miller
More... 10 months ago
Move BPF definitions to common include file.
bonsaiviking
as Daniel Miller
More... 10 months ago
Ensure validity checks don't overflow and are simple
bonsaiviking
as Daniel Miller
More... 10 months ago
Update libpcap to 1.10.5
bonsaiviking
as Daniel Miller
More... 10 months ago
New Packet.dll function for BIOCGETINFO, PacketGetInfo
bonsaiviking
as Daniel Miller
More... 10 months ago
Correct size calculations for PACKET_OID_DATA
bonsaiviking
as Daniel Miller
More... 10 months ago
Do not use Linux's values for SKF_AD_* offsets. Would complicate future extensions added out-of-order
bonsaiviking
as Daniel Miller
More... 10 months ago
New IOCTL code for retrieving config and capabilities.
bonsaiviking
as Daniel Miller
More... 10 months ago
Add VLAN tag to captured packets when necessary
bonsaiviking
as Daniel Miller
More... 10 months ago
Remove goto; just return immediately
bonsaiviking
as Daniel Miller
More... 10 months ago
Driver: Allow BPF extension for extracting VLAN metadata
bonsaiviking
as Daniel Miller
More... 10 months ago
Simplify NPF_CAP_OBJ_SIZE macro
bonsaiviking
as Daniel Miller
More... 10 months ago
Only retrieve Radiotap info once per NBL
bonsaiviking
as Daniel Miller
More... 10 months ago
Ensure resdropped counts are accurate if all packets in an NBL are resdropped
bonsaiviking
as Daniel Miller
More... 10 months ago
Pass NET_BUFFER directly to bpf_filter
bonsaiviking
as Daniel Miller
More... 10 months ago
Use __restrict in a few obvious places
bonsaiviking
as Daniel Miller
More... 10 months ago
Fix appveyor build: wrong VS version number in script
bonsaiviking
as Daniel Miller
More... 10 months ago
Use macros to make bpf_filter cases clearer
bonsaiviking
as Daniel Miller
More... 10 months ago
Replace xword, xhalf, xbyte with one function
bonsaiviking
as Daniel Miller
More... 10 months ago
Refactor valid instructions for readability and maintenance
bonsaiviking
as Daniel Miller
More... 10 months ago
Remove TME instructions (never implemented in Npcap)
bonsaiviking
as Daniel Miller
More... 10 months ago
Use __declspec(restrict) for functions allocating objects
bonsaiviking
as Daniel Miller
More... 10 months ago
If there is an error in NPF_Write, do not pend the IRP
bonsaiviking
as Daniel Miller
More... about 1 year ago
Support multiple NDIS versions at runtime.
bonsaiviking
as Daniel Miller
More... about 1 year ago
Update docs on installer options and exit codes. Closes #612
bonsaiviking
as Daniel Miller
More... about 1 year ago
Reorder changelog entries
bonsaiviking
as Daniel Miller
More... about 1 year ago
Bump version and changelog for 1.80 release
bonsaiviking
as Daniel Miller
More... about 1 year ago
Remove unneeded build configs from some projects
bonsaiviking
as Daniel Miller
More... about 1 year ago
Upgrade examples and appveyor to VS2022
bonsaiviking
as Daniel Miller
More... about 1 year ago