Add Windows version info resource.
[obnox/wireshark/wip.git] / ringbuffer.c
2006-05-21 sahlbergname change
2006-04-29 guyHave the ring buffer routines take a pointer to a ...
2006-03-04 guyWhen capturing, we only support writing to libpcap...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-09-14 ulfladded compression support for capture file output....
2005-08-19 ulflfix #357: increment ring buffer "file names" (again?)
2005-08-19 guyAdd APIs to Wiretap to return the file of the size...
2005-08-08 ulflvarious code cleanup:
2005-03-28 ulflmajor capture engine rework: use two task model for...
2005-02-03 ulflprevent ringbuffer from having to know about capture_fi...
2005-01-12 ulfldon't use two variables for keeping the current ringbuf...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-30 guyOn at least some platforms, a #define of O_BINARY is...
2004-06-29 ulfldefine of O_BINARY not needed, if fcntl.h is included
2004-06-02 guyIf, when rotating capture files, the attempt to close...
2004-02-25 guyOnly handle as a suffix stuff following a "." in the...
2004-02-25 guyDon't unlink ringbuffer files if we haven't yet allocat...
2003-06-22 denielRingbuffer rework.
2002-09-22 geraldFrom Graeme Hewson:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 guyFrom Graeme Hewson: flush the output after every frame...
2002-05-04 guyCheck whether "fflush()" succeeds, and clean up and...
2001-12-04 guyMake the bytes-written information from Wiretap a long...