https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4023
--- Comment #14 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2009-11-19 08:47:06 PDT ---
The SDP dissector was passing NULL to a %s format in a printf-style function
when displaying an unknown Media Format attribute. This isn't a problem on some
OSes (Linux, OS X, *BSD) but causes a crash on others (Windows, Solaris). To
complicate matters further, GLib 2.20 will protect against this but earlier
versions won't. The 32-bit Windows installer comes with GLib 2.20 and the
64-bit installer comes with GLib 2.18.
I checked in a fix for the SDP dissector and backported it to the 1.2 branch. A
64-bit installer is available at
http://www.wireshark.org/download/prerelease/wireshark-win64-1.2.5pre1-31012.exe
We should also update GLib in wireshark-win64-libs to 2.20 for 1.2.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.