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

Go to the source code of this file.

Data Structures

struct  DetectSslVersionData_
 

Typedefs

typedef struct DetectSslVersionData_ DetectSslVersionData
 

Enumerations

enum  {
  SSLv2 = 0, SSLv3 = 1, TLS10 = 2, TLS11 = 3,
  TLS12 = 4, TLS13 = 5, TLS_SIZE = 6
}
 

Functions

void DetectSslVersionRegister (void)
 Registration function for keyword: ssl_version. More...
 

Detailed Description

Typedef Documentation

◆ DetectSslVersionData

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SSLv2 
SSLv3 
TLS10 
TLS11 
TLS12 
TLS13 
TLS_SIZE 

Definition at line 28 of file detect-ssl-version.h.

Function Documentation

◆ DetectSslVersionRegister()

void DetectSslVersionRegister ( void  )

Registration function for keyword: ssl_version.

Definition at line 67 of file detect-ssl-version.c.

References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_SSL_VERSION, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: