|
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. | |
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 ALPROTO_HTTP1, ALPROTO_HTTP2, SigTableElmt_::alternative, SigTableElmt_::desc, DETECT_HTTP_RAW_HEADER, DETECT_HTTP_RAW_HEADER_CM, DetectAppLayerInspectEngineRegister(), DetectAppLayerMpmRegister(), DetectBufferTypeGetByName(), DetectBufferTypeRegisterValidateCallback(), DetectBufferTypeSetDescriptionByName(), DetectEngineInspectBufferGeneric(), DetectHttpRawHeaderRegisterTests(), SigTableElmt_::flags, SigTableElmt_::name, PrefilterGenericMpmRegister(), SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIG_FLAG_TOSERVER, SIGMATCH_INFO_CONTENT_MODIFIER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().

