aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2020-07-06 18:21:18 +0200
committerAnders Broman <a.broman58@gmail.com>2020-07-06 21:35:51 +0000
commit620b8b3c71152c7b83799fc23896fed586fdcc04 (patch)
tree05d79fed22e9a8586b1bf3d5bef970f9da1e3a3e
parentc45aba408d226c8bba210a1191254264976a5dfc (diff)
TN5250: Fix two true_false strings so they are differentiating
Found by conflict check Change-Id: Ic0348945b8519bc434bc5a10b5ed5951a7cdcb21 Reviewed-on: https://code.wireshark.org/review/37746 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-tn5250.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-tn5250.c b/epan/dissectors/packet-tn5250.c
index 056903b8b3..ec59041674 100644
--- a/epan/dissectors/packet-tn5250.c
+++ b/epan/dissectors/packet-tn5250.c
@@ -1161,8 +1161,8 @@ static const struct true_false_string tn5250_field_wssf_kbc_flag1_5 = {
};
static const struct true_false_string tn5250_field_wssf_kbc_flag1_6 = {
- "Indicates type-ahead is on if set to logic 1 (and bit 5 set to 1). If bit 6 is set to 0 and bit 5 is set to 1, type-ahead is turned off. If bit 5 is set to 0, bit 6 is ignored.",
- "Indicates type-ahead is on if set to logic 1 (and bit 5 set to 1). If bit 6 is set to 0 and bit 5 is set to 1, type-ahead is turned off. If bit 5 is set to 0, bit 6 is ignored."
+ "Indicates type-ahead is on if set to logic 1 (and bit 5 set to 1). If bit 5 is set to 0, bit 6 is ignored.",
+ "If bit 6 is set to 0 and bit 5 is set to 1, type-ahead is turned off. If bit 5 is set to 0, bit 6 is ignored."
};
static const struct true_false_string tn5250_field_wssf_kbc_flag1_7 = {
@@ -1228,8 +1228,8 @@ static const struct true_false_string tn5250_field_wssf_ifc_flag2_1 = {
};
static const struct true_false_string tn5250_field_wssf_ifc_flag2_7 = {
- "Reserved for IBM image/fax-capable displays. It is used to download compression algorithms. Non-IBM displays should ignore this bit.",
- "Reserved for IBM image/fax-capable displays. It is used to download compression algorithms. Non-IBM displays should ignore this bit."
+ "True. Reserved for IBM image/fax-capable displays. It is used to download compression algorithms. Non-IBM displays should ignore this bit.",
+ "False. Reserved for IBM image/fax-capable displays. It is used to download compression algorithms. Non-IBM displays should ignore this bit."
};
static const value_string vals_tn5250_image_format[] = {