|
suricata
|
#include "suricata-common.h"#include "threads.h"#include "decode.h"#include "detect.h"#include "detect-parse.h"#include "detect-engine.h"#include "detect-engine-buffer.h"#include "detect-engine-mpm.h"#include "detect-engine-prefilter.h"#include "detect-content.h"#include "flow.h"#include "flow-var.h"#include "flow-util.h"#include "util-debug.h"#include "util-profiling.h"#include "app-layer.h"#include "app-layer-parser.h"#include "app-layer-htp.h"#include "detect-http-raw-header.h"#include "tests/detect-http-raw-header.c"
Go to the source code of this file.
Data Structures | |
| struct | PrefilterMpmHttpHeaderRawCtx |
| typedef struct PrefilterMpmHttpHeaderRawCtx | PrefilterMpmHttpHeaderRawCtx |
| void | DetectHttpRawHeaderRegister (void) |
| Registers the keyword handlers for the "http_raw_header" keyword. More... | |
Implements support for http_raw_header keyword.
Definition in file detect-http-raw-header.c.
| typedef struct PrefilterMpmHttpHeaderRawCtx PrefilterMpmHttpHeaderRawCtx |
| void DetectHttpRawHeaderRegister | ( | void | ) |
Registers the keyword handlers for the "http_raw_header" keyword.
Definition at line 80 of file detect-http-raw-header.c.
References SigTableElmt_::desc, DETECT_HTTP_RAW_HEADER_CM, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
