aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/network_instruments.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-4/+4
2011-05-03Squelch a compiler warning - but note, in a comment, a real problem theguy1-1/+2
2011-05-03Fix indentation (tab stops are not guaranteed to be every 4 spaces).guy1-352/+352
2011-05-03From Tom Brezinski - fix for bug 5869:guy1-220/+372
2011-04-21In a dump_open routine, you don't need to seek to the beginning of theguy1-4/+0
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-6/+6
2011-04-12"This file format can't be written to a pipe" and "this file formatguy1-6/+1
2011-04-06From Jakub Zawadzki:guy1-5/+5
2010-11-05From Robert Bullen:etxrab1-39/+60
2010-06-06Don't use fwrite directly when writing a dump file; call it throughguy1-24/+6
2010-02-27Constify.guy1-12/+11
2009-04-22Clean up some 64-bit issues.guy1-2/+2
2009-03-09P64 fixes.gerald1-2/+2
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