/tcpmerge

tcpmerge - program for merge a several pcap files. Using: tcpmerge path_of_file1 path_of_file2 path_of_file3 _path_of_out_file

Primary LanguageCGNU General Public License v3.0GPL-3.0

tcpmerge

tcpmerge is a tool created to merge several files into one

Files are combined into one by relative time, the relative time is counted according to the first packet of each file

Using: tcpmerge path_of_file1 path_of_file2 path_of_file3 _path_of_out_file

how to make:

cd ~/

git clone https://github.com/wkoroy/tcpmerge

cd ./tcpmerge

make