]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/ftp: Add ftp.received_reply
authorJeff Lucovsky <jlucovsky@oisf.net>
Thu, 17 Apr 2025 12:30:50 +0000 (08:30 -0400)
committerVictor Julien <victor@inliniac.net>
Fri, 16 May 2025 19:33:57 +0000 (21:33 +0200)
commit263d56fd11e58cebca535a6ad1168378db1df181
tree167954906a6f454fbeac90e7d789134cd100c0f9
parentdc20129195574d002ace30e38da9d524815c8e2e
detect/ftp: Add ftp.received_reply

Issue: 7506

Add a (non-sticky buffer) keyword for ftp.reply_received. This is not a
sticky buffer as the keyword relates to protocol state and not bytes
from the actual protocol exchange.

ftp.reply_received: yes|on|no|off
rust/src/ftp/ftp.rs
src/Makefile.am
src/detect-engine-register.c
src/detect-engine-register.h
src/detect-ftp-reply-received.c [new file with mode: 0644]
src/detect-ftp-reply-received.h [new file with mode: 0644]