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
Jeff Lucovsky 263d56fd11 detect/ftp: Add ftp.received_reply
Issue: 7506

Add a (non-sticky buffer) keyword for ftp.reply_received. This is not a
sticky buffer as the keyword relates to protocol state and not bytes
from the actual protocol exchange.

ftp.reply_received: yes|on|no|off
2 months ago
..
.cargo
derive rust/derive: fix clippy collapsible_match warning 2 months ago
htp rust/htp: suppress io_other_error lint 2 months ago
src detect/ftp: Add ftp.received_reply 2 months ago
suricatactl suricatactl: add description to Cargo.toml 3 months ago
suricatasc rust: pin once_cell to work with Rust 1.67.1 5 months ago
sys rust: bindgen SCDetectHelperBufferMpmRegister 2 months ago
.gitignore
Cargo.lock.in http1: brotli decompression 3 months ago
Cargo.toml.in rust: use flate2 with C zlib 3 months ago
Makefile.am rust: always update Cargo.lock.in 3 months ago
cbindgen.toml rust: bindgen detect-engine-helper.h 3 months ago
rustfmt.toml