Fix cut-and-pasteo that happened not to cause a problem on *P64
[obnox/wireshark/wip.git] / wiretap / mpeg.c
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 guyFrom Jakub Zawadzki:
2011-03-31 cmaynardCheck return value of file_seek(). Fixes CID 338.
2010-02-27 guyConstify.
2009-03-09 geraldP64 fixes.
2008-07-09 morrissAdd MP3 to the list of magic types
2008-06-23 stigFixed some "shadowed variables", as pointed out by...
2008-05-20 morrissCreate a new "Wireshark utility" library and move the...
2007-08-22 guyCast away shortening conversions that are presumed...
2007-08-21 richardvFrom Shaun Jackman <sjackman@gmail.com> / bug 1753:
2007-08-06 legoFrom: Shaun Jackman
2007-07-06 jakeNow it really can read MP3 files, without SIGABRT.
2007-04-21 guyGet rid of a warning with at least some compilers.
2007-03-25 guyAll private data for a capture in a Wiretap module...
2007-03-25 legomake the mpeg_open() more conservative checking whether...
2007-03-22 ulflfix a new warning
2007-03-22 sahlbergFrom Graham Bloice
2007-03-22 sahlbergAdd some missing includes and hope that msvc will find...
2007-03-22 sahlbergFrom Shaun Jackman