Library for receiving and sending raw packets. While most crate wrap just one library, rawsock allows you to use pcap, wpcap, npcap and pf_ring (pfring) using a consistent API for all of them.
/*!
Code for managing the *wpcap* library (Windows extension to pcap).
*/pubmoddll;modinterface;modlibrary;modpaths;modstructs;pubuseself::paths::DEFAULT_PATHS;pubuseself::library::Library;pubuseself::interface::Interface;