This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to list IP addresses and the ports it is targeting??

0

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's gravatar image

subinjp
417713
accept rate: 0%

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?

(17 Jan '17, 07:10) grahamb ♦

@grahamb Yes.absolutely.Thats what I want.Btw Thanks for your reply.

(17 Jan '17, 07:12) subinjp

One Answer:

0

In the Destination and Ports dialog, "Display Filter" box enter a filter to limit the display to the source address, e.g. ip.src == 1.2.3.4 and click the Apply button.

answered 17 Jan '17, 07:38

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

Thank you.

(17 Jan '17, 07:55) subinjp