From d3b016a365bde62b42679b47b4c820ee3580fcc5 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Mon, 23 Aug 2021 09:23:00 +0100 Subject: 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. --- epan/dissectors/packet-tn5250.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-tn5250.c') 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, -- cgit v1.2.3