Move the tap infrastructure to the epan directory.
[obnox/wireshark/wip.git] / mergecap.c
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-15 geraldConvert make-version.pl and the associated cvsversion...
2004-07-13 guyIf we fail to open the output file, report the reason...
2004-07-12 ulflbugfix to a bug reported by jprakashbabu@hotpop.com:
2004-06-30 guyInitialize "out_filename" to NULL, so it's set to NULL...
2004-06-30 guyOn at least some platforms, a #define of O_BINARY is...
2004-06-29 ulflavoid using tmpnam() for security reasons.
2004-06-18 ulflmerge: remove code duplication in merge.c and mergecap...
2004-03-04 jmayerUndo an unnecessary change
2004-03-03 jmayerBill Guyton: mergecap can write to stdout by using...
2004-02-20 geraldAdd support for a "version.conf" file in the main direc...
2004-01-25 guyFree the error info string after using it.
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-18 jmayerFix warnings found by -Wstrict-prototypes
2004-01-18 jmayerOutput the result of -h to stdout, not stderr
2004-01-18 obiotNice rendering of the CVS version as "(cvs 200401181200...
2004-01-16 jmayerIn case of CVS sources, add the date of the last change...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-03-31 guyFrom Joerg Mayer: mark function arguments as unused.
2002-02-24 guyFrom Peter Valchev: fix editcap to assign the result...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-07-20 guyGet rid of some unused variables.
2001-07-14 guyFrom Scott Renfro: correctly handle merging multiple...
2001-07-13 guyUpdate from Scott Renfro to allow mergecap to merge...
2001-07-12 guyMergecap utility for merging capture files, from Scott...