aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-05-07 21:11:58 +0000
committerGuy Harris <guy@alum.mit.edu>2012-05-07 21:11:58 +0000
commit8d33dddd11955bb267cc2f747279c91f1a381beb (patch)
tree7ad8fc490acf474d8f798d48f743646eacfaa7bd /epan/dissectors/packet-h235.c
parentdedf90778715f180c1748817e71c84952adf67eb (diff)
Get rid of remaining Booleans-as-encoding-arguments in
proto_tree_add_item() calls. svn path=/trunk/; revision=42486
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r--epan/dissectors/packet-h235.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c
index d178d749ae..952e5c6ace 100644
--- a/epan/dissectors/packet-h235.c
+++ b/epan/dissectors/packet-h235.c
@@ -559,7 +559,7 @@ int
dissect_h235_ENCRYPTED(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 65 "../../asn1/h235/h235.cnf"
proto_item *hidden_item;
- hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, FALSE);
+ hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, ENC_NA);
PROTO_ITEM_SET_HIDDEN(hidden_item);
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
@@ -591,7 +591,7 @@ int
dissect_h235_SIGNED(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 60 "../../asn1/h235/h235.cnf"
proto_item *hidden_item;
- hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, FALSE);
+ hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, ENC_NA);
PROTO_ITEM_SET_HIDDEN(hidden_item);
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
@@ -756,7 +756,7 @@ int
dissect_h235_ClearToken(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 76 "../../asn1/h235/h235.cnf"
proto_item *hidden_item;
- hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, FALSE);
+ hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, ENC_NA);
PROTO_ITEM_SET_HIDDEN(hidden_item);
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
@@ -777,7 +777,7 @@ int
dissect_h235_HASHED(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 70 "../../asn1/h235/h235.cnf"
proto_item *hidden_item;
- hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, FALSE);
+ hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, ENC_NA);
PROTO_ITEM_SET_HIDDEN(hidden_item);
offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
@@ -853,7 +853,7 @@ int
dissect_h235_CryptoToken(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 82 "../../asn1/h235/h235.cnf"
proto_item *hidden_item;
- hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, FALSE);
+ hidden_item = proto_tree_add_item(tree, proto_h235, tvb, offset, 0, ENC_NA);
PROTO_ITEM_SET_HIDDEN(hidden_item);
offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,