Make the IPv4 NRB code's comments match the IPv6 NRB code's comments.
[metze/wireshark/wip.git] / wiretap / mpeg.c
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-31 Guy HarrisUse a common code path for most of both sequential...
2013-12-31 Guy HarrisBack out a change so that we can check it in again...
2013-12-31 Guy HarrisWhen reading MIME-encapsulated files, read the entire...
2013-11-09 Jakub ZawadzkiReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
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