suricata
log-tlslog.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void LogTlsLogRegister (void)
 
int TLSGetIPInformations (const Packet *p, char *srcip, size_t srcip_len, Port *sp, char *dstip, size_t dstip_len, Port *dp, int ipproto)
 

Detailed Description

Function Documentation

◆ LogTlsLogRegister()

void LogTlsLogRegister ( void  )

Definition at line 525 of file log-tlslog.c.

References LOGGER_TLS, MODULE_NAME, and OutputRegisterTxModuleWithProgress().

Here is the call graph for this function:

◆ TLSGetIPInformations()

int TLSGetIPInformations ( const Packet p,
char *  srcip,
size_t  srcip_len,
Port sp,
char *  dstip,
size_t  dstip_len,
Port dp,
int  ipproto 
)

Definition at line 95 of file log-tlslog.c.

References Packet_::dp, GET_IPV4_DST_ADDR_PTR, GET_IPV4_SRC_ADDR_PTR, GET_IPV6_DST_ADDR, GET_IPV6_SRC_ADDR, PKT_IS_TOSERVER, PrintInet(), and Packet_::sp.

Here is the call graph for this function: