|
suricata
|

Go to the source code of this file.
Functions | |
| void | LogTlsLogRegister (void) |
| int | TLSGetIPInformations (const Packet *p, char *srcip, socklen_t srcip_len, Port *sp, char *dstip, socklen_t dstip_len, Port *dp, int ipproto) |
Definition in file log-tlslog.h.
| void LogTlsLogRegister | ( | void | ) |
Definition at line 499 of file log-tlslog.c.
References LOGGER_TLS, MODULE_NAME, and OutputRegisterTxModuleWithProgress().

| int TLSGetIPInformations | ( | const Packet * | p, |
| char * | srcip, | ||
| socklen_t | srcip_len, | ||
| Port * | sp, | ||
| char * | dstip, | ||
| socklen_t | dstip_len, | ||
| Port * | dp, | ||
| int | ipproto | ||
| ) |
Definition at line 81 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.
