Try to fix some of the build problems, it still bumms out on:
[obnox/wireshark/wip.git] / wiretap / eyesdn.c
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 guy"This file format can't be written to a pipe" and ...
2011-04-11 guyUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-06 guyFrom Jakub Zawadzki:
2010-06-06 guyMove the seekback stuff out of esc_read() to the one...
2010-06-05 guyFrom Rolf Fiedler: support for writing EyeSDN trace...
2009-04-22 guyClean up some 64-bit issues.
2009-01-27 etxrabFrom Rolf Fiedler:
2008-05-07 etxrabFix some of the Errors/warnings detected by checkapi.
2008-04-20 stigFrom Rolf Fiedler (bug 2408):
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-09-29 jakeFrom: Rolf Fiedler
2006-09-28 jakeFrom Rolf Fiedler:
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-04-03 guyMake editcap use wtap_read(); that eliminates the last...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-02 guyFrom Rolf Fiedler: fix a comment, and fix the code...
2004-03-23 guyClean up the code to check the file type.
2004-03-17 guy"esc_read()" is passed a FILE_T, not a FILE_T * - a...
2004-03-03 guyHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-03-03 guySet the packet encapsulation value to the file encapsul...
2004-02-13 guyGet rid of unused variables and #defines.
2004-02-12 guyUse "guint8" for 8-bit binary data.
2004-02-11 guyFrom Rolf Fiedler: support for reading EyeSDN USB S0...