Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [PATCH] Further improvements to the MPEG decoder

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 20 Aug 2007 07:19:50 +0200
Hi Shaun,

Looks interesting. To avoid it getting lost please consult:
http://wiki.wireshark.org/Development/PatchHandling

Thanx,
Jaap

Shaun Jackman wrote:
Please apply or provide comments.

Thanks,
Shaun

On 8/9/07, Shaun Jackman <sjackman@xxxxxxxxx> wrote:
This patch adds SCR, PTS, and DTS decoding to the MPEG PES decoder.

Cheers,
Shaun

2007-08-09  Shaun Jackman  <sjackman@xxxxxxxxx>

        * asn1/mpeg/packet-mpeg-pes-template.c: Improved decoding of PES
        extension header and Pack header. Decode SCR, PTS, and DTS.
        * asn1/mpeg/mpeg-pes.asn (Pack): Remove.
        * epan/dissectors/packet-mpeg-pes.c: Regenerate.
        * wiretap/mpeg.c (mpeg_read): Decode the SCR using integer
        arithmetic instead of double float arithmetic to prevent rounding
        error.
        * wiretap/wtap-int.h (mpeg_t) <t0>: Use time_t instead of double.