aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ssl.h')
-rw-r--r--epan/dissectors/packet-ssl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl.h b/epan/dissectors/packet-ssl.h
index 0b8cd9cd46..499ba8d22e 100644
--- a/epan/dissectors/packet-ssl.h
+++ b/epan/dissectors/packet-ssl.h
@@ -25,7 +25,10 @@
#include "ws_symbol_export.h"
+/** Maps Session-ID to pre-master secrets. */
WS_DLL_PUBLIC GHashTable *ssl_session_hash;
+/** Maps Client Random to pre-master secrets. */
+WS_DLL_PUBLIC GHashTable *ssl_crandom_hash;
WS_DLL_PUBLIC void ssl_dissector_add(guint port, const gchar *protocol, gboolean tcp);
WS_DLL_PUBLIC void ssl_dissector_delete(guint port, const gchar *protocol, gboolean tcp);