suricata
|
Go to the source code of this file.
Functions | |
int | DetectHttpStatCodeMatch (ThreadVars *, DetectEngineThreadCtx *, Flow *, uint8_t, void *, Signature *, SigMatch *) |
void | DetectHttpStatCodeRegister (void) |
Registration function for keyword: http_stat_code. More... | |
Definition in file detect-http-stat-code.h.
int DetectHttpStatCodeMatch | ( | ThreadVars * | , |
DetectEngineThreadCtx * | , | ||
Flow * | , | ||
uint8_t | , | ||
void * | , | ||
Signature * | , | ||
SigMatch * | |||
) |
void DetectHttpStatCodeRegister | ( | void | ) |
Registration function for keyword: http_stat_code.
Definition at line 79 of file detect-http-stat-code.c.
References ALPROTO_HTTP, SigTableElmt_::alternative, SigTableElmt_::desc, DETECT_AL_HTTP_STAT_CODE, DETECT_HTTP_STAT_CODE, DetectAppLayerInspectEngineRegister2(), DetectAppLayerMpmRegister2(), DetectBufferSetActiveList(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectEngineContentModifierBufferSetup(), DetectEngineInspectBufferGeneric(), DetectHttpStatCodeRegisterTests(), DetectSignatureSetAppProto(), DOC_URL, DOC_VERSION, SigTableElmt_::flags, InspectionBuffer::inspect, InspectionBufferApplyTransforms(), InspectionBufferGet(), InspectionBufferSetup(), SigTableElmt_::name, PrefilterGenericMpmRegister(), SigTableElmt_::RegisterTests, SCEnter, SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIGMATCH_INFO_CONTENT_MODIFIER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, str, and SigTableElmt_::url.
Referenced by SigTableSetup().