Wireshark-commits: [Wireshark-commits] rev 22577: /trunk/ /trunk/epan/dissectors/: packet-mpeg-pes.
Date: Tue, 21 Aug 2007 22:00:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22577

User: richardv
Date: 2007/08/21 10:00 PM

Log:
 From Shaun Jackman  <sjackman@xxxxxxxxx> / bug 1753:
 
         * 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.

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +336 -219  packet-mpeg-pes.c    Modified

Directory: /trunk/asn1/mpeg/
  Changes    Path                          Action
  +0 -18     mpeg-pes.asn                  Modified
  +313 -46   packet-mpeg-pes-template.c    Modified

Directory: /trunk/wiretap/
  Changes    Path          Action
  +17 -15    mpeg.c        Modified
  +1 -1      wtap-int.h    Modified