Registry / networking / winpcap

winpcap

JSON →
library4.1.3vcpkgunverified

Industry-standard tool for link-layer network access in Windows environments.

vcpkg install winpcap
INSTALL
IMPORT
SIG · WINPCAP
W
winpcap
networkingcppv4.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pcap.h
✓ #include <pcap.h>

List network devices

#include <pcap.h> #include <iostream> int main() { char errbuf[PCAP_ERRBUF_SIZE]; pcap_if_t *alldevs; if (pcap_findalldevs(&alldevs, errbuf) == -1) { std::cerr << "Error: " << errbuf << std::endl; return 1; } pcap_freealldevs(alldevs); return 0; }
Debug
Known issues
breakingWinPcap is deprecated; use Npcap instead
fix
Install npcap via vcpkg and use its headers/libraries
affects: >=4.1.0
Upgrade
Version history
4.1.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources

No resource links recorded.

winpcap — pip install winpcap · libregistry