decrypt
[metze/wireshark/wip.git] / wiretap / lanalyzer.c
2018-03-13 Gerald CombsGet rid of TestBigEndian and AC_C_BIGENDIAN.
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: use SPDX identifiers (partial work).
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2016-09-29 Guy HarrisReplace some seeks forward with wtap_read_bytes() with...
2016-07-14 Guy HarrisRedo the block options APIs.
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-05-22 Michael MannAdd wtap_optionblock_set_option_string_format
2016-04-30 Guy HarrisNote some cases where we don't need to check the packet...
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-02-28 Guy HarrisClean up timestamp handling.
2015-02-13 Bill MeierReplace tabs by spaces when editor modelines has "expan...
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-12-17 Guy HarrisUse WTAP_ERR_UNSUPPORTED for input file stuff we can...
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 HarrisMake the code a bit more like the pre-new-APIs code.
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-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-29 Jakub ZawadzkiExpand macros: htoles(), htolel(), htolell()
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-08-10 Alexis La GoutteFix error when build with clang 3.0
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-18 Guy HarrisPut the code to read trace record headers into a common...
2013-03-25 Evan HuusWiretap file open routines should not free wth->priv...
2013-03-17 Anders BromanFrom beroset:
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-06-02 Anders BromanTry to squelch warnings
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-02-26 Guy HarrisFor LANalyzer files, make the "File type name" be the...
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-12-13 Guy HarrisCheck for a bogus record size. Fixes bug 6670.
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-07-10 Guy HarrisMove the definitions of LANalyzer records to lanalyzer.c.
2011-07-10 Guy HarrisDefine a structure for the record header, and read...
2011-07-10 Guy HarrisAt that point in the code, bytes_read isn't the total...
2011-05-10 Guy Harrisfile_read() can return -1; don't just blindly add it...
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-06 Guy HarrisFrom Jakub Zawadzki:
2011-02-25 Bill MeierFrom Robert Bullen: Fix "Potential access violation...
2011-02-25 Bill MeierRevert SVN #36059; patch from Bug #5698 to be used...
2011-02-25 Bill MeierFix Bug #5698: "Potential access violation when writing...
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2010-02-24 Guy HarrisDefine the private data structures for some particular...
2009-10-26 Guy HarrisUpdate URL for LANalyzer file format.
2009-03-09 Gerald CombsP64 fixes.
2007-03-21 Ulf Lampingset compiler option "treat warnings as errors" - to...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-08-28 Guy HarrisEthereal requires 64-bit integrer support; do the time...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-08 Guy HarrisIf we don't know the board type in a Lanayzer capture...
2004-03-03 Guy HarrisHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-07 Guy HarrisThe year in a LANalyzer capture's trace summary record...
2004-01-05 Ulf Lamping removed some MSVC warnings (level 3)
2003-12-29 Guy HarrisMake all the byte arrays for writing out stuff "guint8...
2003-12-28 Ulf Lampingremoved some MSVC warnings (warning level 2)
2003-12-11 Ulf Lampingprevent MSVC warning:
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-07-29 Guy HarrisDon't free "wdh->dump.opaque" in the close routine...
2003-06-30 Guy HarrisUse the "rx_frm_len" field from the trace packet data...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-29 Guy HarrisFrom Joerg Mayer:
2002-07-16 Guy HarrisFrom Graeme Hewson:
2002-06-27 Guy HarrisFrom Markus Steinmann: support for writing LANalyzer...
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-05-23 Guy HarrisThe old URL for the LANalyzer file format is no longer...
2002-03-04 Guy HarrisCheck for errors in seeks, "tell"s, and "stat()"s/...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-04-16 Guy HarrisGCC 2.95.1 on SPARC/Solaris, at least, is clever enough...
2001-03-10 Guy HarrisObliging every capture file reader's "open()" routine...
next