Docs.rs
async-pcap-0.1.0
async-pcap 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
LorenzoLeonardo
Dependencies
pcap ^2.3
normal
tokio ^1.47
normal
Versions
83.33%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate async_pcap
async_
pcap
0.1.0
All Items
Crate Items
Structs
Enums
Crate
async_
pcap
Copy item path
Source
Structs
§
Async
Capture
An asynchronous wrapper around a
pcap::Capture
.
Async
Capture
Handle
Handle to control the asynchronous capture.
Capture
This is a pcap capture handle which is an abstraction over the
pcap_t
provided by pcap. There are many ways to instantiate and interact with a pcap handle, so phantom types are used to express these behaviors.
Device
A network device name and pcap’s description of it.
Packet
Represents a network packet with its header and raw data.
Enums
§
Active
Phantom type representing an active capture handle.