Allow wtap_read() and wtap_seek_read() to return non-packet records.
[jlayton/wireshark.git] / wiretap / dct3trace.c
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-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-10-21 Bill MeierFix "unused variable 'dct3trace_magic_l2_end' [-Werror...
2013-06-21 Guy HarrisFix some pointer-signedness (well, signedness of what...
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...
2013-05-17 Pascal QuantinPrevent "'len' may be used uninitialized in this functi...
2013-05-17 Guy HarrisFill in the wtap_pkthdr in dct3trace_get_packet().
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
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-28 Guy HarrisIf xml_get_int() fails, bail immediately; don't use...
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-06-15 Guy HarrisSquelch some compiler warnings.
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-02-16 Gerald CombsFix a buffer overflow found by the Visual C++ analyzer.
2010-02-23 Guy HarrisSquelch some (valid) warnings.
2009-10-18 Stig BjørlykkeFixed data type for a buffer.
2009-06-24 Jaap KeuterFrom Duncan Salerno:
2009-03-07 Guy HarrisMore P64 changes.
2009-01-07 Jaap KeuterFrom Duncan Salerno: