For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-rrc.c
index 7c14e43d73315c1c12b83bdfe87bd0d854bbb730..fbc67e3df661f07a70735a4446587fb7a5a03b07 100644 (file)
@@ -122715,7 +122715,7 @@ dissect_rrc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
        col_set_str(pinfo->cinfo, COL_PROTOCOL, "RRC");
 
        /* create the rrc protocol tree */
-       rrc_item = proto_tree_add_item(tree, proto_rrc, tvb, 0, -1, FALSE);
+       rrc_item = proto_tree_add_item(tree, proto_rrc, tvb, 0, -1, ENC_NA);
        rrc_tree = proto_item_add_subtree(rrc_item, ett_rrc);
 
        if (rrcinf) {