Redo the block options APIs.
[metze/wireshark/wip.git] / wiretap / ngsniffer.c
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2016-04-30 Guy HarrisNote some cases where we don't need to check the packet...
2016-01-08 Guy HarrisNote that sometimes the packet time stamps are relative...
2015-12-21 Guy HarrisSquelch another warning.
2015-12-21 Guy HarrisSquelch some compiler warnings.
2015-12-21 Guy HarrisRename some variables to make it a bit clearer what...
2015-12-20 Guy HarrisAdd bounds checks and fix a length argument.
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-12-17 Guy HarrisUse WTAP_ERR_UNSUPPORTED for input file stuff we can...
2014-10-11 Guy HarrisUse the wtap_read_bytes{_or_eof}() routines.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-08 Guy HarrisUse WTAP_ERR_DECOMPRESS for decompression errors.
2014-10-08 Guy HarrisUse WTAP_ERR_BAD_FILE for malformed compressed data...
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-10-04 Guy HarrisUse some macros to clean up the Snifer decompression...
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-24 Guy HarrisFix presumed cut-and-pasteo.
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-09-11 Guy HarrisAdd some additional checks in SnifferDecompress().
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-26 Alexis La GoutteDrop support of Visual Studio 2005
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...
2014-01-02 Guy HarrisProcess the packet header and data in common code,...
2014-01-01 Guy HarrisIf the uncompression buffers are empty, they have no...
2014-01-01 Guy HarrisBack out r54523 - more work is needed on it, and some...
2013-12-31 Guy HarrisWhen reading sequentially, pass the packet data length to
2013-12-20 Jakub ZawadzkiChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-29 Jakub ZawadzkiExpand macros: htoles(), htolel(), htolell()
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-07-16 Guy HarrisThe new frame-based tvbuff code found that the DOS...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-03 Guy Harrisfile_skip() only needs to return a Boolean; if anybody...
2013-01-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-01-04 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-05 Guy HarrisAdd a bunch of #defines for converting between tm_year...
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-06-02 Anders BromanTry to squelch warnings
2012-05-04 Guy Harrisng_file_seek_rand() is supposed to return a Boolean...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-02-28 Guy HarrisSome more details about REC_HEADER1 and REC_V2DESC...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-22 Guy HarrisThe encapsulation following WTAP_ENCAP_ARCNET is
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-11-17 Guy HarrisPut back the check for dates that can be represented...
2011-11-17 Chris MaynardRevert part of r39883 to avoid dereferencing a NULL...
2011-11-16 Guy HarrisAnother place where we have to protect against MSVC...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-05-10 Guy Harrisfile_read() can return -1; don't just blindly add it...
2011-04-27 Bill MeierFrom Yaniv Kaul: some 'set but not used' compilation...
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-08 Guy HarrisChange ng_file_read() to take only one size argument...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-03-29 Jeff MorrissDon't put a 65536 byte variable on the stack: instead...
2011-02-16 Guy HarrisReturn an error value for the new error return; it...
2011-02-16 Gerald CombsFix errors found by the Visual C++ analyzer.
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-04-24 Bill Meier[Trivial] Constify a few things
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-03-10 Gerald CombsAnother iteration of 64-bit-support-by-successive-appro...
2009-03-10 Gerald Combsng_file_read and SnifferDecompress need to be able...
2009-03-09 Gerald CombsMore 64-bit fixes.
2009-03-09 Gerald CombsConvert a bunch of ints to size_t in ngsniffer.c, and...
2008-02-12 Stig BjørlykkeAdd a cast.
2008-02-10 Guy HarrisDo the time calculations with 64-bit integers, rather...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-03-09 Gerald CombsFix a possible NULL dereference (Coverity CID 33).
2005-10-22 Guy HarrisUpdate URL for Sniffer manual, and expand a comment...
2005-10-22 Guy HarrisAdd #defines for the DOS Sniffer network types and...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2004-09-15 Guy HarrisImprove the heuristic for Frame Relay, and move that...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2003-10-25 Guy HarrisAdd a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distingui...
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
next