aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/5views.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Fix what certainly looks like a bug: change a SEEK_SET to SEEK_CURwmeier1-1/+1
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1wmeier1-13/+13
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-4/+4
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-4/+4
2005-08-02Include the .h files into the .c files. That way wejmayer1-0/+1
2005-03-18from Thierry Martinsahlberg1-0/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-12/+18
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-2/+17
2003-07-29Use "guint16" and "guint32" for items in data records, rather thanguy1-55/+65
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANguy1-0/+469