aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
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-dtls.c
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-dtls.c')
-rw-r--r--epan/dissectors/packet-dtls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dtls.c b/epan/dissectors/packet-dtls.c
index f193013d5d..4b6b5b5ce3 100644
--- a/epan/dissectors/packet-dtls.c
+++ b/epan/dissectors/packet-dtls.c
@@ -74,8 +74,6 @@
#include "inet_v6defs.h"
#include "packet-ssl-utils.h"
-extern const gchar *ssl_version_short_names[];
-
/* we need to remember the top tree so that subdissectors we call are created
* at the root and not deep down inside the DTLS decode
*/