aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Make ringbuffer.[ch] file format agnostic.Michael Tüxen2009-04-261-14/+4
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-12/+12
* Fix for bug 1591:Jaap Keuter2007-05-151-4/+4
* name changeRonnie Sahlberg2006-05-211-2/+2
* Have the ring buffer routines take a pointer to a "bytes written" countGuy Harris2006-04-291-6/+7
* When capturing, we only support writing to libpcap files. Given that,Guy Harris2006-03-041-18/+21
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-14/+7
* added compression support for capture file output. The Save/As dialog now has...Ulf Lamping2005-09-141-1/+1
* fix #357: increment ring buffer "file names" (again?)Ulf Lamping2005-08-191-5/+5
* Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris2005-08-191-5/+1
* various code cleanup:Ulf Lamping2005-08-081-5/+1
* major capture engine rework: use two task model for EVERY capture modeUlf Lamping2005-03-281-0/+6
* prevent ringbuffer from having to know about capture_file type at all (decoup...Ulf Lamping2005-02-031-5/+5
* don't use two variables for keeping the current ringbuffer file numberUlf Lamping2005-01-121-5/+6
* 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