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-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"
Go to the source code of this file.
void | DetectHttpServerBodyRegister (void) |
Registers the keyword handlers for the "http_server_body" keyword. More... | |
Implements support for the http_server_body keyword
Definition in file detect-http-server-body.c.
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().