WireShark: Filter results by IP Address

Date: 2015-08-26 |

**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 / easiest way to support my work is by subscribing for future updates and sharing with your network.