https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6258
--- Comment #2 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2011-08-23 01:08:18 PDT ---
Hi,
The patch seems incomplete, there is no setting of the private data.
A trace to verify the patch with should be nice too.
At a glance a generic solution would be to introduce a struct in
packet-multipart.c contaning any parameters in Content type, or the complete
headers:
From
static const multipart_header_t multipart_headers[] = {
:
{ "Content-Disposition", NULL },
{ "Content-Encoding", "e" },
{ "Content-Id", NULL },
{ "Content-Language", NULL },
{ "Content-Length", "l" },
{ "Content-Transfer-Encoding", NULL },
{ "Content-Type", "c" },
};
stuff that into private data and let the application parse it if need be.
Regards
Anders
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.