add PROFINET Multicast OUI 01:0E:CF (in addition to the unicast 00:0E:CF)
[metze/wireshark/wip.git] / mergecap.c
2006-05-28 Anders BromanEthereal->Wireshark
2006-03-30 Anders BromanFrom Martin Mathieson:
2006-01-10 Ulf Lampingsame command line related changes as recently done...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-09-14 Ulf Lampingadded compression support for capture file output....
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-10-29 Guy HarrisThe common merge code merely needs to offer the abstrac...
2004-10-28 Guy HarrisMake "merge_files()" and "merge_append_files()" return...
2004-10-28 Guy HarrisRemove all the verbose-mode code from merge.c, and...
2004-10-27 Guy HarrisChange some of the merge.c APIs to return more informat...
2004-10-27 Guy HarrisCheck whether any input files were specified, and print...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-15 Gerald CombsConvert make-version.pl and the associated cvsversion...
2004-07-13 Guy HarrisIf we fail to open the output file, report the reason...
2004-07-12 Ulf Lampingbugfix to a bug reported by jprakashbabu@hotpop.com:
2004-06-30 Guy HarrisInitialize "out_filename" to NULL, so it's set to NULL...
2004-06-30 Guy HarrisOn at least some platforms, a #define of O_BINARY is...
2004-06-29 Ulf Lampingavoid using tmpnam() for security reasons.
2004-06-18 Ulf Lampingmerge: remove code duplication in merge.c and mergecap...
2004-03-04 Jörg MayerUndo an unnecessary change
2004-03-03 Jörg MayerBill Guyton: mergecap can write to stdout by using...
2004-02-20 Gerald CombsAdd support for a "version.conf" file in the main direc...
2004-01-25 Guy HarrisFree the error info string after using it.
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-18 Jörg MayerFix warnings found by -Wstrict-prototypes
2004-01-18 Jörg MayerOutput the result of -h to stdout, not stderr
2004-01-18 Olivier BiotNice rendering of the CVS version as "(cvs 200401181200...
2004-01-16 Jörg MayerIn case of CVS sources, add the date of the last change...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 Guy HarrisWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-03-31 Guy HarrisFrom Joerg Mayer: mark function arguments as unused.
2002-02-24 Guy HarrisFrom Peter Valchev: fix editcap to assign the result...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-07-20 Guy HarrisGet rid of some unused variables.
2001-07-14 Guy HarrisFrom Scott Renfro: correctly handle merging multiple...
2001-07-13 Guy HarrisUpdate from Scott Renfro to allow mergecap to merge...
2001-07-12 Guy HarrisMergecap utility for merging capture files, from Scott...