Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Npcap 1.60 fails to reattach a raw 802.11 WiFi frame capture handle after a NDIS stack restart #591

Closed
dmiller-nmap opened this issue Mar 31, 2022 · 0 comments

Comments

@dmiller-nmap
Copy link
Contributor

Npcap 1.60 introduced a feature (#506) to keep capturing after a NDIS hiccup (like a sleep event or driver installation), but the logic behind it was incomplete with regard to the raw 802.11 WiFi frame capture feature (/dot11_support=yes). The reattachment logic requires the "Dot11" status of the capture handle to match that of the filter module (driver binding instance), but the bDot11 flag on the capture handle was never being set. Fix is incoming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant