I have a trace file with 2000 streams. I open this trace with wireshark in windows. for my work I need to create separate txt files that each file contains a tcp stream. but in wireshark I can see one stream each time by tcp follow and I should save the stream files one by one! how can I have these streams in separate files in easy way?! many thanks. asked 25 Aug '13, 04:26 Soroor |
2 Answers:
You might want to try tools other than Wireshark, e.g. TCPFlow. answered 25 Aug '13, 04:54 Jasper ♦♦ |
You can use some scripting around tshark to do that:
answered 25 Aug '13, 06:27 SYN-bit ♦♦ |
first many thanks for your answer. actually I am new in this field. I know this code is useful but I have not any idea how can I use it in tshark! I whould be many thankful if you could help me more about running tshark and use of this code.