aboutsummaryrefslogtreecommitdiffstats
path: root/ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-1/+0
* Always put editor-modelines at the end of the file ...Bill Meier2014-10-141-3/+3
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* As mentioned on the users-mailinglist[1], it could be useful to have groups r...Sake Blok2010-08-281-1/+1
* Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names.Gerald Combs2010-05-271-4/+6
* If something is only supposed to be included if we have libpcap, don'tGuy Harris2010-05-141-4/+0
* Make ringbuffer.[ch] file format agnostic.Michael Tüxen2009-04-261-3/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Have the ring buffer routines take a pointer to a "bytes written" countGuy Harris2006-04-291-2/+4
* When capturing, we only support writing to libpcap files. Given that,Guy Harris2006-03-041-4/+3
* requested by Cory Perry:Ulf Lamping2005-12-051-1/+2
* major capture engine rework: use two task model for EVERY capture modeUlf Lamping2005-03-281-0/+1
* prevent ringbuffer from having to know about capture_file type at all (decoup...Ulf Lamping2005-02-031-2/+2
* some code cleanup (comments changed)Ulf Lamping2004-12-281-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Ringbuffer rework.Laurent Deniel2003-06-221-3/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-7/+7
* Make the bytes-written information from Wiretap a long, as we allowGuy Harris2001-12-041-0/+48