Hi, I would like to list all the targeted ports of each IP address. I know that in wireshark we can filter destination IP address and Ports.(statitics->ipv4->destination and ports) But How to get the statistics of which are all the ports, an IP address is targeting?? If that feature is not there in wireshark,could anybody suggest any method to do the same?? asked 17 Jan '17, 06:50 subinjp |
One Answer:
In the Destination and Ports dialog, "Display Filter" box enter a filter to limit the display to the source address, e.g. answered 17 Jan '17, 07:38 grahamb ♦ Thank you. (17 Jan '17, 07:55) subinjp |
You'll need to define what you mean by "targeting"?
Do you mean you want a list of destination ports for all packets sourced from a specific IP address, regardless of the destination address?
@grahamb Yes.absolutely.Thats what I want.Btw Thanks for your reply.