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 *pcap* library.
*/modlibrary;pubmoddll;modinterface;modstructs;modpaths;pubuseself::paths::DEFAULT_PATHS;pubuseself::library::Library;pubuseself::interface::Interface;