Ethereal-dev: [Ethereal-dev] Are WSP content types the same as HTTP content types?

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: Sat, 6 Dec 2003 19:49:58 -0800
If so, the WSP dissector could just get the Internet media type
dissector table (which used to be the HTTP content type dissector table)
by calling

	find_dissector_table("media_type")

in its reg_handoff routine, and use that rather than creating its own
"wsp.content_type.literal" dissector table.