suricata
output-json-tls.h File Reference
#include "app-layer-ssl.h"
Include dependency graph for output-json-tls.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void JsonTlsLogRegister (void)
 
void JsonTlsLogJSONBasic (JsonBuilder *js, SSLState *ssl_state)
 
void JsonTlsLogJSONExtended (JsonBuilder *js, SSLState *ssl_state)
 

Detailed Description

Author
Tom DeCanio td@np.nosp@m.ulse.nosp@m.tech..nosp@m.com

Definition in file output-json-tls.h.

Function Documentation

◆ JsonTlsLogJSONBasic()

void JsonTlsLogJSONBasic ( JsonBuilder *  js,
SSLState ssl_state 
)

Definition at line 317 of file output-json-tls.c.

Referenced by JsonTlsLogJSONExtended().

Here is the caller graph for this function:

◆ JsonTlsLogJSONExtended()

void JsonTlsLogJSONExtended ( JsonBuilder *  js,
SSLState ssl_state 
)

Definition at line 395 of file output-json-tls.c.

References JsonTlsLogJSONBasic().

Here is the call graph for this function:

◆ JsonTlsLogRegister()

void JsonTlsLogRegister ( void  )

Definition at line 649 of file output-json-tls.c.

References LOGGER_JSON_TX, and OutputRegisterTxSubModuleWithProgress().

Referenced by OutputRegisterLoggers().

Here is the call graph for this function:
Here is the caller graph for this function: