Ethereal-dev: Re: [Ethereal-dev] New dissector for content type multipart/mixed (2)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Sun, 11 Jan 2004 03:04:16 +0100
Hi Anders,
 
This version looks very promising. I took the liberty to add generalized support for multipart/mixed and multipart/related; adding support for another multipart type is straightforward. The version I have at hand already shows multipart/related over HTTP. I still need to tweak some stuff and then it can be added to the release!
 
In the modifications, I have inserted a pointer to the headers_t structure into the pinfo->private_data, where I also added the content-type parameters. I envisage to add a "media_types.h" file (in NOINST_headers) with common code for media dissection. Please comment on this.
 
Regards,
 
Olivier
----- Original Message -----
Sent: Saturday, January 10, 2004 10:47 PM
Subject: [Ethereal-dev] New dissector for content type multipart/mixed (2)

Hi,

I’ve removed the checking of compact type headers as I think they will not be used in multipart/mixed,

Changed to use tvb_length_remaining in the loops instead and changed the check for unquoted boundary string in the

Content type string.

Best regards

Anders