aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+0
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier1-3/+3
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-08-28As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok1-1/+1
2010-05-27Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names.Gerald Combs1-4/+6
2010-05-14If something is only supposed to be included if we have libpcap, don'tGuy Harris1-4/+0
2009-04-26Make ringbuffer.[ch] file format agnostic.Michael Tüxen1-3/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-29Have the ring buffer routines take a pointer to a "bytes written" countGuy Harris1-2/+4
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris1-4/+3
2005-12-05requested by Cory Perry:Ulf Lamping1-1/+2
2005-03-28major capture engine rework: use two task model for EVERY capture modeUlf Lamping1-0/+1
2005-02-03prevent ringbuffer from having to know about capture_file type at all (decoup...Ulf Lamping1-2/+2
2004-12-28some code cleanup (comments changed)Ulf Lamping1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-06-22Ringbuffer rework.Laurent Deniel1-3/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-7/+7
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-0/+48