From 5e735f65815ba495ea9631d9fc5bd4fd28b50a86 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 8 Feb 2021 10:52:35 -0800 Subject: [PATCH] TCP: Remove a no-longer-used field. mptcp.analysis.subflows.streamid is unused as of e38e412239. Remove it. --- epan/dissectors/packet-tcp.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c index db6be0093c..3c23a4b339 100644 --- a/epan/dissectors/packet-tcp.c +++ b/epan/dissectors/packet-tcp.c @@ -293,7 +293,6 @@ static int hf_mptcp_stream = -1; static int hf_mptcp_expected_token = -1; static int hf_mptcp_analysis = -1; static int hf_mptcp_analysis_master = -1; -static int hf_mptcp_analysis_subflows_stream_id = -1; static int hf_mptcp_analysis_subflows = -1; static int hf_mptcp_number_of_removed_addresses = -1; static int hf_mptcp_related_mapping = -1; @@ -8139,10 +8138,6 @@ proto_register_tcp(void) { "Subflow expected IDSN", "mptcp.expected_idsn", FT_UINT64, BASE_DEC|BASE_UNIT_STRING, &units_64bit_version, 0x0, NULL, HFILL}}, - { &hf_mptcp_analysis_subflows_stream_id, - { "List subflow Stream IDs", "mptcp.analysis.subflows.streamid", FT_UINT16, - BASE_DEC, NULL, 0x0, NULL, HFILL}}, - { &hf_mptcp_analysis, { "MPTCP analysis", "mptcp.analysis", FT_NONE, BASE_NONE, NULL, 0x0, "This frame has some of the MPTCP analysis shown", HFILL }},