Fix some filter names.

Detected by 'tools/check_typed_item_calls.py --consecutive'
This commit is contained in:
Martin Mathieson 2020-11-14 20:27:45 +00:00 committed by Wireshark GitLab Utility
parent a9e414ce54
commit 646bfde7fa
4 changed files with 8 additions and 8 deletions

View File

@ -30029,7 +30029,7 @@ proto_register_ieee80211(void)
NULL, HFILL }},
{&hf_ieee80211_tag_addba_ext_reserved,
{"Reserved", "wlan.addba.he_frag_oper",
{"Reserved", "wlan.addba.reserved",
FT_UINT8, BASE_HEX, NULL, 0xF8,
NULL, HFILL }},
@ -30689,12 +30689,12 @@ proto_register_ieee80211(void)
"HT Information Fixed Field", HFILL }},
{&hf_ieee80211_ff_ht_info_information_request,
{"Information Request", "wlan.fixed.mimo.control.chanwidth",
{"Information Request", "wlan.fixed.mimo.control.inforequest",
FT_BOOLEAN, 8, TFS(&ff_ht_info_information_request_flag), 0x01,
NULL, HFILL }},
{&hf_ieee80211_ff_ht_info_40_mhz_intolerant,
{"40 MHz Intolerant", "wlan.fixed.mimo.control.chanwidth",
{"40 MHz Intolerant", "wlan.fixed.mimo.control.intolerant",
FT_BOOLEAN, 8, TFS(&ff_ht_info_40_mhz_intolerant_flag), 0x02,
NULL, HFILL }},
@ -36322,7 +36322,7 @@ proto_register_ieee80211(void)
"Traffic Stream (TS) Info Direction", HFILL }},
{&hf_ieee80211_tsinfo_access,
{"Access Policy", "wlan.ts_info.dir",
{"Access Policy", "wlan.ts_info.access",
FT_UINT24, BASE_DEC, VALS(tsinfo_access), 0x000180,
"Traffic Stream (TS) Info Access Policy", HFILL }},

View File

@ -12851,7 +12851,7 @@ void proto_register_lbmc(void)
{ &hf_lbmc_umq_ulb_rcr_msgid_regid,
{ "Message ID Registration ID", "lbmc.umq_ulb_rcr.msgid_regid", FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL } },
{ &hf_lbmc_umq_ulb_rcr_msgid_stamp,
{ "Message ID Stamp", "lbmc.umq_ulb_rcr.msgid_regid", FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL } },
{ "Message ID Stamp", "lbmc.umq_ulb_rcr.msgid_stamp", FT_UINT64, BASE_HEX, NULL, 0x0, NULL, HFILL } },
{ &hf_lbmc_umq_ulb_rcr_topic_tsp,
{ "Topic TSP", "lbmc.umq_ulb_rcr.topic_tsp", FT_UINT32, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_lbmc_umq_ulb_rcr_assign_id,

View File

@ -5953,7 +5953,7 @@ proto_register_tn3270(void)
/* 5.19 - Read Partition */
{ &hf_tn3270_read_partition_operation_type,
{ "Read Partition Operation Type",
"tn3270.read_partition_reqtyp",
"tn3270.read_partition_optyp",
FT_UINT8, BASE_HEX, VALS(vals_read_partition_operation_type), 0x0,
NULL, HFILL }
},

View File

@ -2054,8 +2054,8 @@ proto_register_x25(void)
{ "From the called DTE", "x25.facility.throughput.called_dte", FT_UINT8, BASE_DEC, VALS(x25_facilities_classA_throughput_vals), 0xF0,
"Facility Throughput called DTE", HFILL }},
{ &hf_x25_throughput_called_dte,
{ "From the calling DTE", "x25.facility.throughput.called_dte", FT_UINT8, BASE_DEC, VALS(x25_facilities_classA_throughput_vals), 0x0F,
"Facility Throughput called DTE", HFILL }},
{ "From the calling DTE", "x25.facility.throughput.calling_dte", FT_UINT8, BASE_DEC, VALS(x25_facilities_classA_throughput_vals), 0x0F,
"Facility Throughput calling DTE", HFILL }},
{ &hf_x25_facility_classA_cug,
{ "Closed user group", "x25.facility.cug", FT_UINT8, BASE_HEX, NULL, 0,
"Facility Closed user group", HFILL }},