Fix the fuzz failure reported (by me) in https://bugs.wireshark.org/bugzilla/show_bug...
[metze/wireshark/wip.git] / mergecap.c
2013-03-10 Michael TüxenOnly cast the variable after checking it.
2013-03-05 Anders BromanUse explicit casts.
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-05-10 Martin MathiesonAvoid needlessly shadowing another variable.
2012-04-25 Michael TüxenFix typo.
2012-04-25 Michael TüxenFix copy and paste error.
2012-04-25 Michael TüxenFix compilation. While there, remove some trailing...
2012-04-25 Anders Bromanuse in_files->filename
2012-04-25 Anders BromanAdd some info in SHB if writing a pcap-ng file.
2012-01-23 Anders BromanFrom Michael Mann:
2011-12-22 Chris MaynardAlphabetize the list of encapsulation types via "mergec...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-11-30 Chris MaynardHopefully clarify usage a bit to indicate multiple...
2011-11-30 Chris MaynardFrom Eugene Bogush: Initialize read_err to 0 so mergeca...
2011-11-21 Guy HarrisOn an I/O error, merge_read_packet() and merge_append_r...
2011-11-19 Guy HarrisWhen reporting "sorry, *this* packet can't be written...
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-06-20 Gerald CombsHave mergecap, tshark, and editcap write pcap-ng files...
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-01-06 Gerald CombsOn Windows, convert all of our command-line arguments...
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-10-05 Stig BjørlykkeFixed a int/long warning.
2009-07-22 Gerald CombsUse "svn info" to fetch the version by default. Fetch...
2009-05-12 Bill MeierMinor cleanup of "-h" output text.
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-01-24 Stig BjørlykkeFixed some malloc -> g_malloc, free -> g_free, strdup...
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...