From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :
[metze/wireshark/wip.git] / wiretap / cosine.c
2012-12-27 Guy HarrisErrors take precedence over EOF; use file_error() after...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-17 Jakub ZawadzkiFill some phdr values also when doing random read
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-17 Guy HarrisFix indentation.
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-18 Chris MaynardUpdate Motonori Shindo's email address at the author...
2011-04-11 Guy HarrisUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-07 Gerald CombsBe more picky about our sscanf integer field widths...
2011-02-16 Gerald CombsFix errors found by the Visual C++ analyzer.
2009-03-07 Guy HarrisMore P64 changes.
2008-05-08 Anders Bromanstrncpy -> g_strlcpy
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-04-03 Guy HarrisMake editcap use wtap_read(); that eliminates the last...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-03-03 Guy HarrisHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-02-09 Guy HarrisCast the arguments to <ctype.h> macros to "guchar"...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-24 Jörg MayerFix all fixable warnings
2003-11-25 Guy Harris"file_seek()" sets "*err" - we don't have to set it...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-16 Guy HarrisUpdates from Motonori Shindo.
2002-08-06 Guy HarrisFix the declaration of "empty_line()" to match the...
2002-08-06 Guy HarrisMake the argument to "empty_line()" a "const guchar...
2002-07-31 Guy HarrisFrom Motonori Shindo: support for reading CoSine L2...