aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-2/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-17/+16
2011-04-06From Jakub Zawadzki:guy1-8/+8
2011-03-31Check return value of file_seek(). Fixes CID 338.cmaynard1-1/+2
2010-02-27Constify.guy1-20/+21
2009-03-09P64 fixes.gerald1-3/+3
2008-07-09Add MP3 to the list of magic typesmorriss1-3/+3
2008-06-23Fixed some "shadowed variables", as pointed out by John Smith.stig1-9/+8
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff frommorriss1-1/+1
2007-08-22Cast away shortening conversions that are presumed not to lose any data.guy1-4/+4
2007-08-21From Shaun Jackman <sjackman@gmail.com> / bug 1753:richardv1-15/+17
2007-08-06From: Shaun Jackmanlego1-4/+5
2007-07-06Now it really can read MP3 files, without SIGABRT.jake1-1/+1
2007-04-21Get rid of a warning with at least some compilers.guy1-1/+1
2007-03-25All private data for a capture in a Wiretap module must be per-file, notguy1-51/+31
2007-03-25make the mpeg_open() more conservative checking whether there's ssome magic b...lego1-1/+28
2007-03-22fix a new warningulfl1-1/+1
2007-03-22From Graham Bloicesahlberg1-10/+10
2007-03-22Add some missing includes and hope that msvc will find the definition for off_tsahlberg1-0/+8
2007-03-22From Shaun Jackmansahlberg1-0/+287