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