suricata
|
Go to the source code of this file.
Data Structures | |
struct | DetectSslStateData_ |
Typedefs | |
typedef struct DetectSslStateData_ | DetectSslStateData |
Functions | |
void | DetectSslStateRegister (void) |
Registers the keyword handlers for the "ssl_state" keyword. More... | |
Definition in file detect-ssl-state.h.
#define DETECT_SSL_STATE_CLIENT_HELLO SSL_AL_FLAG_STATE_CLIENT_HELLO |
Definition at line 29 of file detect-ssl-state.h.
#define DETECT_SSL_STATE_CLIENT_KEYX SSL_AL_FLAG_STATE_CLIENT_KEYX |
Definition at line 31 of file detect-ssl-state.h.
#define DETECT_SSL_STATE_SERVER_HELLO SSL_AL_FLAG_STATE_SERVER_HELLO |
Definition at line 30 of file detect-ssl-state.h.
#define DETECT_SSL_STATE_SERVER_KEYX SSL_AL_FLAG_STATE_SERVER_KEYX |
Definition at line 32 of file detect-ssl-state.h.
#define DETECT_SSL_STATE_UNKNOWN SSL_AL_FLAG_STATE_UNKNOWN |
Definition at line 33 of file detect-ssl-state.h.
typedef struct DetectSslStateData_ DetectSslStateData |
void DetectSslStateRegister | ( | void | ) |
Registers the keyword handlers for the "ssl_state" keyword.
Definition at line 73 of file detect-ssl-state.c.
References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_AL_SSL_STATE, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().