aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2004-06-301-1/+6
* define of O_BINARY not needed, if fcntl.h is includedUlf Lamping2004-06-291-6/+1
* If, when rotating capture files, the attempt to close the current fileGuy Harris2004-06-021-9/+14
* Only handle as a suffix stuff following a "." in the last component of aGuy Harris2004-02-251-3/+16
* Don't unlink ringbuffer files if we haven't yet allocated the array ofGuy Harris2004-02-251-4/+6
* Ringbuffer rework.Laurent Deniel2003-06-221-298/+180
* From Graeme Hewson:Gerald Combs2002-09-221-15/+62
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-24/+24
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Graeme Hewson: flush the output after every frame if Tethereal isGuy Harris2002-06-231-3/+16
* Check whether "fflush()" succeeds, and clean up and return an error ifGuy Harris2002-05-041-7/+37
* Make the bytes-written information from Wiretap a long, as we allowGuy Harris2001-12-041-0/+393