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)
 
bool JsonTlsLogJSONExtended (void *vtx, JsonBuilder *js)
 

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 329 of file output-json-tls.c.

◆ JsonTlsLogJSONExtended()

bool JsonTlsLogJSONExtended ( void *  vtx,
JsonBuilder *  js 
)

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

◆ JsonTlsLogRegister()

void JsonTlsLogRegister ( void  )

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

References LOGGER_JSON_TX, and OutputRegisterTxSubModuleWithProgress().

Here is the call graph for this function: