]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/ftp: ftp.command_data keyword
authorJeff Lucovsky <jlucovsky@oisf.net>
Fri, 28 Mar 2025 15:01:15 +0000 (11:01 -0400)
committerJeff Lucovsky <jlucovsky@oisf.net>
Fri, 4 Apr 2025 13:19:01 +0000 (09:19 -0400)
commit559cdc358d9dbe58f586de7f81321a1b8c3534f9
tree18841a8181aaba57ce34f4d0fdb725ab483a09d0
parent0f3932afb78680c8af167f2089f52e0342431b1f
detect/ftp: ftp.command_data keyword

Issue: 7503

Add the rule keyword ftp.command_data; a sticky buffer that matches on
the values send with FTP commands, e.g., USER someuser
src/Makefile.am
src/detect-engine-register.c
src/detect-engine-register.h
src/detect-ftp-command-data.c [new file with mode: 0644]
src/detect-ftp-command-data.h [new file with mode: 0644]