suricata
detect-urilen.h File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Function Documentation

◆ DetectUrilenApplyToContent()

void DetectUrilenApplyToContent ( Signature s,
int  list 
)

set prefilter dsize pair

Parameters
ssignature to get dsize value from

Definition at line 149 of file detect-urilen.c.

◆ DetectUrilenRegister()

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().

Here is the caller graph for this function:

◆ DetectUrilenValidateContent()

bool DetectUrilenValidateContent ( const Signature s,
int  list,
const char **   
)

Definition at line 217 of file detect-urilen.c.