|
suricata
|
#include "suricata-common.h"#include "util-byte.h"#include "detect.h"#include "detect-parse.h"#include "detect-engine-prefilter-common.h"#include "detect-engine-uint.h"#include "detect-template2.h"
Go to the source code of this file.
Functions | |
| void | DetectTemplate2Free (DetectEngineCtx *de_ctx, void *ptr) |
| this function will free memory associated with DetectU8Data More... | |
| void | DetectTemplate2RegisterTests (void) |
| void | DetectTemplate2Register (void) |
| Registration function for template2: keyword. More... | |
Definition in file detect-template2.c.
| void DetectTemplate2Free | ( | DetectEngineCtx * | de_ctx, |
| void * | ptr | ||
| ) |
this function will free memory associated with DetectU8Data
| ptr | pointer to DetectU8Data |
Definition at line 129 of file detect-template2.c.
| void DetectTemplate2Register | ( | void | ) |
Registration function for template2: keyword.
Definition at line 51 of file detect-template2.c.
References SigTableElmt_::desc, DETECT_TEMPLATE2, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().

| void DetectTemplate2RegisterTests | ( | void | ) |