aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Dumpcap: print closed ring-buffer file namesDavid Perry2020-08-081-0/+50
* CMake: Remove wsutil pcap dependencyJoão Valverde2019-05-031-1/+1
* dumpcap: Reallocate the IO buffer when switching the ring buffer filesVasil Velichkov2019-03-141-2/+3
* Dumpcap: Set a bigger IO buffer (64KiB).Anders Broman2019-03-101-8/+32
* dumpcap: fix memory leak in ringbuffer modePeter Wu2019-01-261-1/+11
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris2017-05-111-13/+1
* Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris2017-05-111-0/+12
* Check the result of localtime().Guy Harris2017-04-181-7/+6
* More checks for localtime() and gmtime() returning NULL.Guy Harris2016-10-221-0/+6
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-8/+0
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-7/+20
* Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice2014-08-241-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-1/+1
* coverity 990813 dereference after null checkMartin Kaiser2013-03-311-2/+3
* add missing NULL checkMartin Kaiser2013-03-131-1/+1
* fclose() and fflush() are standard C routines, so there's no need forGuy Harris2012-12-201-4/+4
* Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen2012-12-201-10/+17
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix another old-style function definition.Guy Harris2011-05-171-1/+1
* As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok2010-08-281-2/+5
* Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names.Gerald Combs2010-05-271-1/+1
* Squelch some compiler warnings.Guy Harris2010-03-111-1/+1
* 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