From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8793 :
[metze/wireshark/wip.git] / ringbuffer.c
2013-03-31 Martin Kaisercoverity 990813 dereference after null check
2013-03-13 Martin Kaiser add missing NULL check
2012-12-20 Guy Harrisfclose() and fflush() are standard C routines, so there...
2012-12-20 Michael TüxenAdd ws_fclose(), ws_fflush(), and ws_fdopen() to the...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-05-17 Guy HarrisFix another old-style function definition.
2010-08-28 Sake BlokAs mentioned on the users-mailinglist[1], it could...
2010-05-27 Gerald CombsSet RINGBUFFER_MAX_NUM_FILES to 100000. Use it to gener...
2010-03-11 Guy HarrisSquelch some compiler warnings.
2009-04-26 Michael TüxenMake ringbuffer.[ch] file format agnostic.
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2007-05-15 Jaap KeuterFix for bug 1591:
2006-05-21 Ronnie Sahlbergname change
2006-04-29 Guy HarrisHave the ring buffer routines take a pointer to a ...
2006-03-04 Guy HarrisWhen capturing, we only support writing to libpcap...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-09-14 Ulf Lampingadded compression support for capture file output....
2005-08-19 Ulf Lampingfix #357: increment ring buffer "file names" (again?)
2005-08-19 Guy HarrisAdd APIs to Wiretap to return the file of the size...
2005-08-08 Ulf Lampingvarious code cleanup:
2005-03-28 Ulf Lampingmajor capture engine rework: use two task model for...
2005-02-03 Ulf Lampingprevent ringbuffer from having to know about capture_fi...
2005-01-12 Ulf Lampingdon't use two variables for keeping the current ringbuf...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-30 Guy HarrisOn at least some platforms, a #define of O_BINARY is...
2004-06-29 Ulf Lampingdefine of O_BINARY not needed, if fcntl.h is included
2004-06-02 Guy HarrisIf, when rotating capture files, the attempt to close...
2004-02-25 Guy HarrisOnly handle as a suffix stuff following a "." in the...
2004-02-25 Guy HarrisDon't unlink ringbuffer files if we haven't yet allocat...
2003-06-22 Laurent DenielRingbuffer rework.
2002-09-22 Gerald CombsFrom Graeme Hewson:
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 Guy HarrisFrom Graeme Hewson: flush the output after every frame...
2002-05-04 Guy HarrisCheck whether "fflush()" succeeds, and clean up and...
2001-12-04 Guy HarrisMake the bytes-written information from Wiretap a long...