summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl-utils.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-05-02 15:35:12 +0200
committerPeter Wu <peter@lekensteyn.nl>2017-05-02 15:25:47 +0000
commit7826ae4ac4dd11789c2e4bb2d4003185141ced6b (patch)
tree0d6ce59e5e0ddcbb05823b5fadfc41478a145ce6 /epan/dissectors/packet-ssl-utils.c
parentfc931b8d912ce1be08129b578eba8c26da12813c (diff)
downloadwireshark-7826ae4ac4dd11789c2e4bb2d4003185141ced6b.tar.gz
TLS: Add support of TLS 1.3 (draft 20)
Ping-Bug: 12779 Change-Id: I6c54f7c4d793a99e448cbfe6b2971cae418f2d39 Reviewed-on: https://code.wireshark.org/review/21464 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.c')
-rw-r--r--epan/dissectors/packet-ssl-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.c b/epan/dissectors/packet-ssl-utils.c
index d1b5c0022c..db529ff5c5 100644
--- a/epan/dissectors/packet-ssl-utils.c
+++ b/epan/dissectors/packet-ssl-utils.c
@@ -93,6 +93,7 @@ const value_string ssl_versions[] = {
{ 0x7F11, "TLS 1.3 (draft 17)" },
{ 0x7F12, "TLS 1.3 (draft 18)" },
{ 0x7F13, "TLS 1.3 (draft 19)" },
+ { 0x7F14, "TLS 1.3 (draft 20)" },
{ DTLSV1DOT0_OPENSSL_VERSION, "DTLS 1.0 (OpenSSL pre 0.9.8f)" },
{ DTLSV1DOT0_VERSION, "DTLS 1.0" },
{ DTLSV1DOT2_VERSION, "DTLS 1.2" },