How to concatenate two tcpdump files, so that one traffic will appear after another in the file? To be concrete I want to "multiply" one tcpdump file, so that all the sessions will be repeated one after another sequentially few times.
|
|
tcpslice or mergecap |
||
|
|
|
|
As the other answers say, you can use File->Merge in Wireshark, tcpslice, or mergecap. You can also drag a file into Wireshark's main window. If Wireshark/tcpdump/snort/Ntop/etc supported pcap-ng, you'd be able to simply concatenate your capture files. |
||||
|
|
|
Wireshark has the File -> Merge command which should do this. I also remember mergecap being a tool to do so, but I haven't used it in a while. |
||
|
|
