For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-manolito.c
index 9d7745628bd2f23203c944a86eaeb593a18aa95c..934edfa95f9e4b252632d2a049267925465d7faa 100644 (file)
@@ -62,7 +62,7 @@ dissect_manolito(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
        /* Make entries in Protocol column and Info column on summary display */
        col_set_str(pinfo->cinfo, COL_PROTOCOL, "MANOLITO");
 
-       ti = proto_tree_add_item(tree, proto_manolito, tvb, 0, -1, FALSE);
+       ti = proto_tree_add_item(tree, proto_manolito, tvb, 0, -1, ENC_NA);
 
        manolito_tree = proto_item_add_subtree(ti, ett_manolito);