suricata
detect-http-host.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 "detect-pcre.h"
#include "flow.h"
#include "flow-var.h"
#include "flow-util.h"
#include "util-debug.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "util-spm.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "app-layer-htp.h"
#include "stream-tcp.h"
#include "detect-http-host.h"
#include "tests/detect-http-host.c"
Include dependency graph for detect-http-host.c:

Go to the source code of this file.

void DetectHttpHHRegister (void)
 Registers the keyword handlers for the "http_host" keyword. More...
 

Detailed Description

Author
Anoop Saldanha anoop.nosp@m.sald.nosp@m.anha@.nosp@m.gmai.nosp@m.l.com

Implements support for the http_host keyword.

Definition in file detect-http-host.c.

Function Documentation

◆ DetectHttpHHRegister()

void DetectHttpHHRegister ( void  )

Registers the keyword handlers for the "http_host" keyword.

Definition at line 88 of file detect-http-host.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function: