aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/eyesdn.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-2/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-10/+11
2011-04-12"This file format can't be written to a pipe" and "this file formatguy1-1/+1
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.guy1-3/+1
2011-04-06From Jakub Zawadzki:guy1-1/+1
2010-06-06Move the seekback stuff out of esc_read() to the one place where it'sguy1-253/+264
2010-06-05From Rolf Fiedler: support for writing EyeSDN trace files.guy1-0/+140
2009-04-22Clean up some 64-bit issues.guy1-12/+10
2009-01-27From Rolf Fiedler:etxrab1-0/+21
2008-05-07Fix some of the Errors/warnings detected by checkapi.etxrab1-11/+11
2008-04-20From Rolf Fiedler (bug 2408):stig1-21/+81
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-7/+7
2006-09-29From: Rolf Fiedler jake1-3/+4
2006-09-28From Rolf Fiedler:jake1-2/+2
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-2/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-04-02From Rolf Fiedler: fix a comment, and fix the code to get the packetguy1-3/+3
2004-03-23Clean up the code to check the file type.guy1-44/+12
2004-03-17"esc_read()" is passed a FILE_T, not a FILE_T * - a FILE_T is a pointerguy1-3/+3
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-2/+1
2004-03-03Set the packet encapsulation value to the file encapsulation.guy1-1/+2
2004-02-13Get rid of unused variables and #defines.guy1-7/+2
2004-02-12Use "guint8" for 8-bit binary data.guy1-36/+40
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.guy1-0/+349