Ethereal-dev: SV: [Ethereal-dev] [Patch] to fix part of bug 857 (MGCP decode issue)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Wed, 5 Apr 2006 18:06:24 +0200
Checked in.
Brg
Anders

-----Ursprungligt meddelande-----
Från: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] För Martin Mathieson
Skickat: den 5 april 2006 15:21
Till: ethereal-dev@xxxxxxxxxxxx
Ämne: [Ethereal-dev] [Patch] to fix part of bug 857 (MGCP decode issue)

Hi,

This patch fixes the decode problem mentioned in this bug report:

"3. Frames 9 and 13 are only partially decoded and show up as "Packet size
limited during capture" It looks like the decode chokes on the DQ-RI line."

DQ-RI is a localconnectionoptions parameter and shouldn't appear as a
top-level parameter.
This patch makes sure that all of the single-character top-level parmeter
codes are followed immediately by a ':'.

Regards,
Martin