For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-multipart.c
index 2283418ba3f24b0fdf14e462306cefa7ef20c11d..23a3cd64b21becf110086f2b5ec9f76b26b49e6f 100644 (file)
@@ -833,7 +833,7 @@ static void dissect_multipart(tvbuff_t *tvb, packet_info *pinfo,
        if (tree) {
                proto_item *type_ti;
                ti = proto_tree_add_item(tree, proto_multipart,
-                               tvb, 0, -1, ENC_BIG_ENDIAN);
+                               tvb, 0, -1, ENC_NA);
                subtree = proto_item_add_subtree(ti, ett_multipart);
                proto_item_append_text(ti, ", Type: %s, Boundary: \"%s\"",
                                m_info->type, m_info->boundary);