aboutsummaryrefslogtreecommitdiffstats
path: root/mergecap.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifguy1-1/+5
2004-06-29avoid using tmpnam() for security reasons.ulfl1-4/+26
2004-06-18merge: remove code duplication in merge.c and mergecap.c (put it in merge.c),ulfl1-351/+16
2004-03-04Undo an unnecessary changejmayer1-2/+2
2004-03-03Bill Guyton: mergecap can write to stdout by using the special filename -jmayer1-1/+6
2004-02-20Add support for a "version.conf" file in the main directory which cangerald1-2/+2
2004-01-25Free the error info string after using it.guy1-1/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-6/+27
2004-01-18Fix warnings found by -Wstrict-prototypesjmayer1-2/+2
2004-01-18Output the result of -h to stdout, not stderrjmayer1-18/+18
2004-01-18Nice rendering of the CVS version as "(cvs 200401181200003000)".obiot1-2/+6
2004-01-16In case of CVS sources, add the date of the last change to the versionjmayer1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-19/+19
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+5
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy1-3/+3
2002-03-31From Joerg Mayer: mark function arguments as unused.guy1-2/+2
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anguy1-2/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-3/+9
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-3/+3
2001-07-20Get rid of some unused variables.guy1-4/+1
2001-07-14From Scott Renfro: correctly handle merging multiple files withguy1-7/+53
2001-07-13Update from Scott Renfro to allow mergecap to merge multiple captureguy1-140/+265
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.guy1-0/+330