|
suricata
|
#include "suricata-common.h"#include "decode.h"#include "detect.h"#include "detect-content.h"#include "detect-http-uri.h"#include "detect-uricontent.h"#include "detect-engine-mpm.h"#include "detect-parse.h"#include "detect-engine.h"#include "detect-engine-state.h"#include "flow.h"#include "detect-flow.h"#include "flow-var.h"#include "flow-util.h"#include "threads.h"#include "stream-tcp.h"#include "stream.h"#include "app-layer.h"#include "app-layer-parser.h"#include "app-layer-protos.h"#include "app-layer-htp.h"#include "util-mpm.h"#include "util-print.h"#include "util-debug.h"#include "util-unittest.h"#include "util-unittest-helper.h"#include "util-spm.h"#include "conf.h"Go to the source code of this file.
Functions | |
| void | DetectUricontentRegister (void) |
| Registration function for uricontent: keyword. More... | |
Simple uricontent match part of the detection engine.
Definition in file detect-uricontent.c.
| void DetectUricontentRegister | ( | void | ) |
Registration function for uricontent: keyword.
Definition at line 67 of file detect-uricontent.c.
References SigTableElmt_::desc, DETECT_URICONTENT, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().