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  SSLVersionData_
 
struct  DetectSslVersionData_
 

Macros

#define DETECT_SSL_VERSION_NEGATED   0x01
 

Typedefs

typedef struct SSLVersionData_ SSLVersionData
 
typedef struct DetectSslVersionData_ DetectSslVersionData
 

Enumerations

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

Functions

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

Detailed Description

Macro Definition Documentation

◆ DETECT_SSL_VERSION_NEGATED

#define DETECT_SSL_VERSION_NEGATED   0x01

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

Typedef Documentation

◆ DetectSslVersionData

◆ SSLVersionData

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SSLv2 
SSLv3 
TLS10 
TLS11 
TLS12 
TLS13 
TLS_SIZE 
TLS_UNKNOWN 

Definition at line 30 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_AL_SSL_VERSION, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: