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

Go to the source code of this file.

Functions

void DetectTlsRandomTimeRegister (void)
 
void DetectTlsRandomBytesRegister (void)
 
void DetectTlsRandomRegister (void)
 Registration function for keyword: tls.random. More...
 

Function Documentation

◆ DetectTlsRandomBytesRegister()

void DetectTlsRandomBytesRegister ( void  )

Definition at line 81 of file detect-tls-random.c.

References SigTableElmt_::desc, DETECT_AL_TLS_RANDOM_BYTES, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by DetectTlsRandomRegister().

Here is the caller graph for this function:

◆ DetectTlsRandomRegister()

void DetectTlsRandomRegister ( void  )

Registration function for keyword: tls.random.

Definition at line 112 of file detect-tls-random.c.

References SigTableElmt_::desc, DETECT_AL_TLS_RANDOM, DetectTlsRandomBytesRegister(), DetectTlsRandomTimeRegister(), SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DetectTlsRandomTimeRegister()

void DetectTlsRandomTimeRegister ( void  )

Definition at line 55 of file detect-tls-random.c.

References SigTableElmt_::desc, DETECT_AL_TLS_RANDOM_TIME, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by DetectTlsRandomRegister().

Here is the caller graph for this function: