I am trying to analyse a file containing packets captured using tcpdump. I first want to categorize the packets into flows using 5-tuple. Then I need to get the size and inter-arrival time of each packet in each flow. I tried Conversation list in wireshark but it gives only the number of packets in the flow not information about each packet in the flow. Any suggestion on how to proceed? Thank you asked 17 Apr '12, 01:52 Tesse |
Thank you guys..... I just solved it
I converted your response to a comment as it didn't actually answer the question. If you do have the answer please post it for the benefit of all the other site users.
Hi Tesse, I have your same problem. can you please tell how you solved it?