11 #ifndef __PACKET_SSL_H__ 12 #define __PACKET_SSL_H__ 14 #include "ws_symbol_export.h" 15 #include <epan/packet.h> 18 WS_DLL_PUBLIC GHashTable *ssl_session_hash;
20 WS_DLL_PUBLIC GHashTable *ssl_crandom_hash;
25 WS_DLL_PUBLIC
void ssl_set_master_secret(guint32 frame_num,
address *addr_srv,
address *addr_cli,
26 port_type ptype, guint32 port_srv, guint32 port_cli,
27 guint32 version, gint cipher,
const guchar *_master_secret,
28 const guchar *_client_random,
const guchar *_server_random,
29 guint32 client_seq, guint32 server_seq);
35 tls_get_cipher_info(
packet_info *pinfo,
int *cipher_algo,
int *cipher_mode,
int *hash_algo);
42 tls13_exporter(
packet_info *pinfo, gboolean is_early,
43 const char *label, guint8 *context,
44 guint context_length, guint key_length, guchar **out);
Definition: packet_info.h:44