aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-21 03:14:49 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-21 03:14:49 +0000
commit381664535b9ee6d260e95bd9cc95d2c5236da269 (patch)
tree44601f2b36a24467be271aad8478d6af5c26233c /epan/dissectors/packet-tn3270.c
parent46ef82837fdfadc8ffaba61e48302a3f0b79b6a0 (diff)
As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 :
Clean up hf fields some more: mostly removing leading and trailing spaces from names and blurbs. svn path=/trunk/; revision=34165
Diffstat (limited to 'epan/dissectors/packet-tn3270.c')
-rw-r--r--epan/dissectors/packet-tn3270.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index bbe87b2651..b87e034773 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -5420,7 +5420,7 @@ proto_register_tn3270(void)
FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_extended_ps_color,
- { " Color planes", "tn3270.extended_ps_color",
+ { "Color planes", "tn3270.extended_ps_color",
FT_UINT8, BASE_HEX, VALS(vals_color_identifications), 0x0,
NULL, HFILL }},
{ &hf_tn3270_extended_ps_stsubs,
@@ -5805,7 +5805,7 @@ proto_register_tn3270(void)
/* 6.9 - Query Reply (Alphanumeric Partitions) */
{ &hf_tn3270_ap_na,
- { " Max number of alphanumeric partitions", "tn3270.ap_na",
+ { "Max number of alphanumeric partitions", "tn3270.ap_na",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_ap_m,
@@ -6107,7 +6107,7 @@ proto_register_tn3270(void)
FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_ddm_ddmss,
- { " DDM subset identifier", "tn3270.ddm_ddmss",
+ { "DDM subset identifier", "tn3270.ddm_ddmss",
FT_UINT8, BASE_HEX, VALS(vals_ddm), 0x0,
NULL, HFILL }},
/* END - 6.19 - Query Reply (Distributed Data Management) */
@@ -6237,11 +6237,11 @@ proto_register_tn3270(void)
FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_ippd_dpbs,
- { " Default printer buffer size (in character cells)", "tn3270.ippd_dpbs",
+ { "Default printer buffer size (in character cells)", "tn3270.ippd_dpbs",
FT_UINT64, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_ippd_apbs,
- { " Default printer buffer size (in character cells)", "tn3270.ippd_apbs",
+ { "Default printer buffer size (in character cells)", "tn3270.ippd_apbs",
FT_UINT64, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_ipccd_wcd,
@@ -6425,7 +6425,7 @@ proto_register_tn3270(void)
/* 6.50 - Query Reply (Transparency) */
{ &hf_tn3270_t_np,
- { " Number of pairs", "tn3270.t_np",
+ { "Number of pairs", "tn3270.t_np",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_t_vi,
@@ -6504,19 +6504,19 @@ proto_register_tn3270(void)
FT_UINT16, BASE_DEC, NULL, 0x0,
"Character buffer size (bytes)", HFILL }},
{ &hf_tn3270_ua_xmin,
- { " Minimum number of X units in variable cell", "tn3270.ua_xmin",
+ { "Minimum number of X units in variable cell", "tn3270.ua_xmin",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_ua_ymin,
- { " Minimum number of Y units in variable cell", "tn3270.ua_ymin",
+ { "Minimum number of Y units in variable cell", "tn3270.ua_ymin",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_ua_xmax,
- { " Maximum number of X units in variable cell", "tn3270.ua_xmax",
+ { "Maximum number of X units in variable cell", "tn3270.ua_xmax",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_tn3270_ua_ymax,
- { " Maximum number of Y units in variable cell", "tn3270.ua_ymax",
+ { "Maximum number of Y units in variable cell", "tn3270.ua_ymax",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
/* End - 6.51 Query Reply Usable Area */