From b1519524747cde4f97001eeedf4164895452c772 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 6 Oct 2010 21:51:07 +0000 Subject: Change a couple of hf abbreviations so they're not the name of the hf variable. Use . as the separator (after PROTOABBREV) in the hf abbreviations. svn path=/trunk/; revision=34397 --- epan/dissectors/packet-tn3270.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-tn3270.c') diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c index 33c2897ef2..c2c375968b 100644 --- a/epan/dissectors/packet-tn3270.c +++ b/epan/dissectors/packet-tn3270.c @@ -5232,7 +5232,7 @@ proto_register_tn3270(void) FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }}, { &hf_tn3270_aid, - { "Attention Identification", "hf_tn3270_aid", + { "Attention Identification", "tn3270.aid", FT_UINT8, BASE_HEX, VALS(vals_attention_identification_bytes), 0x0, NULL, HFILL }}, @@ -5285,7 +5285,7 @@ proto_register_tn3270(void) FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }}, { &hf_tn3270_partition_rv, - { "The y, or row, origin of the viewport relative to the top edge of the usable area", "hf_tn3270_partition_rv", + { "The y, or row, origin of the viewport relative to the top edge of the usable area", "tn3270.partition_rv", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }}, { &hf_tn3270_partition_cv, @@ -5326,7 +5326,7 @@ proto_register_tn3270(void) NULL, HFILL }}, { &hf_tn3270_partition_command, - { "Partition Command", "hf_tn3270_partition_command", + { "Partition Command", "tn3270.partition_command", FT_UINT8, BASE_HEX, VALS(vals_command_codes), 0x0, NULL, HFILL }}, /* End - 5.7 - Create Partition */ -- cgit v1.2.3