aboutsummaryrefslogtreecommitdiffstats
path: root/merge.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Add boilerplate GPLv2+ license as per email response from Scott Renfro:Jeff Morriss1-3/+22
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-05-25On a read error, always return a pointer to the merge_in_file_t for theGuy Harris1-3/+10
2011-11-21On an I/O error, merge_read_packet() and merge_append_read_packet() needGuy Harris1-7/+22
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris1-10/+18
2010-03-27Squelch some compiler warnings.Guy Harris1-1/+1
2009-10-05Fixed a size data type.Stig Bjørlykke1-1/+1
2009-04-15Try to fix bug 3279 (initialize a time_t to a sane value).Gerald Combs1-1/+1
2007-12-05The first component of a "wtap_nstime" is a "time_t", which could be anGuy Harris1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-5/+5
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-8/+4
2004-10-29The common merge code merely needs to offer the abstraction of routinesGuy Harris1-137/+85
2004-10-28Make "merge_files()" and "merge_append_files()" return a tri-stateGuy Harris1-19/+17
2004-10-28Remove all the verbose-mode code from merge.c, and put most of it inGuy Harris1-231/+147
2004-10-27Get rid of merge_n_files() - it's only called in one place now, andGuy Harris1-49/+0
2004-10-27Change some of the merge.c APIs to return more information on failure,Guy Harris1-44/+51
2004-10-27Fix indentation.Guy Harris1-9/+9
2004-10-17From Mark C. Brown: allow the file type for the merge operation to beGuy Harris1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-29avoid using tmpnam() for security reasons.Ulf Lamping1-15/+11
2004-06-21if more than one file is (drag and) dropped into the program,Ulf Lamping1-12/+2
2004-06-18Fix compile errors on Suse 9.1:Jörg Mayer1-2/+2
2004-06-18merge: remove code duplication in merge.c and mergecap.c (put it in merge.c),Ulf Lamping1-99/+80
2004-06-18merge: bugfixes and code cleanupUlf Lamping1-11/+10
2004-06-17add Merge functionality to Ethereal in an experimental state.Ulf Lamping1-0/+458