aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-24 20:28:00 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-24 20:28:00 +0000
commit9238e29ae365fb90321014f0346774ccfbf1ca70 (patch)
tree9c22a2a56c5b332b13bc640017dc8c8b66dea7a2 /epan/dissectors/packet-tn3270.c
parentd7b10fbe559c3fe5bffcef2e604d10aaeecb2d85 (diff)
Don't use an abbreviation as the name of an hf entry.
svn path=/trunk/; revision=34241
Diffstat (limited to 'epan/dissectors/packet-tn3270.c')
-rw-r--r--epan/dissectors/packet-tn3270.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index 419026310a..33c2897ef2 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -5650,7 +5650,7 @@ proto_register_tn3270(void)
/* 5.40 - Save/Restore Format */
{ &hf_tn3270_type_1_text_outbound_data,
- { "tn3270.type_1_text_outbound_data", "tn3270.type_1_text_outbound_data",
+ { "Type 1 text outbound data", "tn3270.type_1_text_outbound_data",
FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }},