Expand description
Streaming statistics collection for PCAP captures.
StatsCollector performs a single pass over packets, computing:
- capture start/end timestamps
- total packet and byte counts
- unique source and destination IPs
- per-flow packet/byte counts keyed by 5-tuple
Re-exports§
pub use flow::FlowKey;
Modules§
- flow
- Re-export
FlowKeyfrom the sharedcrate::flowmodule.
Structs§
- Capture
Info - Aggregate statistics for an entire capture.
- Flow
Stats - Per-flow statistics entry.
- Stats
Collector - Incrementally accumulates capture statistics in a single streaming pass.