Skip to content

Commit de76610

Browse files
committed
ftp: mark ftp.reply_received as supported by firewall
Ticket: OISF#8392
1 parent 06a0770 commit de76610

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/detect-ftp-reply-received.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ void DetectFtpReplyReceivedRegister(void)
126126
sigmatch_table[DETECT_FTP_REPLY_RECEIVED].AppLayerTxMatch = DetectFtpReplyReceivedMatch;
127127
sigmatch_table[DETECT_FTP_REPLY_RECEIVED].Setup = DetectFtpReplyReceivedSetup;
128128
sigmatch_table[DETECT_FTP_REPLY_RECEIVED].Free = DetectFtpReplyReceivedFree;
129+
sigmatch_table[DETECT_FTP_REPLY_RECEIVED].flags = SIGMATCH_SUPPORT_FIREWALL;
129130

130131
DetectAppLayerInspectEngineRegister("ftp.reply_received", ALPROTO_FTP, SIG_FLAG_TOCLIENT, 0,
131132
DetectEngineInspectGenericList, NULL);

0 commit comments

Comments
 (0)