aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-09-26 23:14:23 +0100
committerAndersBroman <a.broman58@gmail.com>2020-09-27 18:40:13 +0000
commit08ab0e5d1f5fb2f0547bf02b8990d2a48f29b1f0 (patch)
tree68610e631530d272adaea9d7a0f9785171db826d /epan/dissectors/packet-fc.c
parent2dd014f8f217ddff96d05ece94759e141130b925 (diff)
Fix some wrong filter names.
These were detected by running check_typed_item_calls.py with --consecutive, which flags items that have different labels but the same filter string. Usually this is because of copy/paste. Quite a few similar bugs still exist, will address in a future commit.
Diffstat (limited to 'epan/dissectors/packet-fc.c')
-rw-r--r--epan/dissectors/packet-fc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fc.c b/epan/dissectors/packet-fc.c
index 88698845f1..cc5fbd0a0b 100644
--- a/epan/dissectors/packet-fc.c
+++ b/epan/dissectors/packet-fc.c
@@ -1458,7 +1458,7 @@ proto_register_fc(void)
{"Type", "fc.vft.type", FT_UINT8, BASE_DEC, NULL,
0, "Type of tagged frame", HFILL}},
{ &hf_fc_vft_pri,
- {"Priority", "fc.vft.type", FT_UINT8, BASE_DEC, NULL,
+ {"Priority", "fc.vft.pri", FT_UINT8, BASE_DEC, NULL,
0, "QoS Priority", HFILL}},
{ &hf_fc_vft_vf_id,
{"VF_ID", "fc.vft.vf_id", FT_UINT16, BASE_DEC, NULL,