This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Easy and fast way to save streams (UDP and TCP)???

0

If I have a trace with say 6000000 or more streams (TCP ,UDP) , is there an easy and fast way to save out each 1000000 stream to its own separate file, whether it be using tshark, editcap, gui, etc.? Or is the only way to do this to use a display filter for each stream and save as one by one (you know that it is impossible)?

Thanks a lot

asked 07 Jan '15, 04:21

mosa's gravatar image

mosa
11446
accept rate: 0%


One Answer:

0

Take a look at tcpflow.

https://github.com/simsong/tcpflow

Regards
Kurt

answered 07 Jan '15, 10:09

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

thank for your attention kurt but I want have pcap file for each 1000000 stream. the output of tcpflow and tcptrace are not a pcap file

(07 Jan '15, 22:18) mosa