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