more
[metze/wireshark/wip.git] / wiretap / network_instruments.c
2018-09-29 Peter Wuwiretap: remove redundant ws_buffer_assure_space
2018-03-09 Dario Lombardospdx: more licenses converted.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-04-18 Guy HarrisMore checks for localtime() failing.
2017-04-17 Guy HarrisDon't assume gmtime() or localtime() succeed.
2016-10-22 Guy HarrisMore checks for localtime() and gmtime() returning...
2016-09-29 Guy HarrisReplace some seeks forward with wtap_read_bytes() with...
2016-04-30 Guy HarrisNote some cases where we don't need to check the packet...
2015-12-24 Simon BarberRefactor 802.11 radio flags.
2015-06-25 Guy HarrisClean up 802.11 radio information handling.
2015-06-22 Guy HarrisProvide PHY type and band information in the 802.11...
2015-06-20 Guy HarrisCall the "802.11 radio information" dissector for radio...
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-29 Guy HarrisExpand the 802.11 pseudo-header and support new radio...
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 HarrisClean up white space.
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 Pascal QuantinFix warnings introduced in g2965913
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-31 Guy HarrisUse the packet length read from the packet header when...
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-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-05 Guy HarrisThe check for network_size < 4 is necessary only for...
2013-06-05 Guy HarrisMove the code that fills in the struct wtap_pkthdr...
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-07-18 Guy HarrisAdd to the 802.11 pseudo-header a "this is already...
2012-07-15 Anders BromanFrom Network Instruments by Tom Brezinski When a Networ...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-02-12 Guy HarrisDo not assume tab stops are set every 4 spaces.
2012-01-28 Anders BromanFrom Tom Brezinski:
2012-01-18 Guy HarrisTabs are not *ipso facto* 4 spaces.
2012-01-18 Alexis La GoutteFrom Tom Brezinski via https://bugs.wireshark.org/bugzi...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-10-12 Bill MeierFrom Robert Bullen: Fix for: Two minor bugs in Wiretap...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-05-03 Guy HarrisSquelch a compiler warning - but note, in a comment...
2011-05-03 Guy HarrisFix indentation (tab stops are not guaranteed to be...
2011-05-03 Guy HarrisFrom Tom Brezinski - fix for bug 5869:
2011-04-21 Guy HarrisIn a dump_open routine, you don't need to seek to the...
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:
2010-11-05 Anders BromanFrom Robert Bullen:
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...
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-03-09 Gerald CombsP64 fixes.
2008-05-08 Anders Bromanstrncpy -> g_strlcpy
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-05-28 Anders BromanEthareal->Wireshark
2006-04-16 Guy HarrisAdd some missing little-endianizing.
2006-04-16 Guy HarrisAdd a loop to process TLVs in the file header.
2006-04-16 Guy HarrisMove file format definitions to the header file.
2006-04-14 Guy HarrisSkip non-data records. Fixes bug 767.
2006-03-08 Luis OntanonCoverity's run 14 CID 82.
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-30 Ronnie Sahlbergmake reading of observer files work again
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-02-09 Guy HarrisAdd extra {} to "avoid ambiguous `else'", to quote...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-05 Ulf Lamping removed some MSVC warnings (level 3)
2003-11-25 Guy Harris"file_seek()" sets "*err" - there's no need to set...
2003-11-06 Guy HarrisFrom Scott Emberley: support for writing Network Instru...
2003-11-01 Guy HarrisThe time in Observer files is in nanoseconds since...
2003-10-31 Guy HarrisTemporarily get rid of the "struct tm" in "struct obser...
2003-10-31 Guy HarrisFrom Scott Emberley: support for reading Network Instru...