| Commit message (Expand) | Author | Age | Files | Lines |
* | On Windows, convert all of our command-line arguments from UTF-16 to | Gerald Combs | 2011-01-06 | 1 | -0/+21 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -1/+1 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -4/+4 |
* | Fixed a int/long warning. | Stig Bjørlykke | 2009-10-05 | 1 | -3/+3 |
* | Use "svn info" to fetch the version by default. Fetch the repository path as | Gerald Combs | 2009-07-22 | 1 | -1/+1 |
* | Minor cleanup of "-h" output text. | Bill Meier | 2009-05-12 | 1 | -12/+12 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -5/+5 |
* | Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup. | Stig Bjørlykke | 2008-01-24 | 1 | -2/+2 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | From Martin Mathieson: | Anders Broman | 2006-03-30 | 1 | -2/+2 |
* | same command line related changes as recently done with editcap | Ulf Lamping | 2006-01-10 | 1 | -33/+62 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -10/+2 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -1/+1 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -3/+3 |
* | The common merge code merely needs to offer the abstraction of routines | Guy Harris | 2004-10-29 | 1 | -33/+59 |
* | Make "merge_files()" and "merge_append_files()" return a tri-state | Guy Harris | 2004-10-28 | 1 | -12/+40 |
* | Remove all the verbose-mode code from merge.c, and put most of it in | Guy Harris | 2004-10-28 | 1 | -14/+67 |
* | Change some of the merge.c APIs to return more information on failure, | Guy Harris | 2004-10-27 | 1 | -31/+78 |
* | Check whether any input files were specified, and print an error for | Guy Harris | 2004-10-27 | 1 | -0/+4 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Convert make-version.pl and the associated cvsversion.h and CVSVERSION | Gerald Combs | 2004-07-15 | 1 | -3/+3 |
* | If we fail to open the output file, report the reason why. | Guy Harris | 2004-07-13 | 1 | -5/+7 |
* | bugfix to a bug reported by jprakashbabu@hotpop.com: | Ulf Lamping | 2004-07-12 | 1 | -6/+6 |
* | Initialize "out_filename" to NULL, so it's set to NULL if it's not set | Guy Harris | 2004-06-30 | 1 | -3/+3 |
* | On at least some platforms, a #define of O_BINARY is needed even if | Guy Harris | 2004-06-30 | 1 | -1/+5 |
* | avoid using tmpnam() for security reasons. | Ulf Lamping | 2004-06-29 | 1 | -4/+26 |
* | merge: remove code duplication in merge.c and mergecap.c (put it in merge.c), | Ulf Lamping | 2004-06-18 | 1 | -351/+16 |
* | Undo an unnecessary change | Jörg Mayer | 2004-03-04 | 1 | -2/+2 |
* | Bill Guyton: mergecap can write to stdout by using the special filename - | Jörg Mayer | 2004-03-03 | 1 | -1/+6 |
* | Add support for a "version.conf" file in the main directory which can | Gerald Combs | 2004-02-20 | 1 | -2/+2 |
* | Free the error info string after using it. | Guy Harris | 2004-01-25 | 1 | -1/+2 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -6/+27 |
* | Fix warnings found by -Wstrict-prototypes | Jörg Mayer | 2004-01-18 | 1 | -2/+2 |
* | Output the result of -h to stdout, not stderr | Jörg Mayer | 2004-01-18 | 1 | -18/+18 |
* | Nice rendering of the CVS version as "(cvs 200401181200003000)". | Olivier Biot | 2004-01-18 | 1 | -2/+6 |
* | In case of CVS sources, add the date of the last change to the version | Jörg Mayer | 2004-01-16 | 1 | -2/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -19/+19 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+5 |
* | WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's | Guy Harris | 2002-06-23 | 1 | -3/+3 |
* | From Joerg Mayer: mark function arguments as unused. | Guy Harris | 2002-03-31 | 1 | -2/+2 |
* | From Peter Valchev: fix editcap to assign the result of "getopt()" to an | Guy Harris | 2002-02-24 | 1 | -2/+2 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -3/+9 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -3/+3 |
* | Get rid of some unused variables. | Guy Harris | 2001-07-20 | 1 | -4/+1 |
* | From Scott Renfro: correctly handle merging multiple files with | Guy Harris | 2001-07-14 | 1 | -7/+53 |
* | Update from Scott Renfro to allow mergecap to merge multiple capture | Guy Harris | 2001-07-13 | 1 | -140/+265 |
* | Mergecap utility for merging capture files, from Scott Renfro. | Guy Harris | 2001-07-12 | 1 | -0/+330 |