]> git.ipfire.org Git - thirdparty/suricata.git/commit
app/ftp: Move FTP response handling to rust
authorJeff Lucovsky <jlucovsky@oisf.net>
Fri, 21 Mar 2025 13:57:38 +0000 (09:57 -0400)
committerJason Ish <jason.ish@oisf.net>
Mon, 7 Apr 2025 21:25:04 +0000 (15:25 -0600)
commitdfc896e2a7a19f67df46242ae2d2b8c5a3856cc3
treee68dc71296b3a7befc0d145230f0f084f0dd80e1
parent63adfc6b1ea3505b08f75df2929b8620e8bde6e9
app/ftp: Move FTP response handling to rust

Move handling of FTP responses to Rust to improve support for FTP
keyword matching. Parsing the response line when encountered
simplifies multi-buffer matching and metadata output.

Issue: 4082
rust/src/ftp/mod.rs
rust/src/ftp/response.rs [new file with mode: 0644]