You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Victor Julien db0f9ddc69 files/tx: inspection, logging and loop optimizations
Introduce AppLayerTxData::file_tx as direction(s) indicator for transactions.
When set to 0, its not a file tx and it will not be considered for file
inspection, logging and housekeeping tasks.

Various tx loop optimizations in housekeeping and output.

Update the "file capable" app-layers to set the fields based on their
directional file support as well as on the traffic.
2 years ago
..
.cargo
derive
src files/tx: inspection, logging and loop optimizations 2 years ago
.gitignore
Cargo.toml.in rust: lock to time 0.3.13 to avoid MSRV bump to 1.59 2 years ago
Makefile.am
cbindgen.toml app-layer: introduce common AppLayerStateData API 2 years ago
rustfmt.toml