Essay record

WireShark: Filter results by IP Address

Record
Essay / / 1 min read / 62 words
Tags
Unfiled

DISCLOSURE: Some links may be affiliate links. Details

**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

Built with CloudSeed Rust