Skip to main content

Crate huginn_net_tcp

Crate huginn_net_tcp 

Source

Re-exports§

pub use parallel::DispatchResult;
pub use parallel::PoolStats;
pub use parallel::WorkerPool;
pub use parallel::WorkerStats;
pub use uptime::calculate_uptime_improved;
pub use uptime::Connection;
pub use uptime::ConnectionKey;
pub use uptime::FrequencyState;
pub use uptime::TcpTimestamp;
pub use uptime::UptimeTracker;
pub use huginn_net_db as db;
pub use error::*;
pub use filter::*;
pub use observable::*;
pub use output::*;
pub use process::*;
pub use signature_matcher::*;
pub use tcp_process::*;

Modules§

display
error
filter
ip_options
mtu
observable
output
packet_hash
packet_parser
parallel
process
raw_filter
signature_matcher
syn_options
Raw TCP options parser.
tcp
tcp_process
ttl
uptime
window_size

Structs§

HuginnNetTcp
A TCP-focused passive fingerprinting analyzer.
ParallelConfig
Configuration for parallel processing.