We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a0770 commit de76610Copy full SHA for de76610
1 file changed
src/detect-ftp-reply-received.c
@@ -126,6 +126,7 @@ void DetectFtpReplyReceivedRegister(void)
126
sigmatch_table[DETECT_FTP_REPLY_RECEIVED].AppLayerTxMatch = DetectFtpReplyReceivedMatch;
127
sigmatch_table[DETECT_FTP_REPLY_RECEIVED].Setup = DetectFtpReplyReceivedSetup;
128
sigmatch_table[DETECT_FTP_REPLY_RECEIVED].Free = DetectFtpReplyReceivedFree;
129
+ sigmatch_table[DETECT_FTP_REPLY_RECEIVED].flags = SIGMATCH_SUPPORT_FIREWALL;
130
131
DetectAppLayerInspectEngineRegister("ftp.reply_received", ALPROTO_FTP, SIG_FLAG_TOCLIENT, 0,
132
DetectEngineInspectGenericList, NULL);
0 commit comments