suricata
log-tlsstore.c File Reference
#include "suricata-common.h"
#include "log-tlsstore.h"
#include "decode.h"
#include "app-layer-parser.h"
#include "app-layer-ssl.h"
#include "output.h"
#include "log-tlslog.h"
#include "util-conf.h"
#include "util-path.h"
#include "util-time.h"
Include dependency graph for log-tlsstore.c:

Go to the source code of this file.

Data Structures

struct  LogTlsStoreLogThread_
 

Macros

#define MODULE_NAME   "LogTlsStoreLog"
 
#define LOGGING_WRITE_ISSUE_LIMIT   6
 
#define PEMHEADER   "-----BEGIN CERTIFICATE-----\n"
 
#define PEMFOOTER   "-----END CERTIFICATE-----\n"
 
#define PRINT_BUF_LEN   46
 

Typedefs

typedef struct LogTlsStoreLogThread_ LogTlsStoreLogThread
 

Functions

 SC_ATOMIC_DECLARE (unsigned int, cert_id)
 
void LogTlsStoreRegister (void)
 

Detailed Description

Author
Roliers Jean-Paul popof.nosp@m..fpn.nosp@m.@gmai.nosp@m.l.co
Eric Leblond eric@.nosp@m.regi.nosp@m.t.org
Victor Julien victo.nosp@m.r@in.nosp@m.linia.nosp@m.c.ne.nosp@m.t

Implements TLS store portion of the engine.

Definition in file log-tlsstore.c.

Macro Definition Documentation

◆ LOGGING_WRITE_ISSUE_LIMIT

#define LOGGING_WRITE_ISSUE_LIMIT   6

Definition at line 51 of file log-tlsstore.c.

◆ MODULE_NAME

#define MODULE_NAME   "LogTlsStoreLog"

Definition at line 45 of file log-tlsstore.c.

◆ PEMFOOTER

#define PEMFOOTER   "-----END CERTIFICATE-----\n"

◆ PEMHEADER

#define PEMHEADER   "-----BEGIN CERTIFICATE-----\n"

◆ PRINT_BUF_LEN

#define PRINT_BUF_LEN   46

Typedef Documentation

◆ LogTlsStoreLogThread

Function Documentation

◆ LogTlsStoreRegister()

void LogTlsStoreRegister ( void  )

Definition at line 394 of file log-tlsstore.c.

References LOGGER_TLS_STORE, MODULE_NAME, and OutputRegisterTxModuleWithCondition().

Here is the call graph for this function:

◆ SC_ATOMIC_DECLARE()

SC_ATOMIC_DECLARE ( unsigned int  ,
cert_id   
)