suricata
|
Go to the source code of this file.
Functions | |
bool | DetectUrilenValidateContent (const Signature *s, int list, const char **) |
void | DetectUrilenApplyToContent (Signature *s, int list) |
set prefilter dsize pair More... | |
void | DetectUrilenRegister (void) |
Registration function for urilen: keyword. More... | |
Definition in file detect-urilen.h.
void DetectUrilenApplyToContent | ( | Signature * | s, |
int | list | ||
) |
set prefilter dsize pair
s | signature to get dsize value from |
Definition at line 149 of file detect-urilen.c.
void DetectUrilenRegister | ( | void | ) |
Registration function for urilen: keyword.
Definition at line 61 of file detect-urilen.c.
References SigTableElmt_::desc, DETECT_AL_URILEN, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
bool DetectUrilenValidateContent | ( | const Signature * | s, |
int | list, | ||
const char ** | |||
) |
Definition at line 217 of file detect-urilen.c.