wireforge-io 1.1.0

Cross-platform raw socket I/O — AF_PACKET/BPF/NPcap L2 and raw socket L3
Documentation
1
2
3
4
5
6
7
//! Windows platform implementation — NPcap L2 (via feature "npcap") and raw socket L3.

mod npcap;
mod l3;

pub use npcap::{NpcapReader, NpcapWriter};
pub use l3::{WinL3Receiver, WinL3Sender};