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 | |
void | DetectTemplate2RegisterTests (void) |
void | DetectTemplate2Register (void) |
Registration function for template2: keyword. | |
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 128 of file detect-template2.c.
Referenced by DetectTemplate2Register().
void DetectTemplate2Register | ( | void | ) |
Registration function for template2: keyword.
Definition at line 51 of file detect-template2.c.
References SigTableElmt_::desc, DETECT_TEMPLATE2, DetectTemplate2Free(), SigTableElmt_::Free, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, SigTableElmt_::SetupPrefilter, sigmatch_table, SigTableElmt_::SupportsPrefilter, and SigTableElmt_::url.
Referenced by SigTableSetup().
void DetectTemplate2RegisterTests | ( | void | ) |