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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 9 Jan 2004 16:00:09 -0800

On Jan 9, 2004, at 3:54 PM, Olivier Biot wrote:

Your dissector also applies to HTTP (except for the short header field names as is customary in SIP). Maybe we should add dissect_from_sip() and dissect_from_http() methods, and then let them have dedicated is_multipart_http_header() and is_multipart_sip_header() methods?

Or just a Boolean to specify whether short header field names should be accepted?

That should perhaps be passed to media-type dissectors via the private_data structure.