Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5737 :
[obnox/wireshark/wip.git] / mergecap.c
2011-08-09 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-20 geraldHave mergecap, tshark, and editcap write pcap-ng files...
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-01-06 geraldOn Windows, convert all of our command-line arguments...
2010-05-28 morrissMove some code (including the optional objects) into...
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-10-05 stigFixed a int/long warning.
2009-07-22 geraldUse "svn info" to fetch the version by default. Fetch...
2009-05-12 wmeierMinor cleanup of "-h" output text.
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-01-24 stigFixed some malloc -> g_malloc, free -> g_free, strdup...
2006-05-28 etxrabEthereal->Wireshark
2006-03-30 etxrabFrom Martin Mathieson:
2006-01-10 ulflsame command line related changes as recently done...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-09-14 ulfladded compression support for capture file output....
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-10-29 guyThe common merge code merely needs to offer the abstrac...
2004-10-28 guyMake "merge_files()" and "merge_append_files()" return...
2004-10-28 guyRemove all the verbose-mode code from merge.c, and...
2004-10-27 guyChange some of the merge.c APIs to return more informat...
2004-10-27 guyCheck whether any input files were specified, and print...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-15 geraldConvert make-version.pl and the associated cvsversion...
2004-07-13 guyIf we fail to open the output file, report the reason...
2004-07-12 ulflbugfix to a bug reported by jprakashbabu@hotpop.com:
2004-06-30 guyInitialize "out_filename" to NULL, so it's set to NULL...
2004-06-30 guyOn at least some platforms, a #define of O_BINARY is...
2004-06-29 ulflavoid using tmpnam() for security reasons.
2004-06-18 ulflmerge: remove code duplication in merge.c and mergecap...
2004-03-04 jmayerUndo an unnecessary change
2004-03-03 jmayerBill Guyton: mergecap can write to stdout by using...
2004-02-20 geraldAdd support for a "version.conf" file in the main direc...
2004-01-25 guyFree the error info string after using it.
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-18 jmayerFix warnings found by -Wstrict-prototypes
2004-01-18 jmayerOutput the result of -h to stdout, not stderr
2004-01-18 obiotNice rendering of the CVS version as "(cvs 200401181200...
2004-01-16 jmayerIn case of CVS sources, add the date of the last change...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-03-31 guyFrom Joerg Mayer: mark function arguments as unused.
2002-02-24 guyFrom Peter Valchev: fix editcap to assign the result...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-07-20 guyGet rid of some unused variables.
2001-07-14 guyFrom Scott Renfro: correctly handle merging multiple...
2001-07-13 guyUpdate from Scott Renfro to allow mergecap to merge...
2001-07-12 guyMergecap utility for merging capture files, from Scott...