aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/5views.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-7/+1
2012-04-18If we see a 5View time-stamped header with a bad key, make sure weGuy Harris1-1/+5
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-22The encapsulation following WTAP_ENCAP_ARCNET isGuy Harris1-13/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-1/+1
2011-12-13Add missing check for a too-large packet, so we don't blow up trying toGuy Harris1-0/+10
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-6/+6
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-13/+14
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-9/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-4/+4
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-24/+14
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-5/+12
2010-02-23Squelch some compiler warnings (some of which indicate potentialGuy Harris1-1/+1
2009-01-07Fix what certainly looks like a bug: change a SEEK_SET to SEEK_CURBill Meier1-1/+1
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier1-13/+13
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-4/+4
2005-08-02Include the .h files into the .c files. That way weJörg Mayer1-0/+1
2005-03-18from Thierry MartinRonnie Sahlberg1-0/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-12/+18
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-2/+17
2003-07-29Use "guint16" and "guint32" for items in data records, rather thanGuy Harris1-55/+65
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANGuy Harris1-0/+469