summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl-utils.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-03-08 09:25:13 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-03-08 09:25:13 +0000
commit9765ee1bea2a67adadb7c7a6a629cc1f6298546a (patch)
tree4d0c933dfaba532a7e0538cace5e74f456d0e170 /epan/dissectors/packet-ssl-utils.c
parent281f48f7e1098d790573558b1c96a8663e0ac68e (diff)
downloadwireshark-9765ee1bea2a67adadb7c7a6a629cc1f6298546a.tar.gz
From Robin Seggelmann: Add support for the New Session Ticket
message according to RFC 5077. svn path=/trunk/; revision=41427
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 06762b95a4..a13e66a340 100644
--- a/epan/dissectors/packet-ssl-utils.c
+++ b/epan/dissectors/packet-ssl-utils.c
@@ -474,6 +474,7 @@ const value_string ssl_31_handshake_type[] = {
{ SSL_HND_CLIENT_HELLO, "Client Hello" },
{ SSL_HND_SERVER_HELLO, "Server Hello" },
{ SSL_HND_HELLO_VERIFY_REQUEST, "Hello Verify Request"},
+ { SSL_HND_NEWSESSION_TICKET, "New Session Ticket" },
{ SSL_HND_CERTIFICATE, "Certificate" },
{ SSL_HND_SERVER_KEY_EXCHG, "Server Key Exchange" },
{ SSL_HND_CERT_REQUEST, "Certificate Request" },