aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn5250.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2021-08-23 09:23:00 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2021-08-23 08:32:56 +0000
commitd3b016a365bde62b42679b47b4c820ee3580fcc5 (patch)
tree3576ef6e257a927da8f2d1e5beccb214c9ac6ea7 /epan/dissectors/packet-tn5250.c
parentd3392ffb554e203844673dafb6a40affd54d5d16 (diff)
Remove trailing colons from item label names
This is a new check added to check_typed_item_calls.py --label Ignoring cases where item type is FT_NONE, as fpr tjpse text was appended that otherwise would lack a colon.
Diffstat (limited to 'epan/dissectors/packet-tn5250.c')
-rw-r--r--epan/dissectors/packet-tn5250.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tn5250.c b/epan/dissectors/packet-tn5250.c
index a496643f63..8a8600a1f4 100644
--- a/epan/dissectors/packet-tn5250.c
+++ b/epan/dissectors/packet-tn5250.c
@@ -7418,7 +7418,7 @@ proto_register_tn5250(void)
{ &hf_tn5250_field_data,
{ "Field Data", "tn5250.field_data", FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL }},
- { &hf_tn5250_reserved, { "Flags (Reserved):", "tn5250.reserved",
+ { &hf_tn5250_reserved, { "Flags (Reserved)", "tn5250.reserved",
FT_UINT8, BASE_HEX|BASE_RANGE_STRING, RVALS(vals_tn5250_reserved), 0,
NULL, HFILL }},
{ &hf_tn5250_unknown_data,