]> git.ipfire.org Git - thirdparty/suricata.git/commit
app/ftp: Use Rust FTP response line handling
authorJeff Lucovsky <jlucovsky@oisf.net>
Fri, 21 Mar 2025 14:01:27 +0000 (10:01 -0400)
committerJason Ish <jason.ish@oisf.net>
Mon, 7 Apr 2025 21:25:04 +0000 (15:25 -0600)
commitd674ce25103ef9cee3240b3fc1bf9d90a0a8473a
treec6d66d8fd628886cf1824aaa481f312748f38c83
parentdfc896e2a7a19f67df46242ae2d2b8c5a3856cc3
app/ftp: Use Rust FTP response line handling

Use the Rust logic to parse FTP response lines with the goal to support
multi-buffer matches better.

A side effect is that the completion codes are no longer strings; the
schema update reflects this.

Issue: 4082
src/app-layer-ftp.c
src/app-layer-ftp.h
src/output-json-ftp.c