summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ssl.c')
-rw-r--r--epan/dissectors/packet-ssl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl.c b/epan/dissectors/packet-ssl.c
index 9e4f1ee905..2c1e9d8dec 100644
--- a/epan/dissectors/packet-ssl.c
+++ b/epan/dissectors/packet-ssl.c
@@ -289,7 +289,9 @@ static const fragment_items ssl_segment_items = {
"Segments"
};
-static GHashTable *ssl_session_hash = NULL;
+/* ssl_session_hash is used by "Export SSL Session Keys" */
+GHashTable *ssl_session_hash = NULL;
+
static GHashTable *ssl_key_hash = NULL;
static GTree* ssl_associations = NULL;
static dissector_handle_t ssl_handle = NULL;