aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2011-05-28 18:17:50 +0000
committerSake Blok <sake@euronet.nl>2011-05-28 18:17:50 +0000
commitba086053c7f7e3a16c673a999e53dab5eba3ba84 (patch)
tree1620ced2b5c29674d77745ccf673de0d85e28acf /epan/dissectors/packet-ssl.h
parent31c756a6d1b577e17f84503bbe5abe800097708c (diff)
Add "File -> Export -> SSL Session Keys..." to be able to save the keyring info for each session in the trace file. This makes it possible to give someone the trace and the exported keys so that they can decrypt the traffic in the trace, but not new sessions to the same server.
(See also: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444) svn path=/trunk/; revision=37446
Diffstat (limited to 'epan/dissectors/packet-ssl.h')
-rw-r--r--epan/dissectors/packet-ssl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl.h b/epan/dissectors/packet-ssl.h
index db08f1e489..55795b44f9 100644
--- a/epan/dissectors/packet-ssl.h
+++ b/epan/dissectors/packet-ssl.h
@@ -25,6 +25,8 @@
#ifndef __PACKET_SSL_H__
#define __PACKET_SSL_H__
+WS_VAR_IMPORT GHashTable *ssl_session_hash;
+
extern void ssl_dissector_add(guint port, const gchar *protocol, gboolean tcp);
extern void ssl_dissector_delete(guint port, const gchar *protocol, gboolean tcp);