suricata
detect-http-server-body.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-content-inspection.h"
#include "detect-content.h"
#include "flow.h"
#include "flow-util.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "util-profiling.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "app-layer-htp.h"
#include "detect-http-server-body.h"
#include "stream-tcp.h"
#include "tests/detect-http-server-body.c"
Include dependency graph for detect-http-server-body.c:

Go to the source code of this file.

void DetectHttpServerBodyRegister (void)
 Registers the keyword handlers for the "http_server_body" keyword. More...
 

Detailed Description

Author
Anoop Saldanha anoop.nosp@m.sald.nosp@m.anha@.nosp@m.gmai.nosp@m.l.com
Victor Julien victo.nosp@m.r@in.nosp@m.linia.nosp@m.c.ne.nosp@m.t

Implements support for the http_server_body keyword

Definition in file detect-http-server-body.c.

Function Documentation

◆ DetectHttpServerBodyRegister()

void DetectHttpServerBodyRegister ( void  )

Registers the keyword handlers for the "http_server_body" keyword.

Definition at line 68 of file detect-http-server-body.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function: