aboutsummaryrefslogtreecommitdiffstats
path: root/capture_stop_conditions.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
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
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-3/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-02Include config.h in preparation of moving the definitionJörg Mayer1-0/+4
2008-07-12Fix an off-by-one error which caused capturing withSake Blok1-1/+1
2007-03-21fix MSVC warnings of / and set CFLAGS to block new warningsUlf Lamping1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-24/+24
2002-05-04From Joerg Mayer: mark unused arguments as such.Guy Harris1-3/+3
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris1-4/+4
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-0/+208