forked from nmap/npcap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use a global pointer to track loopback adapter
Using a function allows us to ensure the filter module (open instance) is in the running state, preventing sync problems between the WFP loopback stuff and the NDIS LWF stuff. Problems may still exist, but this ought to help. Potentially fixes a crash, access violation in NPF_NetworkClassify, that seems to be result of trying to lock the loopback adapter's open instance when it is not running.
- Loading branch information
1 parent
4f352c8
commit 6847f0c
Showing
5 changed files
with
46 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libpcap
updated
from 5b293e to f1074e