|
suricata
|
#include "suricata-common.h"#include "decode.h"#include "detect.h"#include "detect-parse.h"#include "detect-engine-uint.h"#include "detect-tcp-window.h"#include "flow.h"#include "flow-var.h"#include "util-debug.h"#include "util-unittest.h"#include "util-unittest-helper.h"#include "util-byte.h"
Go to the source code of this file.
Functions | |
| void | DetectWindowFree (DetectEngineCtx *de_ctx, void *ptr) |
| this function will free memory associated with DetectWindowData More... | |
| void | DetectWindowRegister (void) |
| Registration function for window: keyword. More... | |
Implements the window keyword.
Definition in file detect-tcp-window.c.
| void DetectWindowFree | ( | DetectEngineCtx * | de_ctx, |
| void * | ptr | ||
| ) |
this function will free memory associated with DetectWindowData
| wd | pointer to DetectWindowData |
Definition at line 126 of file detect-tcp-window.c.
| void DetectWindowRegister | ( | void | ) |
Registration function for window: keyword.
Definition at line 53 of file detect-tcp-window.c.
References SigTableElmt_::alias, SigTableElmt_::desc, DETECT_WINDOW, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
