From ecbf47ff3a402807f3ae1d361ce53a06bab19fe4 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Fri, 2 Nov 2012 08:48:13 +0000 Subject: 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 --- epan/dissectors/packet-ssl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-ssl.h') 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__ */ -- cgit v1.2.3