Wireshark-bugs: [Wireshark-bugs] [Bug 6248] SIP multipart mixed bodies are not always correctly
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6248
--- Comment #5 from Ariane Le Doré-Goodwin <ariane.ledore-goodwin@xxxxxxxxxxxxx> 2011-08-25 08:40:58 PDT ---
Hi again,
SIP messages are decoded thanks Wireshark software. When there are two parts on
the body, both of them are decoded as media parts.
In my example, first part is displayed like this :
First boundary: --P25 ISSI body boundary\r\n
Encapsulated multipart part: (application/x-tia-p25-issi)
Content-type: application/x-tia-p25-issi\r\n
\r\n
Media Type: application/x-tia-p25-issi (7 bytes)
Boundary: \r\n--P25 ISSI body boundary\r\n
whereas it should be at least displayed as following :
First boundary: --P25 ISSI body boundary\r\n
Encapsulated multipart part: (application/x-tia-p25-issi)
Content-type: application/x-tia-p25-issi\r\n
\r\n
c-i:1\r\n
\r\n
Boundary: \r\n--P25 ISSI body boundary\r\n
In fact, the first part is today not displayed.
Regards,
Ariane
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.