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