]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/ftp: Add parser for ftp.mode keyword
authorJeff Lucovsky <jlucovsky@oisf.net>
Thu, 8 May 2025 12:19:46 +0000 (08:19 -0400)
committerVictor Julien <victor@inliniac.net>
Wed, 14 May 2025 05:35:28 +0000 (07:35 +0200)
commitc6e0ba2b8549adf3c8b82ebdc13a5cd9f8ae0370
tree37cd30b0c515532514ee84b2586edb6b15ef1b88
parent34d7f0c65d2d59551c79f52d186ea41d888267ae
detect/ftp: Add parser for ftp.mode keyword

Issue: 7505

Add a parser for the ftp.mode command that returns the state struct. Add
a function to free the object it allocates.
rust/src/ftp/ftp.rs