From 66eed04afe08bf9120cf22d1885191c281086325 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 9 Mar 2018 15:19:29 +0100 Subject: QUIC: Remove last long packet type about old draft (< 08) Bug: 13881 Change-Id: I9fae21b62b7394a8ae52c5fa551aea2da17fbff5 Reviewed-on: https://code.wireshark.org/review/26389 Reviewed-by: Peter Wu --- epan/dissectors/packet-quic.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'epan') diff --git a/epan/dissectors/packet-quic.c b/epan/dissectors/packet-quic.c index 64853b219f..0eb3f4194a 100644 --- a/epan/dissectors/packet-quic.c +++ b/epan/dissectors/packet-quic.c @@ -149,12 +149,6 @@ static const value_string quic_short_packet_type_vals[] = { #define QUIC_LPT_HANDSHAKE 0x7D static const value_string quic_long_packet_type_vals[] = { - { 0x01, "Version Negotiation" }, /* Removed in draft-08 by a check of Version (=0x00000000)*/ - { 0x02, "Client Initial" }, /* Replaced in draft-08 by 0x7F (Initial) */ - { 0x03, "Server Stateless Retry" }, /* Replaced in draft-08 by 0x7E (Retry) */ - { 0x04, "Server Cleartext" }, /* Replaced in draft-08 by 0x7D (Handshake) */ - { 0x05, "Client Cleartext" }, /* Replaced in draft-08 by 0x7D (Handshake) */ - { 0x06, "0-RTT Protected" }, /* Replaced in draft-08 by 0x7C (0-RTT Protected) */ { QUIC_LPT_INITIAL, "Initial" }, { QUIC_LPT_RETRY, "Retry" }, { QUIC_LPT_HANDSHAKE, "Handshake" }, -- cgit v1.2.3