suricata
detect-http-raw-header.c File Reference
#include "suricata-common.h"
#include "threads.h"
#include "decode.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.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"
Include dependency graph for 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...
 

Detailed Description

Author
Pablo Rincon pablo.nosp@m..rin.nosp@m.con.c.nosp@m.resp.nosp@m.o@gma.nosp@m.il.c.nosp@m.om

Implements support for http_raw_header keyword.

Definition in file detect-http-raw-header.c.

Typedef Documentation

◆ PrefilterMpmHttpHeaderRawCtx

Function Documentation

◆ DetectHttpRawHeaderRegister()

void DetectHttpRawHeaderRegister ( void  )

Registers the keyword handlers for the "http_raw_header" keyword.

Definition at line 78 of file detect-http-raw-header.c.

References SigTableElmt_::desc, DETECT_AL_HTTP_RAW_HEADER, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: