SV: [Patch] to fix problem in packet-sdp.c
"Anders Broman" <[email protected]>
| Newsgroups | gmane.network.ethereal.devel |
|---|---|
| Message-ID | <000001c68703$e7cdbe70$6800a8c0@ditt7huk3o9fm5> |
Checked in. Please note that we are currently having some problems, so the patch may not be in the public svn repo for a few days... Brg Anders -----Ursprungligt meddelande----- Från: [email protected] [mailto:[email protected]] För Martin Mathieson Skickat: den 3 juni 2006 00:17 Till: Ethereal development Ämne: [Ethereal-dev] [Patch] to fix problem in packet-sdp.c Hi, This patch fixes a problem in the latest version of packet-sdp.c on the anonymous svn server (is it up-to-date?): - while parsing fmtp lines, the dissector looks for the MPEG4 'profile-level-id' parameter. If there is no '=' present, it was throwing an exception and the frame marked as malformed (see e.g. the attached capture) - I've added a few comments where the code wasn't obvious to me... Best regards, Martin