| Commit message (Expand) | Author | Age | Files | Lines |
* | coverity 990813 dereference after null check | Martin Kaiser | 2013-03-31 | 1 | -2/+3 |
* | add missing NULL check | Martin Kaiser | 2013-03-13 | 1 | -1/+1 |
* | fclose() and fflush() are standard C routines, so there's no need for | Guy Harris | 2012-12-20 | 1 | -4/+4 |
* | Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils. | Michael Tüxen | 2012-12-20 | 1 | -10/+17 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Fix another old-style function definition. | Guy Harris | 2011-05-17 | 1 | -1/+1 |
* | As mentioned on the users-mailinglist[1], it could be useful to have groups r... | Sake Blok | 2010-08-28 | 1 | -2/+5 |
* | Set RINGBUFFER_MAX_NUM_FILES to 100000. Use it to generate file names. | Gerald Combs | 2010-05-27 | 1 | -1/+1 |
* | Squelch some compiler warnings. | Guy Harris | 2010-03-11 | 1 | -1/+1 |
* | Make ringbuffer.[ch] file format agnostic. | Michael Tüxen | 2009-04-26 | 1 | -14/+4 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -12/+12 |
* | Fix for bug 1591: | Jaap Keuter | 2007-05-15 | 1 | -4/+4 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Have the ring buffer routines take a pointer to a "bytes written" count | Guy Harris | 2006-04-29 | 1 | -6/+7 |
* | When capturing, we only support writing to libpcap files. Given that, | Guy Harris | 2006-03-04 | 1 | -18/+21 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -14/+7 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -1/+1 |
* | fix #357: increment ring buffer "file names" (again?) | Ulf Lamping | 2005-08-19 | 1 | -5/+5 |
* | Add APIs to Wiretap to return the file of the size as supplied by the OS | Guy Harris | 2005-08-19 | 1 | -5/+1 |
* | various code cleanup: | Ulf Lamping | 2005-08-08 | 1 | -5/+1 |
* | major capture engine rework: use two task model for EVERY capture mode | Ulf Lamping | 2005-03-28 | 1 | -0/+6 |
* | prevent ringbuffer from having to know about capture_file type at all (decoup... | Ulf Lamping | 2005-02-03 | 1 | -5/+5 |
* | don't use two variables for keeping the current ringbuffer file number | Ulf Lamping | 2005-01-12 | 1 | -5/+6 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | On at least some platforms, a #define of O_BINARY is needed even if | Guy Harris | 2004-06-30 | 1 | -1/+6 |
* | define of O_BINARY not needed, if fcntl.h is included | Ulf Lamping | 2004-06-29 | 1 | -6/+1 |
* | If, when rotating capture files, the attempt to close the current file | Guy Harris | 2004-06-02 | 1 | -9/+14 |
* | Only handle as a suffix stuff following a "." in the last component of a | Guy Harris | 2004-02-25 | 1 | -3/+16 |
* | Don't unlink ringbuffer files if we haven't yet allocated the array of | Guy Harris | 2004-02-25 | 1 | -4/+6 |
* | Ringbuffer rework. | Laurent Deniel | 2003-06-22 | 1 | -298/+180 |
* | From Graeme Hewson: | Gerald Combs | 2002-09-22 | 1 | -15/+62 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -24/+24 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Graeme Hewson: flush the output after every frame if Tethereal is | Guy Harris | 2002-06-23 | 1 | -3/+16 |
* | Check whether "fflush()" succeeds, and clean up and return an error if | Guy Harris | 2002-05-04 | 1 | -7/+37 |
* | Make the bytes-written information from Wiretap a long, as we allow | Guy Harris | 2001-12-04 | 1 | -0/+393 |