Ethereal-dev: [Ethereal-dev] HTTP dissector now accepts subdissector registrations by content

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: Tue, 18 Nov 2003 00:06:09 -0800
The HTTP dissector now has an "http.content_type" dissector table; it's
a string dissector table, and you can register content-type values in
it.  They should be registered as all-lower-case values; the
content-type value in an HTTP header is converted to lower-case before
being matched in that table (MIME types are case-insensitive).

Should the MMSE dissector be changed to use that rather than registering
itself as a heuristic dissector?