|
suricata
|
#include "suricata-common.h"#include "detect.h"#include "detect-parse.h"#include "detect-engine-prefilter-common.h"#include "detect-engine-uint.h"#include "detect-template.h"#include "tests/detect-template.c"
Go to the source code of this file.
Functions | |
| void | DetectTemplateRegister (void) |
| Registration function for template: keyword. More... | |
XXX Short description of the purpose of this keyword
Definition in file detect-template.c.
| void DetectTemplateRegister | ( | void | ) |
Registration function for template: keyword.
registers the keyword into the engine. Called from detect.c::SigTableSetup()
Definition at line 162 of file detect-template.c.
References SigTableElmt_::desc, DETECT_TEMPLATE, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
