suricata
|
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 *) |
Definition in file detect-http-cookie.h.
int DetectHttpCookieDoMatch | ( | DetectEngineThreadCtx * | , |
Signature * | , | ||
SigMatch * | , | ||
Flow * | , | ||
uint8_t | , | ||
void * | |||
) |
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().