-
-
Notifications
You must be signed in to change notification settings - Fork 1
PCAP.IsNpcap
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
PCAP.IsNpcap
Protected Function IsNpcap() As BooleanReturns True if we're using Npcap instead of Wpcap.
Npcap is an updated fork of the unmaintained Wpcap project. One, the other, or both may be installed on any given system. If the PCAP.USE_NPCAP constant is set to True (the default), we'll prefer Npcap over Wpcap when both are installed.
If Npcap was installed in "WinPcap API-compatible Mode" then this method may return False even if we really are using Npcap.
Wiki home | Project page | Bugs | Become a sponsor
Text, images, and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.