aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-09-18 18:41:04 +0200
committerPeter Wu <peter@lekensteyn.nl>2018-09-18 17:42:55 +0000
commit4081b55341ab8fd267f5b78bdf6c7d759c77361c (patch)
treecccc26494f0d5fa6c10c47640e6adccc068becc2 /epan/dissectors/packet-ssl-utils.c
parent7cc130ff1f053b63fc8437018e44985ac10e5b85 (diff)
QUIC: Remove old Hello Extension (26)
Remove in draft-13 Ping-Bug: 13881 Change-Id: I572dfded151569ddce3c0c90f8775a3b4a2052ba Reviewed-on: https://code.wireshark.org/review/29720 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot 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, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl-utils.c b/epan/dissectors/packet-ssl-utils.c
index 1c177d4b5b..075df6d37a 100644
--- a/epan/dissectors/packet-ssl-utils.c
+++ b/epan/dissectors/packet-ssl-utils.c
@@ -1127,7 +1127,6 @@ const value_string tls_hello_extension_types[] = {
{ SSL_HND_HELLO_EXT_EXTENDED_MASTER_SECRET, "extended_master_secret" }, /* RFC 7627 */
{ SSL_HND_HELLO_EXT_TOKEN_BINDING, "token_binding" }, /* https://tools.ietf.org/html/draft-ietf-tokbind-negotiation */
{ SSL_HND_HELLO_EXT_CACHED_INFO, "cached_info" }, /* RFC 7924 */
- { SSL_HND_HELLO_EXT_QUIC_TRANSPORT_PARAMETERS_OLD, "quic_transports_parameters (Obsolete)" }, /* https://tools.ietf.org/html/draft-ietf-quic-tls (remove in -13) */
{ SSL_HND_HELLO_EXT_SESSION_TICKET_TLS, "session_ticket" }, /* RFC 5077 / RFC 8447 */
{ SSL_HND_HELLO_EXT_KEY_SHARE_OLD, "Reserved (key_share)" }, /* https://tools.ietf.org/html/draft-ietf-tls-tls13-22 (removed in -23) */
{ SSL_HND_HELLO_EXT_PRE_SHARED_KEY, "pre_shared_key" }, /* RFC 8446 */