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.