suricata
|
#include "suricata-common.h"
#include "decode.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine-prefilter-common.h"
#include "detect-engine-build.h"
#include "detect-itype.h"
#include "detect-engine-uint.h"
#include "util-byte.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "util-debug.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
Go to the source code of this file.
Functions | |
void | DetectITypeFree (DetectEngineCtx *de_ctx, void *ptr) |
this function will free memory associated with DetectU8Data | |
void | DetectITypeRegister (void) |
Registration function for itype: keyword. | |
Implements itype keyword support
Definition in file detect-itype.c.
void DetectITypeFree | ( | DetectEngineCtx * | de_ctx, |
void * | ptr | ||
) |
this function will free memory associated with DetectU8Data
ptr | pointer to DetectU8Data |
Definition at line 139 of file detect-itype.c.
Referenced by DetectITypeRegister().
void DetectITypeRegister | ( | void | ) |
Registration function for itype: keyword.
Definition at line 57 of file detect-itype.c.
References SigTableElmt_::desc, DETECT_ITYPE, DetectITypeFree(), SigTableElmt_::flags, SigTableElmt_::Free, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SigTableElmt_::SetupPrefilter, SIGMATCH_SUPPORT_FIREWALL, sigmatch_table, SigTableElmt_::SupportsPrefilter, and SigTableElmt_::url.
Referenced by SigTableSetup().