Crate nprint_rs

Source
Expand description

nPrint is a standard data representation for network traffic, designed for direct use with machine learning algorithms, eliminating the need for feature engineering in various traffic analysis tasks. Developing a Rust implementation of nPrint will simplify the creation of network systems that leverage real-world ML deployments, rather than just training and deploying models offline.

Structs§

Nprint
The Nprint structure stores a collection of parsed packet headers, associated with a single network flow (e.g., a connection or tuple).

Enums§

ProtocolType
Enum that contains the current implemented type extractable