For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-mmse.c
index 99687c85176e07b84466d7c7c79b4dc9590403a5..ea65607f12896b02dc1fddf5498dd669731697e5 100644 (file)
@@ -728,7 +728,7 @@ dissect_mmse(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint8 pdut,
     if (tree) {
        DebugLog(("tree != NULL\n"));
 
-       ti = proto_tree_add_item(tree, proto_mmse, tvb, 0, -1, FALSE);
+       ti = proto_tree_add_item(tree, proto_mmse, tvb, 0, -1, ENC_NA);
        proto_item_append_text(ti, ", Type: %s", message_type);
        /* create display subtree for the protocol */
        mmse_tree = proto_item_add_subtree(ti, ett_mmse);