|
suricata
|
#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"
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) |
Implements TLS store portion of the engine.
Definition in file log-tlsstore.c.
| #define LOGGING_WRITE_ISSUE_LIMIT 6 |
Definition at line 51 of file log-tlsstore.c.
| #define MODULE_NAME "LogTlsStoreLog" |
Definition at line 45 of file log-tlsstore.c.
| #define PEMFOOTER "-----END CERTIFICATE-----\n" |
| #define PEMHEADER "-----BEGIN CERTIFICATE-----\n" |
| #define PRINT_BUF_LEN 46 |
| typedef struct LogTlsStoreLogThread_ LogTlsStoreLogThread |
| void LogTlsStoreRegister | ( | void | ) |
Definition at line 439 of file log-tlsstore.c.
References LOGGER_TLS_STORE, MODULE_NAME, and OutputRegisterTxModuleWithCondition().

| SC_ATOMIC_DECLARE | ( | unsigned int | , |
| cert_id | |||
| ) |