ftp: mark ftpdata_command as firewall supported

pull/15726/head
Jason Ish 2 months ago committed by Victor Julien
parent f93268e531
commit 6bc2969b8d

@ -62,6 +62,7 @@ void DetectFtpdataRegister(void) {
/* description: listed in "suricata --list-keywords=all" */
sigmatch_table[DETECT_FTPDATA].desc = "match FTP command triggering a FTP data channel";
sigmatch_table[DETECT_FTPDATA].url = "/rules/ftp-keywords.html#ftpdata-command";
sigmatch_table[DETECT_FTPDATA].flags |= SIGMATCH_SUPPORT_FIREWALL;
sigmatch_table[DETECT_FTPDATA].AppLayerTxMatch = DetectFtpdataMatch;
/* setup function is called during signature parsing, when the ftpcommand
* keyword is encountered in the rule */

Loading…
Cancel
Save