Crate pako_tools

Crate pako_tools 

Source

Re-exports§

pub use pcap_parser;

Structs§

BlockEngine
Config
Duration
Reimplementation of std::time::Duration, but panic-free and partial, only to match our needs:
FiveTuple
Network 5-tuple: layer 4 protocol (e.g TCP or UDP), source and destination IP/ports
Flow
Network flow information
InterfaceInfo
Information related to a network interface used for capture
Packet
ParseBlockContext
Block parsing context
ParseContext
pcap parsing context
PcapDataEngine
pcap/pcap-ng data analyzer engine
ThreeTuple
Network 3-tuple: layer 4 protocol (e.g TCP or UDP), source and destination IP addresses

Enums§

Error
PcapBlockOwned
A block from a Pcap or PcapNG file

Constants§

MICROS_PER_SEC

Traits§

BlockAnalyzer
PcapAnalyzer
Common trait for pcap/pcap-ng analyzers
PcapEngine
Interface for all Pcap engines
SafePcapAnalyzer
Common trait for pcap/pcap-ng analyzers (thread-safe version)
ToFiveTuple
Generic interface for structures that can provide a FiveTuple

Functions§

pcapng_build_interface

Type Aliases§

FlowID
Unique Flow identifier