aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/network_instruments.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-08strncpy -> g_strlcpyAnders Broman1-1/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-5/+5
2006-05-28Ethareal->WiresharkAnders Broman1-1/+1
2006-04-16Add some missing little-endianizing.Guy Harris1-5/+7
2006-04-16Add a loop to process TLVs in the file header.Guy Harris1-16/+52
2006-04-16Move file format definitions to the header file.Guy Harris1-115/+154
2006-04-14Skip non-data records. Fixes bug 767.Guy Harris1-18/+46
2006-03-08Coverity's run 14 CID 82.Luis Ontanon1-2/+2
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-7/+7
2005-06-30make reading of observer files work againRonnie Sahlberg1-1/+11
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-09Add extra {} to "avoid ambiguous `else'", to quote the GCC warning thatGuy Harris1-3/+3
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-14/+17
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-11-25"file_seek()" sets "*err" - there's no need to set it ourselves. ItGuy Harris1-15/+7
2003-11-06From Scott Emberley: support for writing Network Instruments ObserverGuy Harris1-19/+172
2003-11-01The time in Observer files is in nanoseconds since midnight, January 1,Guy Harris1-14/+45
2003-10-31Temporarily get rid of the "struct tm" in "struct observer_time", andGuy Harris1-1/+5
2003-10-31From Scott Emberley: support for reading Network Instruments version 9Guy Harris1-0/+290