aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/network_instruments.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-20/+11
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2012-02-12Do not assume tab stops are set every 4 spaces.Guy Harris1-29/+29
2012-01-28From Tom Brezinski:Anders Broman1-13/+39
2012-01-18Tabs are not *ipso facto* 4 spaces.Guy Harris1-2/+2
2012-01-18From Tom Brezinski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6746Alexis La Goutte1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-7/+7
2011-10-12From Robert Bullen: Fix for: Two minor bugs in Wiretap library:Bill Meier1-11/+11
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-4/+4
2011-05-03Squelch a compiler warning - but note, in a comment, a real problem theGuy Harris1-1/+2
2011-05-03Fix indentation (tab stops are not guaranteed to be every 4 spaces).Guy Harris1-352/+352
2011-05-03From Tom Brezinski - fix for bug 5869:Guy Harris1-220/+372
2011-04-21In a dump_open routine, you don't need to seek to the beginning of theGuy Harris1-4/+0
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-6/+6
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-6/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-5/+5
2010-11-05From Robert Bullen:Anders Broman1-39/+60
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-24/+6
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-12/+11
2009-04-22Clean up some 64-bit issues.Guy Harris1-2/+2
2009-03-09P64 fixes.Gerald Combs1-2/+2
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