Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 375 Bytes

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