aboutsummaryrefslogtreecommitdiffstats
path: root/capture_stop_conditions.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-1/+0
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* 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
* Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard2013-08-291-3/+5
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Include config.h in preparation of moving the definitionJörg Mayer2012-02-021-0/+4
* Fix an off-by-one error which caused capturing withSake Blok2008-07-121-1/+1
* fix MSVC warnings of / and set CFLAGS to block new warningsUlf Lamping2007-03-211-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping2005-08-051-4/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-24/+24
* From Joerg Mayer: mark unused arguments as such.Guy Harris2002-05-041-3/+3
* Make the bytes-written information from Wiretap a long, as we allowGuy Harris2001-12-041-4/+4
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-0/+208