Ethereal-dev: [Ethereal-dev] Adding Content-Type 'multipart/form-data' to HTTP parsing

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

From: Yaniv Kaul <ykaul@xxxxxxxxxxxx>
Date: Wed, 21 Jan 2004 15:58:32 +0200
I'd be happy if this can be added to packet-text-media.c:

dissector_add_string("media_type", "multipart/form-data", text_lines_handle);


I didn't supply a diff'ed patch, because I'm not sure it's the ultimate solution to parse multipart/form-data objects. Specifically, I see that the parsing of media is done in the packet boundaries, and not on the stream - so if there are other parts in the next packet, it is treated sa 'continuation'.

Still, I think it improves the current situation.