aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-11-06 22:10:11 -0500
committerAnders Broman <a.broman58@gmail.com>2014-11-07 05:25:53 +0000
commit09cdfe851ea4da83a7a92b80b06311dcc3666ad0 (patch)
treed2504326f8bf16b617258844b8fae591b4f9eacf /epan/dissectors/packet-tn3270.c
parentb5dead8e60a315739a66e52d947c6f0e852d21f1 (diff)
Fix all remaining filter name errors found with checkfiltername.pl
This should make it possible to add checkfiltername.pl to the pre-commit script. Change-Id: Icdee7e4ea3381fa1467bb4b5caf0f60c255adec0 Reviewed-on: https://code.wireshark.org/review/5166 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-tn3270.c')
-rw-r--r--epan/dissectors/packet-tn3270.c26
1 files changed, 12 insertions, 14 deletions
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index 48ae32e155..ba1fbc90c0 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -6651,19 +6651,19 @@ proto_register_tn3270(void)
NULL, HFILL }
},
{ &hf_tn3270_cs_form_type1,
- { "18-byte form; the first 2 bytes contain a 16-bit vertical slice,"
- " the following 16 bytes contain 8-bit horizontal slices. For a 9"
- " x 12 character matrix the last 4 bytes contain binary zero.",
+ { "18-byte form",
"tn3270.cs_form_type1",
- FT_BOOLEAN, 8, NULL, 0x80,
+ FT_BOOLEAN, 8, "the first 2 bytes contain a 16-bit vertical slice,"
+ " the following 16 bytes contain 8-bit horizontal slices. For a 9"
+ " x 12 character matrix the last 4 bytes contain binary zero.", 0x80,
NULL, HFILL }
},
{ &hf_tn3270_cs_form_type2,
- { "18-byte form; the first 2 bytes contain a 16-bit vertical slice,"
- " the following 16 bytes contain 8-bit horizontal slices. For a 9"
- " x 12 character matrix the last 4 bytes contain binary zero. (COMPRESSED)",
+ { "18-byte form (COMPRESSED)",
"tn3270.cs_form_type2",
- FT_BOOLEAN, 8, NULL, 0x40,
+ FT_BOOLEAN, 8, "the first 2 bytes contain a 16-bit vertical slice,"
+ " the following 16 bytes contain 8-bit horizontal slices. For a 9"
+ " x 12 character matrix the last 4 bytes contain binary zero. (COMPRESSED)", 0x40,
NULL, HFILL }
},
{ &hf_tn3270_cs_form_type3,
@@ -7470,17 +7470,15 @@ proto_register_tn3270(void)
NULL, HFILL }
},
{ &hf_tn3270_ua_xr,
- { "Distance between points in X direction as a fraction, measured in UNITS, with 2-byte"
- " numerator and 2-byte denominator",
+ { "Distance between points in X direction as a fraction",
"tn3270.ua_xr",
- FT_UINT32, BASE_HEX, NULL, 0x0,
+ FT_UINT32, BASE_HEX, "measured in UNITS, with 2-byte numerator and 2-byte denominator", 0x0,
NULL, HFILL }
},
{ &hf_tn3270_ua_yr,
- { "Distance between points in Y direction as a fraction, measured in UNITS, with 2-byte"
- " numerator and 2-byte denominator",
+ { "Distance between points in Y direction as a fraction",
"tn3270.ua_xr",
- FT_UINT32, BASE_HEX, NULL, 0x0,
+ FT_UINT32, BASE_HEX, "measured in UNITS, with 2-byte numerator and 2-byte denominator", 0x0,
NULL, HFILL }
},
{ &hf_tn3270_ua_aw,