Don't use fwrite directly when writing a dump file; call it through
[obnox/wireshark/wip.git] / wiretap / network_instruments.c
2010-06-06 guyDon't use fwrite directly when writing a dump file...
2010-02-27 guyConstify.
2009-04-22 guyClean up some 64-bit issues.
2009-03-09 geraldP64 fixes.
2008-05-08 etxrabstrncpy -> g_strlcpy
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-05-28 etxrabEthareal->Wireshark
2006-04-16 guyAdd some missing little-endianizing.
2006-04-16 guyAdd a loop to process TLVs in the file header.
2006-04-16 guyMove file format definitions to the header file.
2006-04-14 guySkip non-data records. Fixes bug 767.
2006-03-08 legoCoverity's run 14 CID 82.
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-30 sahlbergmake reading of observer files work again
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-02-09 guyAdd extra {} to "avoid ambiguous `else'", to quote...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-05 ulfl removed some MSVC warnings (level 3)
2003-11-25 guy"file_seek()" sets "*err" - there's no need to set...
2003-11-06 guyFrom Scott Emberley: support for writing Network Instru...
2003-11-01 guyThe time in Observer files is in nanoseconds since...
2003-10-31 guyTemporarily get rid of the "struct tm" in "struct obser...
2003-10-31 guyFrom Scott Emberley: support for reading Network Instru...