aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-02 08:48:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-02 08:48:13 +0000
commitecbf47ff3a402807f3ae1d361ce53a06bab19fe4 (patch)
treecb92b160b9360fa382e8fa9fc6444da747fa69e8 /epan/dissectors/packet-ssl.h
parentd3c2aa3199c22502afd1649d275809391c6fe892 (diff)
From Dirk:
This patch will print the information if an invalid string was entered. It would be better to have a button to click on in the UAT dialog to show valid values, but I don't know how I could do that with the UAT system. So I'm simply printing it now in the error dialog, which should be good enough. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7949 svn path=/trunk/; revision=45866
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 a76e682c61..14b34ac6ff 100644
--- a/epan/dissectors/packet-ssl.h
+++ b/epan/dissectors/packet-ssl.h
@@ -38,4 +38,6 @@ extern void ssl_set_master_secret(guint32 frame_num, address *addr_srv, address
extern gboolean ssl_ignore_mac_failed;
+gchar* ssl_association_info(void);
+
#endif /* __PACKET_SSL_H__ */