more
[metze/wireshark/wip.git] / wiretap / dct3trace.c
2018-05-01 Stig BjørlykkeFix comment end after SPDX identifier
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-20 Dario Lombardowiretap: more SPDX license convertions.
2016-09-09 Guy HarrisGet rid of trailing blank.
2016-09-09 Guy HarrisClean up error reporting.
2016-09-09 Dario Lombardodct3trace: use ws_strtoi function.
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
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-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: