At least on Tiger, multiple definitions of an external don't work.
[metze/wireshark/wip.git] / ringbuffer.c
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...