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.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);