We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de76610 commit e18580bCopy full SHA for e18580b
1 file changed
src/detect-ftpbounce.c
@@ -65,7 +65,8 @@ void DetectFtpbounceRegister(void)
65
sigmatch_table[DETECT_FTPBOUNCE].Setup = DetectFtpbounceSetup;
66
sigmatch_table[DETECT_FTPBOUNCE].AppLayerTxMatch = DetectFtpbounceALMatch;
67
sigmatch_table[DETECT_FTPBOUNCE].url = "/rules/ftp-keywords.html#ftpbounce";
68
- sigmatch_table[DETECT_FTPBOUNCE].flags = SIGMATCH_NOOPT;
+ sigmatch_table[DETECT_FTPBOUNCE].flags =
69
+ SIGMATCH_NOOPT | SIGMATCH_SUPPORT_FIREWALL;
70
71
g_ftp_request_list_id = DetectBufferTypeGetByName("ftp:request_complete:generic");
72
}
0 commit comments