pcap 2.4.0

A packet capture API around pcap/wpcap
Documentation
1
2
3
4
5
6
//! Utilities for sending batches of packets.

#[cfg(windows)]
pub mod windows;
#[cfg(windows)]
pub use windows::{SendQueue, SendSync};