aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-13/+1
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris1-0/+12
2017-04-18Check the result of localtime().Guy Harris1-7/+6
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-0/+6
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-8/+0
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-7/+20
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-03-31coverity 990813 dereference after null checkMartin Kaiser1-2/+3
2013-03-13 add missing NULL checkMartin Kaiser1-1/+1
2012-12-20fclose() and fflush() are standard C routines, so there's no need forGuy Harris1-4/+4
2012-12-20Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen1-10/+17
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-05-17Fix another old-style function definition.Guy Harris1-1/+1
2010-08-28As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok1-2/+5
2010-05-27Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names.Gerald Combs1-1/+1
2010-03-11Squelch some compiler warnings.Guy Harris1-1/+1
2009-04-26Make ringbuffer.[ch] file format agnostic.Michael Tüxen1-14/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-12/+12
2007-05-15Fix for bug 1591:Jaap Keuter1-4/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-29Have the ring buffer routines take a pointer to a "bytes written" countGuy Harris1-6/+7
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris1-18/+21
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