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/src
Eric Leblond b0a6934431 app-layer-ftp: add ftp-data support
Use expectation to be able to identify connections that are
ftp data. It parses the PASV response, STOR message and the
RETR message to provide extraction of files.

Implementation in Rust of FTP messages parsing is available.

Also this patch changes some var name prefixed by ssh to ftp.
8 years ago
..
dns rust/dns - convert more type values to text 8 years ago
ftp app-layer-ftp: add ftp-data support 8 years ago
nfs rust/nfs: fix new warnings in rustc 1.21 8 years ago
ntp rust/ntp: convert parser to new registration method 8 years ago
applayer.rs rust: use LoggerFlags type to track logged state 9 years ago
conf.rs
core.rs rust/applayer: add registration iface for parsers 8 years ago
filecontainer.rs rust/file: improve truncation handling 8 years ago
filetracker.rs rust/file: improve truncation handling 8 years ago
json.rs rust/json: only output printable characters 9 years ago
lib.rs app-layer-ftp: add ftp-data support 8 years ago
log.rs rust: for sclog*, strip nul bytes before logging 9 years ago
lua.rs Rust/Lua: cast value to arch-dependant type (fix build on x86, #2197) 8 years ago
parser.rs rust/ntp: convert parser to new registration method 8 years ago