aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
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