NAME
pcapmerge - merge multiple pcap files into one larger
one
SYNOPSIS
pcapmerge [ -V ] [ -h ]
-o outfile pcap1 pcap2 ...
DESCRIPTION
Pcapmerge is a program for creating a single pcap
(tcpdump) file from two or more pcap files. The resulting file
contains the packets from each of the source pcap files in the
order they are specified on the command line.
OPTIONS
- -h
- Help
- -o <file>
- Output filename. The name of the file to write.
- -V
- Print version info and exit.
SEE ALSO
tcpdump(8),
tcpreplay(8),
capinfo(1)
AUTHOR
Matt Bing
The current version is packaged with tcpreplay which is
available via HTTP:
-