ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6248] SIP multipart mixed bodies are not always correctly

Date: Thu, 25 Aug 2011 08:32:30 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6248

Jaap Keuter <jaap.keuter@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|0.99.5                      |1.6.1

--- Comment #4 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2011-08-25 17:32:29 CEST ---
I've updated the meta data version info. Thanks for the capture file.

Still I don't get your complaint, as in there's always a media type for a body
part; if Content-type is missing it defaults to text/plain. Your body part in
the sample packet states: application/x-tia-p25-issi

If there would be a dissector for this media type it could process this data.
This call in reg_handoff would pick that up:
dissector_add_string("media_type", "application/x-tia-p25-issi",
tia_p25_issi_handle);

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.