aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2017-03-17 13:39:13 +0100
committerMichael Mann <mmann78@netscape.net>2017-03-18 23:23:15 +0000
commita5bb470a553cbd4dc90a874760ec17e4bd914f7d (patch)
tree18eb53e4be2b3795b34e8926b8097a0c4b656682 /epan/dissectors/packet-ssl-utils.h
parenta16771f34b60cc9862fae885d681d2eeb4530d4d (diff)
TLS13: update end_of_early_data to draft -19
It changed from an alert to a handshake message. Change-Id: Ic24776e612a291153290543ba1ec8680d9d74264 Ping-Bug: 12779 Reviewed-on: https://code.wireshark.org/review/20586 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
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 b1e1485813..918ae59945 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -59,6 +59,7 @@ typedef enum {
SSL_HND_SERVER_HELLO = 2,
SSL_HND_HELLO_VERIFY_REQUEST = 3,
SSL_HND_NEWSESSION_TICKET = 4,
+ SSL_HND_END_OF_EARLY_DATA = 5,
SSL_HND_HELLO_RETRY_REQUEST = 6,
SSL_HND_ENCRYPTED_EXTENSIONS = 8,
SSL_HND_CERTIFICATE = 11,