Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6258] SIP-T/I supported only ITU till date. Added support

Date: Tue, 23 Aug 2011 01:08:19 -0700 (PDT)
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.