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 83 of file detect-http-cookie.c.
References Signature_::alproto, ALPROTO_HTTP, SigTableElmt_::alternative, SigTableElmt_::desc, DETECT_AL_HTTP_COOKIE, DETECT_HTTP_COOKIE, DetectAppLayerInspectEngineRegister2(), DetectAppLayerMpmRegister2(), DetectBufferSetActiveList(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectEngineContentModifierBufferSetup(), DetectEngineInspectBufferGeneric(), DetectHttpCookieRegisterTests(), DOC_URL, DOC_VERSION, SigTableElmt_::flags, InspectionBuffer::inspect, InspectionBufferApplyTransforms(), InspectionBufferGet(), InspectionBufferSetup(), SigTableElmt_::name, PrefilterGenericMpmRegister(), SigTableElmt_::RegisterTests, SCLogDebug, SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIG_FLAG_TOSERVER, SIGMATCH_INFO_CONTENT_MODIFIER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, str, and SigTableElmt_::url.
Referenced by SigTableSetup().