Re: [Wireshark-dev] [PATCH] RTP with MP2T payload bug fix

2007-02-23 Thread Stephen Fisher
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 __

Re: [Wireshark-dev] [PATCH] RTP with MP2T payload bug fix

2007-02-23 Thread Mark Lewis
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

Re: [Wireshark-dev] [PATCH] RTP with MP2T payload bug fix

2007-02-21 Thread Stephen Fisher
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

[Wireshark-dev] [PATCH] RTP with MP2T payload bug fix

2007-02-08 Thread Mark Lewis
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.