Exclude your own traffic from Wireshark

First, get your own IP address:

Then add a filter that removes things from and to your address:

not ip.dst == 192.168.11.130 and not ip.src == 192.168.11.130

This will leave you with broadcast messages, and any traffic you’re having forwarded from your router.

Leave a Reply

Your email address will not be published. Required fields are marked *