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

Capture handles may miss some packets after NDIS stack pause #667

Closed
dmiller-nmap opened this issue Apr 13, 2023 · 0 comments
Closed

Capture handles may miss some packets after NDIS stack pause #667

dmiller-nmap opened this issue Apr 13, 2023 · 0 comments

Comments

@dmiller-nmap
Copy link
Contributor

Since Npcap 1.60, capture handles have been able to withstand NDIS stack pause events (which happen during certain system configuration events) without closing, restoring packet capture when the event completes. However, this restoration is dependent on the handle's OPEN_INSTANCE being in the OpenRunning state, and the reattachment after pause restores it to the OpenAttached state instead. Some operations restore the OpenRunning state, but packets that arrive before then will be missed.

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