ether 0.1.4

Library for parsing and manipulating network data, packet captures.
Documentation
1
2
3
4
5
6
7
8
9

//! Tap into a network interface to view/inject real-time traffic

#[macro_use]
mod bindings;
mod tap;

pub use self::tap::Tap;
pub use futures::stream::Stream;