aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/eyesdn.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-10/+11
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-1/+1
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris1-3/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-1/+1
2010-06-06Move the seekback stuff out of esc_read() to the one place where it'sGuy Harris1-253/+264
2010-06-05From Rolf Fiedler: support for writing EyeSDN trace files.Guy Harris1-0/+140
2009-04-22Clean up some 64-bit issues.Guy Harris1-12/+10
2009-01-27From Rolf Fiedler:Anders Broman1-0/+21
2008-05-07Fix some of the Errors/warnings detected by checkapi.Anders Broman1-11/+11
2008-04-20From Rolf Fiedler (bug 2408):Stig Bjørlykke1-21/+81
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