aboutsummaryrefslogtreecommitdiffstats
path: root/merge.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-3/+10
2011-11-21On an I/O error, merge_read_packet() and merge_append_read_packet() needguy1-7/+22
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatguy1-10/+18
2010-03-27Squelch some compiler warnings.guy1-1/+1
2009-10-05Fixed a size data type.stig1-1/+1
2009-04-15Try to fix bug 3279 (initialize a time_t to a sane value).gerald1-1/+1
2007-12-05The first component of a "wtap_nstime" is a "time_t", which could be anguy1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-5/+5
2005-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSguy1-8/+4
2004-10-29The common merge code merely needs to offer the abstraction of routinesguy1-137/+85
2004-10-28Make "merge_files()" and "merge_append_files()" return a tri-stateguy1-19/+17
2004-10-28Remove all the verbose-mode code from merge.c, and put most of it inguy1-231/+147
2004-10-27Get rid of merge_n_files() - it's only called in one place now, andguy1-49/+0
2004-10-27Change some of the merge.c APIs to return more information on failure,guy1-44/+51
2004-10-27Fix indentation.guy1-9/+9
2004-10-17From Mark C. Brown: allow the file type for the merge operation to beguy1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-29avoid using tmpnam() for security reasons.ulfl1-15/+11
2004-06-21if more than one file is (drag and) dropped into the program,ulfl1-12/+2
2004-06-18Fix compile errors on Suse 9.1:jmayer1-2/+2
2004-06-18merge: remove code duplication in merge.c and mergecap.c (put it in merge.c),ulfl1-99/+80
2004-06-18merge: bugfixes and code cleanupulfl1-11/+10
2004-06-17add Merge functionality to Ethereal in an experimental state.ulfl1-0/+458