Handle the new LINKTYPE_CAN_SOCKETCAN_HOSTENDIAN.
[metze/wireshark/wip.git] / wiretap / eyesdn.c
2016-04-30 Guy HarrisUse WTAP_MAX_PACKET_SIZE as the maximum packet length.
2015-11-17 Evan HuusMisc minor issues caught by cppcheck
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2012-12-27 Guy HarrisErrors take precedence over EOF; use file_error() after...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-18 Guy HarrisGet rid of unnecessary block braces, clean up white...
2012-10-17 Jakub ZawadzkiFill some phdr values also when doing random read
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-06 Guy HarrisIndicate where BACnet MS/TP is specified.
2012-04-05 Guy HarrisUse tabs more uniformly.
2012-04-05 Guy HarrisWTAP_ENCAP_MTP2 is for MTP2 *without* a pseudo-header...
2012-04-04 Anders BromanFrom Rolf Fiedler:
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-04-11 Guy HarrisUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2010-06-06 Guy HarrisMove the seekback stuff out of esc_read() to the one...
2010-06-05 Guy HarrisFrom Rolf Fiedler: support for writing EyeSDN trace...
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-01-27 Anders BromanFrom Rolf Fiedler:
2008-05-07 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-04-20 Stig BjørlykkeFrom Rolf Fiedler (bug 2408):
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-09-29 Jaap KeuterFrom: Rolf Fiedler
2006-09-28 Jaap KeuterFrom Rolf Fiedler:
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-04-03 Guy HarrisMake editcap use wtap_read(); that eliminates the last...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-04-02 Guy HarrisFrom Rolf Fiedler: fix a comment, and fix the code...
2004-03-23 Guy HarrisClean up the code to check the file type.
2004-03-17 Guy Harris"esc_read()" is passed a FILE_T, not a FILE_T * - a...
2004-03-03 Guy HarrisHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-03-03 Guy HarrisSet the packet encapsulation value to the file encapsul...
2004-02-13 Guy HarrisGet rid of unused variables and #defines.
2004-02-12 Guy HarrisUse "guint8" for 8-bit binary data.
2004-02-11 Guy HarrisFrom Rolf Fiedler: support for reading EyeSDN USB S0...