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 82 of file detect-http-stat-code.c.
References SigTableElmt_::desc, DETECT_AL_HTTP_STAT_CODE, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().