WireShark: Filter results by IP Address

Date: 2015-08-26 |

DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)

**Problem: **I’m using WireShark to monitor the packets going in and out of my device, but I only want to see the results from a specific IP Address.

**Solution: **

WireShark provides a bunch of display filters, but here are the two pertinent ones for filtering by IP:

To filter by source IP:

ip.src==INSERTIPADDRHERE

To filter by destination IP:

ip.dst==INSERTIPADDRHERE

Want more like this?

The best way to support my work is to like / comment / share for the algorithm and subscribe for future updates.