aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ouch.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-04-06 10:57:33 -0400
committerMichael Mann <mmann78@netscape.net>2014-04-06 15:11:36 +0000
commitb40cb1adea4f0e5628435c65bb0a0e158241c214 (patch)
tree48951903d86b8cd6814c90d53ca8805eb8f3de38 /epan/dissectors/packet-ouch.c
parent4a00ef22e3dedc65669b255f33cbf0348a2464f4 (diff)
Apply found fix-encoding-args.pl errors in the dissector directory.
I coincidentally found a few files with errors, so I thought it might be time to run it on the whole directory again. Change-Id: Ia32e54b3b1b94e5a418ed758ea79807c8bc7e798 Reviewed-on: https://code.wireshark.org/review/978 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ouch.c')
-rw-r--r--epan/dissectors/packet-ouch.c46
1 files changed, 23 insertions, 23 deletions
diff --git a/epan/dissectors/packet-ouch.c b/epan/dissectors/packet-ouch.c
index ec13ce1d9f..583529f67c 100644
--- a/epan/dissectors/packet-ouch.c
+++ b/epan/dissectors/packet-ouch.c
@@ -648,7 +648,7 @@ dissect_ouch(
/* Create a sub-tree for the OUCH packet details */
ti = proto_tree_add_item(tree,
proto_ouch,
- tvb, 0, -1, FALSE);
+ tvb, 0, -1, ENC_NA);
ouch_tree = proto_item_add_subtree(ti, ett_ouch);
@@ -667,7 +667,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -685,7 +685,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_stock,
tvb, offset, 8,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 8;
proto_tree_add_item(ouch_tree,
@@ -703,7 +703,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_firm,
tvb, offset, 4,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 4;
proto_tree_add_item(ouch_tree,
@@ -754,7 +754,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -772,7 +772,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_stock,
tvb, offset, 8,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 8;
proto_tree_add_item(ouch_tree,
@@ -790,7 +790,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_firm,
tvb, offset, 4,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 4;
proto_tree_add_item(ouch_tree,
@@ -848,13 +848,13 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_existing_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
hf_ouch_replacement_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -898,7 +898,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -912,7 +912,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -950,7 +950,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_replacement_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -968,7 +968,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_stock,
tvb, offset, 8,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 8;
proto_tree_add_item(ouch_tree,
@@ -986,7 +986,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_firm,
tvb, offset, 4,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 4;
proto_tree_add_item(ouch_tree,
@@ -1034,7 +1034,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_previous_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
if (reported_len == 80) { /* Added in 4.2 */
@@ -1055,7 +1055,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -1080,7 +1080,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -1123,7 +1123,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -1160,7 +1160,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -1185,7 +1185,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -1216,7 +1216,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
proto_tree_add_item(ouch_tree,
@@ -1235,7 +1235,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
break;
@@ -1248,7 +1248,7 @@ dissect_ouch(
proto_tree_add_item(ouch_tree,
hf_ouch_order_token,
tvb, offset, 14,
- ENC_ASCII);
+ ENC_ASCII|ENC_NA);
offset += 14;
break;