From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637
[metze/wireshark/wip.git] / wiretap / mpeg.c
2013-01-04 Michael Mannreplace "unsigned" datatype with "guint". Some mpeg...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-03-02 Guy HarrisFlag mp2t file as really having only relative time...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-03-31 Chris MaynardCheck return value of file_seek(). Fixes CID 338.
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-03-09 Gerald CombsP64 fixes.
2008-07-09 Jeff MorrissAdd MP3 to the list of magic types
2008-06-23 Stig BjørlykkeFixed some "shadowed variables", as pointed out by...
2008-05-20 Jeff MorrissCreate a new "Wireshark utility" library and move the...
2007-08-22 Guy HarrisCast away shortening conversions that are presumed...
2007-08-21 Richard van der... From Shaun Jackman <sjackman@gmail.com> / bug 1753:
2007-08-06 Luis OntanonFrom: Shaun Jackman
2007-07-06 Jaap KeuterNow it really can read MP3 files, without SIGABRT.
2007-04-21 Guy HarrisGet rid of a warning with at least some compilers.
2007-03-25 Guy HarrisAll private data for a capture in a Wiretap module...
2007-03-25 Luis Ontanonmake the mpeg_open() more conservative checking whether...
2007-03-22 Ulf Lampingfix a new warning
2007-03-22 Ronnie SahlbergFrom Graham Bloice
2007-03-22 Ronnie SahlbergAdd some missing includes and hope that msvc will find...
2007-03-22 Ronnie SahlbergFrom Shaun Jackman