|
suricata
|

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... | |
Definition in file detect-ssl-version.h.
| #define DETECT_SSL_VERSION_NEGATED 0x01 |
Definition at line 29 of file detect-ssl-version.h.
| typedef struct DetectSslVersionData_ DetectSslVersionData |
| typedef struct SSLVersionData_ SSLVersionData |
| anonymous enum |
| Enumerator | |
|---|---|
| SSLv2 | |
| SSLv3 | |
| TLS10 | |
| TLS11 | |
| TLS12 | |
| TLS13 | |
| TLS_SIZE | |
| TLS_UNKNOWN | |
Definition at line 30 of file detect-ssl-version.h.
| 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().
