suricata
|
#include "suricata-common.h"
#include "decode.h"
#include "detect.h"
#include "detect-parse.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.
Macros | |
#define | PARSE_REGEX "^\\s*([!])?\\s*([0-9]{1,9}+)\\s*$" |
Regex for parsing our window option. More... | |
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.
#define PARSE_REGEX "^\\s*([!])?\\s*([0-9]{1,9}+)\\s*$" |
Regex for parsing our window option.
Definition at line 45 of 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 213 of file detect-tcp-window.c.
References SCFree.
void DetectWindowRegister | ( | void | ) |
Registration function for window: keyword.
Definition at line 59 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().