suricata
|
Public Member Functions | |
SC_ATOMIC_DECLARE (int, enable_ja3) | |
Data Fields | |
enum SslConfigEncryptHandling | encrypt_mode |
bool | disable_ja3 |
Definition at line 155 of file app-layer-ssl.c.
SslConfig_::SC_ATOMIC_DECLARE | ( | int | , |
enable_ja3 | |||
) |
dynamic setting for ja3: can be enabled on demand if not explicitly disabled.
bool SslConfig_::disable_ja3 |
ja3 explicitly disabled. Don't enable on demand.
Definition at line 160 of file app-layer-ssl.c.
Referenced by SSLEnableJA3().
enum SslConfigEncryptHandling SslConfig_::encrypt_mode |
Definition at line 3102 of file app-layer-ssl.c.