wireforge-io 1.0.1

Cross-platform raw socket I/O — AF_PACKET/BPF/NPcap L2 and raw socket L3
Documentation
1
2
3
4
5
6
7
//! macOS/BSD platform implementation — BPF L2 and raw socket L3.

mod bpf;
mod l3;

pub use bpf::{BpfReader, BpfWriter};
pub use l3::{BsdL3Receiver, BsdL3Sender};