For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-enttec.c
index 064b2995e32abffa6ac75864ae450db8f8b160fb..8f03db77db161821dca12ce2db7e5099348550e8 100644 (file)
@@ -361,7 +361,7 @@ dissect_enttec(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
        }
 
        if (tree) {
-               ti = proto_tree_add_item(tree, proto_enttec, tvb, offset, -1, FALSE);
+               ti = proto_tree_add_item(tree, proto_enttec, tvb, offset, -1, ENC_NA);
                enttec_tree = proto_item_add_subtree(ti, ett_enttec);
        }