aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450.c
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 /epan/dissectors/packet-h450.c
parentc51cadd00e0265c4b077bb4cc20a0a89781f28ff (diff)
Get rid of remaining Booleans-as-encoding-arguments in
proto_tree_add_item() calls. svn path=/trunk/; revision=42489
Diffstat (limited to 'epan/dissectors/packet-h450.c')
-rw-r--r--epan/dissectors/packet-h450.c2
1 files changed, 1 insertions, 1 deletions
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,