suricata
|
#include "suricata-common.h"
#include "threads.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-buffer.h"
#include "detect-engine-mpm.h"
#include "detect-content.h"
#include "flow.h"
#include "stream-tcp.h"
#include "app-layer.h"
#include "app-layer-ssl.h"
#include "detect-engine-prefilter.h"
#include "detect-tls-random.h"
Go to the source code of this file.
Macros | |
#define | DETECT_TLS_RANDOM_TIME_LEN 4 |
#define | DETECT_TLS_RANDOM_BYTES_LEN 28 |
Functions | |
void | DetectTlsRandomTimeRegister (void) |
void | DetectTlsRandomBytesRegister (void) |
void | DetectTlsRandomRegister (void) |
Registration function for keyword: tls.random. | |
#define DETECT_TLS_RANDOM_BYTES_LEN 28 |
Definition at line 37 of file detect-tls-random.c.
#define DETECT_TLS_RANDOM_TIME_LEN 4 |
Definition at line 36 of file detect-tls-random.c.
void DetectTlsRandomBytesRegister | ( | void | ) |
Definition at line 82 of file detect-tls-random.c.
References ALPROTO_TLS, SigTableElmt_::desc, DETECT_TLS_RANDOM_BYTES, DetectAppLayerInspectEngineRegister(), DetectAppLayerMpmRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectEngineInspectBufferGeneric(), SigTableElmt_::flags, SigTableElmt_::name, PrefilterGenericMpmRegister(), SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIG_FLAG_TOSERVER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, TLS_STATE_CLIENT_HELLO_DONE, TLS_STATE_SERVER_HELLO, and SigTableElmt_::url.
Referenced by DetectTlsRandomRegister().
void DetectTlsRandomRegister | ( | void | ) |
Registration function for keyword: tls.random.
Definition at line 112 of file detect-tls-random.c.
References ALPROTO_TLS, SigTableElmt_::desc, DETECT_TLS_RANDOM, DetectAppLayerInspectEngineRegister(), DetectAppLayerMpmRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectEngineInspectBufferGeneric(), DetectTlsRandomBytesRegister(), DetectTlsRandomTimeRegister(), SigTableElmt_::flags, SigTableElmt_::name, PrefilterGenericMpmRegister(), SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIG_FLAG_TOSERVER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
void DetectTlsRandomTimeRegister | ( | void | ) |
Definition at line 56 of file detect-tls-random.c.
References ALPROTO_TLS, SigTableElmt_::desc, DETECT_TLS_RANDOM_TIME, DetectAppLayerInspectEngineRegister(), DetectAppLayerMpmRegister(), DetectBufferTypeGetByName(), DetectBufferTypeSetDescriptionByName(), DetectEngineInspectBufferGeneric(), SigTableElmt_::flags, SigTableElmt_::name, PrefilterGenericMpmRegister(), SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIG_FLAG_TOSERVER, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, TLS_STATE_CLIENT_HELLO_DONE, TLS_STATE_SERVER_HELLO, and SigTableElmt_::url.
Referenced by DetectTlsRandomRegister().