aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-05-17Fix another old-style function definition.guy1-1/+1
2010-08-28As mentioned on the users-mailinglist[1], it could be useful to have groups r...sake1-2/+5
2010-05-27Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names.gerald1-1/+1
2010-03-11Squelch some compiler warnings.guy1-1/+1
2009-04-26Make ringbuffer.[ch] file format agnostic.tuexen1-14/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-12/+12
2007-05-15Fix for bug 1591:jake1-4/+4
2006-05-21name changesahlberg1-2/+2
2006-04-29Have the ring buffer routines take a pointer to a "bytes written" countguy1-6/+7
2006-03-04When capturing, we only support writing to libpcap files. Given that,guy1-18/+21
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-14/+7
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl1-1/+1
2005-08-19fix #357: increment ring buffer "file names" (again?)ulfl1-5/+5
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSguy1-5/+1
2005-08-08various code cleanup:ulfl1-5/+1
2005-03-28major capture engine rework: use two task model for EVERY capture modeulfl1-0/+6
2005-02-03prevent ringbuffer from having to know about capture_file type at all (decoup...ulfl1-5/+5
2005-01-12don't use two variables for keeping the current ringbuffer file numberulfl1-5/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifguy1-1/+6
2004-06-29define of O_BINARY not needed, if fcntl.h is includedulfl1-6/+1
2004-06-02If, when rotating capture files, the attempt to close the current fileguy1-9/+14
2004-02-25Only handle as a suffix stuff following a "." in the last component of aguy1-3/+16
2004-02-25Don't unlink ringbuffer files if we haven't yet allocated the array ofguy1-4/+6
2003-06-22Ringbuffer rework.deniel1-298/+180
2002-09-22From Graeme Hewson:gerald1-15/+62
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-24/+24
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-06-23From Graeme Hewson: flush the output after every frame if Tethereal isguy1-3/+16
2002-05-04Check whether "fflush()" succeeds, and clean up and return an error ifguy1-7/+37
2001-12-04Make the bytes-written information from Wiretap a long, as we allowguy1-0/+393