On Fri, Feb 23, 2007 at 08:58:04AM -, Mark Lewis wrote:
> Here is the updated patch against the latest SVN. I've reattached the
> original capture as well in case you want to check the change.
Committed as SVN revision 20910. Thanks for your contribution!
Steve
__
18
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] [PATCH] RTP with MP2T payload bug fix
On Thu, Feb 08, 2007 at 12:41:06PM -, Mark Lewis wrote:
> The current RTP/MPEG2 Transport Stream dissector has a bug. When both
> Adaptation Field and Payload are present in a
On Thu, Feb 08, 2007 at 12:41:06PM -, Mark Lewis wrote:
> The current RTP/MPEG2 Transport Stream dissector has a bug. When both
> Adaptation Field and Payload are present in a packet (AFC==3) the
> payload is ignored and Wireshark marks the packet as malformed.
>
> This patch to epan/dissec
The current RTP/MPEG2 Transport Stream dissector has a bug. When both
Adaptation Field and Payload are present in a packet (AFC==3) the
payload is ignored and Wireshark marks the packet as malformed.
This patch to epan/dissectors/packet-mp2t.c fixes the problem. It has
been tested on Windows only.