suricata
|
#include "suricata-common.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "app-layer-ftp.h"
#include "detect-ftp-reply-received.h"
Go to the source code of this file.
Functions | |
void | DetectFtpReplyReceivedRegister (void) |
Registration function for ftp.reply_received: keyword. More... | |
Match on FTP reply received.
Definition in file detect-ftp-reply-received.c.
void DetectFtpReplyReceivedRegister | ( | void | ) |
Registration function for ftp.reply_received: keyword.
This function is called once in the 'lifetime' of the engine.
Definition at line 121 of file detect-ftp-reply-received.c.
References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_FTP_REPLY_RECEIVED, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().