aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn3270.c
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2014-11-07 14:54:32 +0000
committerAnders Broman <a.broman58@gmail.com>2014-11-07 15:40:10 +0000
commit14489d653c100988e712c0fb8c355b06dd31ad99 (patch)
tree742bb24dabc51a6e810031e4553b458764002d28 /epan/dissectors/packet-tn3270.c
parent43069c28c8a35a521b35baa155025bdb49fc8792 (diff)
Fixed hf field blurb values after changes from change 5166
Change-Id: I1c32fb3629c714d72b5398ad82d219d8786980a1 Reviewed-on: https://code.wireshark.org/review/5171 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Petri-Dish: Graham Bloice <graham.bloice@trihedral.com> 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.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index ba1fbc90c0..e4d4babb26 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -6653,18 +6653,18 @@ proto_register_tn3270(void)
{ &hf_tn3270_cs_form_type1,
{ "18-byte form",
"tn3270.cs_form_type1",
- FT_BOOLEAN, 8, "the first 2 bytes contain a 16-bit vertical slice,"
+ FT_BOOLEAN, 8, NULL, 0x80,
+ "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 }
+ " x 12 character matrix the last 4 bytes contain binary zero.", HFILL }
},
{ &hf_tn3270_cs_form_type2,
{ "18-byte form (COMPRESSED)",
"tn3270.cs_form_type2",
- FT_BOOLEAN, 8, "the first 2 bytes contain a 16-bit vertical slice,"
+ FT_BOOLEAN, 8, NULL, 0x40,
+ "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 }
+ " x 12 character matrix the last 4 bytes contain binary zero. (COMPRESSED)", HFILL }
},
{ &hf_tn3270_cs_form_type3,
{ "Row loading (from top to bottom)",
@@ -7472,14 +7472,14 @@ proto_register_tn3270(void)
{ &hf_tn3270_ua_xr,
{ "Distance between points in X direction as a fraction",
"tn3270.ua_xr",
- FT_UINT32, BASE_HEX, "measured in UNITS, with 2-byte numerator and 2-byte denominator", 0x0,
- NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0,
+ "measured in UNITS, with 2-byte numerator and 2-byte denominator", HFILL }
},
{ &hf_tn3270_ua_yr,
{ "Distance between points in Y direction as a fraction",
"tn3270.ua_xr",
- FT_UINT32, BASE_HEX, "measured in UNITS, with 2-byte numerator and 2-byte denominator", 0x0,
- NULL, HFILL }
+ FT_UINT32, BASE_HEX, NULL, 0x0,
+ "measured in UNITS, with 2-byte numerator and 2-byte denominator", HFILL }
},
{ &hf_tn3270_ua_aw,
{ "Number of X units in default cell",