summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-08-21 09:33:39 +0200
committerPeter Wu <peter@lekensteyn.nl>2016-09-16 22:28:34 +0000
commit778f7c52cc454d97e3ff560ebf7fa9694da56e98 (patch)
treeade4a2b4d33ba35380665db2db286c075de029f5 /epan/dissectors/packet-ssl-utils.h
parentee2c4da947a6e7ae638efa464d9eb09c9082fa00 (diff)
downloadwireshark-778f7c52cc454d97e3ff560ebf7fa9694da56e98.tar.gz
TLS(1.3): Add TLS 1.3 value for version Handshake
Bug: 12779 Change-Id: I298ecf4a0537df2e88354aed6912d4298a094216 Reviewed-on: https://code.wireshark.org/review/17224 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
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 9e8e2b6e05..f603b28ac5 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -215,6 +215,7 @@ typedef struct _StringInfo {
#define TLSV1_VERSION 0x301
#define TLSV1DOT1_VERSION 0x302
#define TLSV1DOT2_VERSION 0x303
+#define TLSV1DOT3_VERSION 0x304
#define DTLSV1DOT0_VERSION 0xfeff
#define DTLSV1DOT0_OPENSSL_VERSION 0x100
#define DTLSV1DOT2_VERSION 0xfefd