move capture_file_fd field from capture_file to capture_opts type, as this is the...
[metze/wireshark/wip.git] / ringbuffer.c
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...