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

Go to the source code of this file.

void DetectHttpCookieRegister (void)
 Registration function for keyword: http_cookie. More...
 

Detailed Description

Author
Gurvinder Singh gurvi.nosp@m.nder.nosp@m.singh.nosp@m.dahi.nosp@m.ya@gm.nosp@m.ail..nosp@m.com

Implements the http_cookie keyword

Definition in file detect-http-cookie.c.

Function Documentation

◆ DetectHttpCookieRegister()

void DetectHttpCookieRegister ( void  )

Registration function for keyword: http_cookie.

Definition at line 87 of file detect-http-cookie.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function: