In a dump_open routine, you don't need to seek to the beginning of the
[metze/wireshark/wip.git] / wiretap / network_instruments.c
2011-04-21 Guy HarrisIn a dump_open routine, you don't need to seek to the...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2010-11-05 Anders BromanFrom Robert Bullen:
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-03-09 Gerald CombsP64 fixes.
2008-05-08 Anders Bromanstrncpy -> g_strlcpy
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-05-28 Anders BromanEthareal->Wireshark
2006-04-16 Guy HarrisAdd some missing little-endianizing.
2006-04-16 Guy HarrisAdd a loop to process TLVs in the file header.
2006-04-16 Guy HarrisMove file format definitions to the header file.
2006-04-14 Guy HarrisSkip non-data records. Fixes bug 767.
2006-03-08 Luis OntanonCoverity's run 14 CID 82.
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-30 Ronnie Sahlbergmake reading of observer files work again
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-02-09 Guy HarrisAdd extra {} to "avoid ambiguous `else'", to quote...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-05 Ulf Lamping removed some MSVC warnings (level 3)
2003-11-25 Guy Harris"file_seek()" sets "*err" - there's no need to set...
2003-11-06 Guy HarrisFrom Scott Emberley: support for writing Network Instru...
2003-11-01 Guy HarrisThe time in Observer files is in nanoseconds since...
2003-10-31 Guy HarrisTemporarily get rid of the "struct tm" in "struct obser...
2003-10-31 Guy HarrisFrom Scott Emberley: support for reading Network Instru...