aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-2/+1
2012-03-02Flag mp2t file as really having only relative time stamps. Put theGuy Harris1-1/+2
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-1/+2
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-2/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-17/+16
2011-04-06From Jakub Zawadzki:Guy Harris1-8/+8
2011-03-31Check return value of file_seek(). Fixes CID 338.Chris Maynard1-1/+2
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-20/+21
2009-03-09P64 fixes.Gerald Combs1-3/+3
2008-07-09Add MP3 to the list of magic typesJeff Morriss1-3/+3
2008-06-23Fixed some "shadowed variables", as pointed out by John Smith.Stig Bjørlykke1-9/+8
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-1/+1
2007-08-22Cast away shortening conversions that are presumed not to lose any data.Guy Harris1-4/+4
2007-08-21From Shaun Jackman <sjackman@gmail.com> / bug 1753:Richard van der Hoff1-15/+17
2007-08-06From: Shaun JackmanLuis Ontanon1-4/+5
2007-07-06Now it really can read MP3 files, without SIGABRT.Jaap Keuter1-1/+1
2007-04-21Get rid of a warning with at least some compilers.Guy Harris1-1/+1
2007-03-25All private data for a capture in a Wiretap module must be per-file, notGuy Harris1-51/+31
2007-03-25make the mpeg_open() more conservative checking whether there's ssome magic b...Luis Ontanon1-1/+28
2007-03-22fix a new warningUlf Lamping1-1/+1
2007-03-22From Graham BloiceRonnie Sahlberg1-10/+10
2007-03-22Add some missing includes and hope that msvc will find the definition for off_tRonnie Sahlberg1-0/+8
2007-03-22From Shaun JackmanRonnie Sahlberg1-0/+287