vote up 0 vote down star
1

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.

flag

3 Answers

vote up 1 vote down

tcpslice or mergecap

link|flag
vote up 1 vote down

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.

link|flag
But don't they all just merge packet data, without caring about sequential numbers and shift of the packets in time, so that one concatenation segment is placed after another in time. – anon May 26 at 21:51
If you use File->Merge or mergecap you have the option of prepending, merging chronologically (interleaving according to timestamps), or appending. – Gerald Combs May 27 at 18:55
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.