summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-tn3270.c
diff options
context:
space:
mode:
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,