aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-09-14 21:24:24 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-09-14 21:24:24 +0000
commit01e559bb2f47101e7cc11d8245e5a248a47d5fa2 (patch)
tree307557a060e309429419bb55e94432fd8dbb3fb5 /epan/dissectors/packet-ssl-utils.h
parentf218286db5adf1e649d6387e15cef7b020ae6ddb (diff)
Fix for bug 4008:
Crash on TLSv1.2 packets, caused by ssl_short_name array overrun. svn path=/trunk/; revision=29906
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index a6556faf7d..eda58ebeb6 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -150,6 +150,7 @@
* Lookup tables
*
*/
+extern const gchar* ssl_version_short_names[];
extern const value_string ssl_20_msg_types[];
extern const value_string ssl_20_cipher_suites[];
extern const value_string ssl_20_certificate_type[];