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-mpm.h"
#include "detect-engine-state.h"
#include "detect-engine-prefilter.h"
#include "detect-engine-content-inspection.h"
#include "detect-content.h"
#include "detect-pcre.h"
#include "util-debug.h"
#include "util-print.h"
#include "util-memcmp.h"
#include "util-profiling.h"
#include "util-validate.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "app-layer-htp.h"
#include "detect-http-header.h"
#include "detect-http-header-common.h"
#include "tests/detect-http-header.c"
Go to the source code of this file.
Data Structures | |
struct | PrefilterMpmHttpHeaderCtx |
struct | HttpMultiBufItem |
struct | HttpMultiBufHeaderThreadData |
#define | BUFFER_SIZE_STEP 1024 |
typedef struct PrefilterMpmHttpHeaderCtx | PrefilterMpmHttpHeaderCtx |
typedef struct HttpMultiBufItem | HttpMultiBufItem |
typedef struct HttpMultiBufHeaderThreadData | HttpMultiBufHeaderThreadData |
void | DetectHttpHeaderRegister (void) |
Registers the keyword handlers for the "http_header" keyword. More... | |
void | DetectHttpRequestHeaderRegister (void) |
void | DetectHttpResponseHeaderRegister (void) |
Implements support for http_header keyword.
Definition in file detect-http-header.c.
#define BUFFER_SIZE_STEP 1024 |
Definition at line 68 of file detect-http-header.c.
typedef struct HttpMultiBufHeaderThreadData HttpMultiBufHeaderThreadData |
typedef struct HttpMultiBufItem HttpMultiBufItem |
typedef struct PrefilterMpmHttpHeaderCtx PrefilterMpmHttpHeaderCtx |
void DetectHttpHeaderRegister | ( | void | ) |
Registers the keyword handlers for the "http_header" keyword.
Definition at line 411 of file detect-http-header.c.
References SigTableElmt_::desc, DETECT_AL_HTTP_HEADER, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
void DetectHttpRequestHeaderRegister | ( | void | ) |
Definition at line 628 of file detect-http-header.c.
References SigTableElmt_::desc, DETECT_HTTP_REQUEST_HEADER, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
void DetectHttpResponseHeaderRegister | ( | void | ) |
Definition at line 661 of file detect-http-header.c.
References SigTableElmt_::desc, DETECT_HTTP_RESPONSE_HEADER, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().