Expand description
pcap-toolkit library — public API surface.
Modules§
- bpf
- Pure-Rust tcpdump/libpcap-style BPF expression filter.
- config
- TOML configuration types for pcap-toolkit.
- error
- Custom error types for pcap-toolkit library code.
- export
- Phase 5: Structured data export (JSON, Parquet, Avro).
- filter
- Structured packet filter.
- flow
- Shared flow key definition and deterministic flow ID computation.
- pcap
- Streaming PCAP / PCAPng reader.
- replay
- Live packet replay onto a real network interface.
- sort
- Two-pass chronological sorting for legacy PCAP files.
- stats
- Streaming statistics collection for PCAP captures.
- transform
- Phase 4: Packet-level transformations applied during the sort second pass.