aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-03-28 09:31:04 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-03-28 09:31:04 +0000
commit7e112bec91edca3d5302157800e5c7bc6999ee5b (patch)
treed28c80372524cb92e8cd8feef1f4ca2808d7142d /epan/dissectors/packet-ssl-utils.h
parent0949fc136425f07594374979661d45b442796cb3 (diff)
From Robin Seggelmann:
Support DTLS 1.2 Fix a bug in option handling. svn path=/trunk/; revision=41816
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 70d3744805..5213cef703 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -63,6 +63,7 @@
#define SSL_VER_TLS 3
#define SSL_VER_TLSv1DOT1 4
#define SSL_VER_DTLS 5
+#define SSL_VER_DTLS1DOT2 8
#define SSL_VER_PCT 6
#define SSL_VER_TLSv1DOT2 7
@@ -206,6 +207,7 @@ typedef struct _StringInfo {
#define TLSV1DOT2_VERSION 0x303
#define DTLSV1DOT0_VERSION 0xfeff
#define DTLSV1DOT0_VERSION_NOT 0x100
+#define DTLSV1DOT2_VERSION 0xfefd
#define SSL_CLIENT_RANDOM (1<<0)
#define SSL_SERVER_RANDOM (1<<1)