aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-12-23 09:46:28 +0100
committerPeter Wu <peter@lekensteyn.nl>2018-12-23 12:10:58 +0000
commit8bf91750df5785c332b8497e9a543851c0adff9a (patch)
treed1725e31e02bf5acc9ab2c2a4c559364132f418d
parentee439bb82d80bb2a526e53cfb6194affa57c1687 (diff)
QUIC: Remove unused field quic.odcil_draft13
Forget when remove draft13 support... Change-Id: Id8d65e0ea35618185931fb1d35314e8ededae172 Reviewed-on: https://code.wireshark.org/review/31179 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
-rw-r--r--epan/dissectors/packet-quic.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/dissectors/packet-quic.c b/epan/dissectors/packet-quic.c
index 743fefcf57..7d05e129a5 100644
--- a/epan/dissectors/packet-quic.c
+++ b/epan/dissectors/packet-quic.c
@@ -64,7 +64,6 @@ static int hf_quic_short_reserved = -1;
static int hf_quic_payload = -1;
static int hf_quic_protected_payload = -1;
static int hf_quic_remaining_payload = -1;
-static int hf_quic_odcil_draft13 = -1;
static int hf_quic_odcil = -1;
static int hf_quic_odcid = -1;
static int hf_quic_retry_token = -1;
@@ -2448,11 +2447,6 @@ proto_register_quic(void)
"Remaining payload in a packet (possibly PKN followed by encrypted payload)", HFILL }
},
- { &hf_quic_odcil_draft13,
- { "Original Destination Connection ID Length", "quic.odcil_draft13",
- FT_UINT8, BASE_DEC, NULL, 0x0,
- NULL, HFILL }
- },
{ &hf_quic_odcil,
{ "Original Destination Connection ID Length", "quic.odcil",
FT_UINT8, BASE_DEC, VALS(quic_cid_len_vals), 0x0f,