Skip to content

Commit e18580b

Browse files
committed
ftp: mark ftpbounce as supported by firewall
Ticket: 8392
1 parent de76610 commit e18580b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/detect-ftpbounce.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ void DetectFtpbounceRegister(void)
6565
sigmatch_table[DETECT_FTPBOUNCE].Setup = DetectFtpbounceSetup;
6666
sigmatch_table[DETECT_FTPBOUNCE].AppLayerTxMatch = DetectFtpbounceALMatch;
6767
sigmatch_table[DETECT_FTPBOUNCE].url = "/rules/ftp-keywords.html#ftpbounce";
68-
sigmatch_table[DETECT_FTPBOUNCE].flags = SIGMATCH_NOOPT;
68+
sigmatch_table[DETECT_FTPBOUNCE].flags =
69+
SIGMATCH_NOOPT | SIGMATCH_SUPPORT_FIREWALL;
6970

7071
g_ftp_request_list_id = DetectBufferTypeGetByName("ftp:request_complete:generic");
7172
}

0 commit comments

Comments
 (0)