aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-14/+7
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-1/+1
2005-08-19fix #357: increment ring buffer "file names" (again?)Ulf Lamping1-5/+5
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-5/+1
2005-08-08various code cleanup:Ulf Lamping1-5/+1
2005-03-28major capture engine rework: use two task model for EVERY capture modeUlf Lamping1-0/+6
2005-02-03prevent ringbuffer from having to know about capture_file type at all (decoup...Ulf Lamping1-5/+5
2005-01-12don't use two variables for keeping the current ringbuffer file numberUlf Lamping1-5/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris1-1/+6
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping1-6/+1
2004-06-02If, when rotating capture files, the attempt to close the current fileGuy Harris1-9/+14
2004-02-25Only handle as a suffix stuff following a "." in the last component of aGuy Harris1-3/+16
2004-02-25Don't unlink ringbuffer files if we haven't yet allocated the array ofGuy Harris1-4/+6
2003-06-22Ringbuffer rework.Laurent Deniel1-298/+180
2002-09-22From Graeme Hewson:Gerald Combs1-15/+62
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-24/+24
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-06-23From Graeme Hewson: flush the output after every frame if Tethereal isGuy Harris1-3/+16
2002-05-04Check whether "fflush()" succeeds, and clean up and return an error ifGuy Harris1-7/+37
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-0/+393