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