aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-10-06 21:51:07 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-10-06 21:51:07 +0000
commitb1519524747cde4f97001eeedf4164895452c772 (patch)
tree63e0c475aa1c19632b4523c2fff8757cf0629b45 /epan/dissectors/packet-tn3270.c
parentccb7996ed19e7309c43d4a2d9ce0e93211905514 (diff)
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
Diffstat (limited to 'epan/dissectors/packet-tn3270.c')
-rw-r--r--epan/dissectors/packet-tn3270.c6
1 files changed, 3 insertions, 3 deletions
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 */