Hello, I have client and server side captures, and I have merged them to find the matching Identification ID's. I used that as column and tested. There are about 100k of packets where am I have hard time to find the packets matching. I used Statistics > Compare.. but did not get good information. Needed your inputs to achieve this. Regards Prabh asked 21 Feb '14, 09:40 prabh |
One Answer:
You can print the IP IDs with tshark and then use a script (perl, python, whatever) or a spreadsheet software to find duplicate values.
Sample output:
Regards answered 24 Feb '14, 10:47 Kurt Knochner ♦ edited 24 Feb '14, 10:48 |
Why are you trying to find the matching IP IDs? What is it that you are ultimately trying to accomplish?