aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/eyesdn.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-7/+7
2006-09-29From: Rolf Fiedler Jaap Keuter1-3/+4
2006-09-28From Rolf Fiedler:Jaap Keuter1-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-2/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-02From Rolf Fiedler: fix a comment, and fix the code to get the packetGuy Harris1-3/+3
2004-03-23Clean up the code to check the file type.Guy Harris1-44/+12
2004-03-17"esc_read()" is passed a FILE_T, not a FILE_T * - a FILE_T is a pointerGuy Harris1-3/+3
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-03-03Set the packet encapsulation value to the file encapsulation.Guy Harris1-1/+2
2004-02-13Get rid of unused variables and #defines.Guy Harris1-7/+2
2004-02-12Use "guint8" for 8-bit binary data.Guy Harris1-36/+40
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris1-0/+349