Wireshark-commits: [Wireshark-commits] rev 22581: /trunk/asn1/mpeg/ /trunk/asn1/mpeg/: packet-mpeg-

Date: Wed, 22 Aug 2007 04:25:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22581

User: guy
Date: 2007/08/22 04:25 AM

Log:
 Cast away shortening conversions that are presumed not to lose any data.
 
 Use G_GINT64_CONSTANT() to make a 64-bit integral constant; not all
 compilers we use support LL as a suffix for that (MSVC++ 6, for one).

Directory: /trunk/asn1/mpeg/
  Changes    Path                          Action
  +3 -3      packet-mpeg-pes-template.c    Modified