|
suricata
|
#include "suricata-common.h"#include "decode.h"#include "detect.h"#include "detect-parse.h"#include "detect-content.h"#include "detect-uricontent.h"#include "detect-byte.h"#include "detect-byte-extract.h"#include "detect-depth.h"#include "flow-var.h"#include "app-layer.h"#include "util-byte.h"#include "util-debug.h"
Go to the source code of this file.
Functions | |
| void | DetectDepthRegister (void) |
Implements the depth keyword.
Definition in file detect-depth.c.
| void DetectDepthRegister | ( | void | ) |
Definition at line 48 of file detect-depth.c.
References SigTableElmt_::desc, DETECT_DEPTH, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
