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,