I need to identify the IP addresses called by an application. Is it possible to configure WireShark to filter for this, and how? asked 20 Oct '15, 08:15 Jared |
One Answer:
Well, if you know the IP addresses, you can do that As you seem to be new to Wireshark, please read the Wirshark docs first to understand how it (basically) works. You can also watch some videos.
Then, capture the traffic and filter for the IP addresses like this
Please replace a.a.a.a, b.b.b.b, etc. with the IP addresses you are looking for. Regards answered 20 Oct '15, 10:12 Kurt Knochner ♦ edited 20 Oct '15, 10:13 |