Hello, I have to filter and find if in the Trace we get 2 packets with same IP ID. (Ofcourse i dont know the IP ID in advance else its a simple filter). So, an example: I have a 10,000 packets trace, i should show packets only which have same IP ID repeated. How can i do it ? Regards, TA. asked 15 Oct '11, 04:44 Ankur |
2 Answers:
What about starting with TShark, part of the Wireshark distribution, to create a list of ip.id's:
Hope this helps. answered 15 Oct '11, 11:21 joke edited 16 Oct '11, 12:55 |
Ankur, You may find this useful. I had a same query and mate can address this pretty well. Hope this helps. Regards, -Deepak answered 15 Oct '11, 09:28 Deepak edited 15 Oct '11, 11:22 joke |