--- packet-mmse.c.1.12	Sat Jun  8 00:50:49 2002
+++ packet-mmse.c	Tue Aug  6 21:39:48 2002
@@ -625,8 +625,7 @@
 	if (field == MM_CTYPE_HDR) {
 	    /*
 	     * Eeehh, we're now actually back to good old WSP content-type
-	     * encoding for multipart/related and multipart/mixed MIME-types.
-	     * Let's steal that from the WSP-dissector.
+	     * encoding. Let's steal that from the WSP-dissector.
 	     */
 	    tvbuff_t	*tmp_tvb;
 	    guint	 type;
@@ -634,7 +633,7 @@
 
 	    offset = add_content_type(mmse_tree, tvb, offset, &type, &type_str);
 	    tmp_tvb = tvb_new_subset(tvb, offset, -1, -1);
-	    add_multipart_data(mmse_tree, tmp_tvb);
+	    add_post_data(mmse_tree, tmp_tvb, type, type_str);
 	}
     }
 
