suricata
detect-http-cookie.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void DetectHttpCookieRegister (void)
 Registration function for keyword: http_cookie. More...
 
int DetectHttpCookieDoMatch (DetectEngineThreadCtx *, Signature *, SigMatch *, Flow *, uint8_t, void *)
 

Detailed Description

Function Documentation

◆ DetectHttpCookieDoMatch()

int DetectHttpCookieDoMatch ( DetectEngineThreadCtx ,
Signature ,
SigMatch ,
Flow ,
uint8_t  ,
void *   
)

◆ 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: