|
suricata
|

Go to the source code of this file.
Data Structures | |
| struct | DetectTlsVersionData_ |
Macros | |
| #define | DETECT_TLS_VERSION_FLAG_RAW BIT_U8(0) |
Typedefs | |
| typedef struct DetectTlsVersionData_ | DetectTlsVersionData |
Functions | |
| void | DetectTlsVersionRegister (void) |
| Registration function for keyword: tls.version. | |
Definition in file detect-tls-version.h.
| #define DETECT_TLS_VERSION_FLAG_RAW BIT_U8(0) |
Definition at line 27 of file detect-tls-version.h.
| typedef struct DetectTlsVersionData_ DetectTlsVersionData |
| void DetectTlsVersionRegister | ( | void | ) |
Registration function for keyword: tls.version.
Definition at line 73 of file detect-tls-version.c.
References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_TLS_VERSION, DetectBufferTypeRegister(), DetectSetupParseRegexes(), SigTableElmt_::flags, SigTableElmt_::Free, SigTableElmt_::name, PARSE_REGEX, SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SIGMATCH_SUPPORT_FIREWALL, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().

