How to find the total number of IP addresses observed in a trace? I tried using "conversations" and "IP addresses", which are under statistics option, but didn't work. asked 30 Jun '13, 08:44 Irock732 |
2 Answers:
Try this: Windows
Linux
Regards answered 01 Jul '13, 21:59 Kurt Knochner ♦ |
Try Statistics>EndPoint List>IPV4 answered 30 Jun '13, 09:16 krishnayeddula |
can you explain this command? I've used wireshark here, to capture network packets and saved the trace. I want to find the total number of IP addresses observed in this trace.
if you run that command at the CLI (tshark is part of Wireshark - a CLI tool), you will see something like this:
My sample capture file contain 485 different IP addresses.