suricata
|
Go to the source code of this file.
Functions | |
int | DetectHttpStatMsgMatch (ThreadVars *, DetectEngineThreadCtx *, Flow *, uint8_t, void *, Signature *, SigMatch *) |
void | DetectHttpStatMsgRegister (void) |
Registration function for keyword: http_stat_msg. More... | |
Definition in file detect-http-stat-msg.h.
int DetectHttpStatMsgMatch | ( | ThreadVars * | , |
DetectEngineThreadCtx * | , | ||
Flow * | , | ||
uint8_t | , | ||
void * | , | ||
Signature * | , | ||
SigMatch * | |||
) |
void DetectHttpStatMsgRegister | ( | void | ) |
Registration function for keyword: http_stat_msg.
Definition at line 78 of file detect-http-stat-msg.c.
References SigTableElmt_::desc, DETECT_AL_HTTP_STAT_MSG, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().