summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-05-07 22:52:33 +0000
committerGuy Harris <guy@alum.mit.edu>2012-05-07 22:52:33 +0000
commit0851bd312cdb1ecf426f15e2e8fa844a57fb06d5 (patch)
treeccc73986dd53d4303c7d704cb07c6ba9c501ac0c
parentc51cadd00e0265c4b077bb4cc20a0a89781f28ff (diff)
downloadwireshark-0851bd312cdb1ecf426f15e2e8fa844a57fb06d5.tar.gz
Get rid of remaining Booleans-as-encoding-arguments in
proto_tree_add_item() calls. svn path=/trunk/; revision=42489
-rw-r--r--asn1/h450/h450.cnf2
-rw-r--r--epan/dissectors/packet-h450.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h450/h450.cnf b/asn1/h450/h450.cnf
index 5e8dffef6a..567bb56ad9 100644
--- a/asn1/h450/h450.cnf
+++ b/asn1/h450/h450.cnf
@@ -54,7 +54,7 @@ ERROR.&ParameterType
#.FN_HDR H4501SupplementaryService
proto_item *hidden_item;
- hidden_item = proto_tree_add_item(tree, proto_h450, tvb, offset, -1, FALSE);
+ hidden_item = proto_tree_add_item(tree, proto_h450, tvb, offset, -1, ENC_NA);
PROTO_ITEM_SET_HIDDEN(hidden_item);
#.END
diff --git a/epan/dissectors/packet-h450.c b/epan/dissectors/packet-h450.c
index 687d3578d5..84584358d9 100644
--- a/epan/dissectors/packet-h450.c
+++ b/epan/dissectors/packet-h450.c
@@ -972,7 +972,7 @@ dissect_h450_H4501SupplementaryService(tvbuff_t *tvb _U_, int offset _U_, asn1_c
#line 55 "../../asn1/h450/h450.cnf"
proto_item *hidden_item;
- hidden_item = proto_tree_add_item(tree, proto_h450, tvb, offset, -1, FALSE);
+ hidden_item = proto_tree_add_item(tree, proto_h450, tvb, offset, -1, ENC_NA);
PROTO_ITEM_SET_HIDDEN(hidden_item);
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,