|
suricata
|
#include "app-layer-ftp.h"

Go to the source code of this file.
Data Structures | |
| struct | DetectFtpdataData_ |
Typedefs | |
| typedef struct DetectFtpdataData_ | DetectFtpdataData |
Functions | |
| void | DetectFtpdataRegister (void) |
| registers the keyword into the engine. Called from detect.c::SigTableSetup() More... | |
Definition in file detect-ftpdata.h.
| typedef struct DetectFtpdataData_ DetectFtpdataData |
Per keyword data. This is set up by the DetectFtpcommandSetup() function. Each signature will have an instance of DetectFtpcommandData per occurrence of the keyword. The structure should be considered static/readonly after initialization.
| void DetectFtpdataRegister | ( | void | ) |
registers the keyword into the engine. Called from detect.c::SigTableSetup()
registers the keyword into the engine. Called from detect.c::SigTableSetup()
This function is called once in the 'lifetime' of the engine.
Definition at line 59 of file detect-ftpdata.c.
References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_FTPDATA, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
