Ask Your Question

Revision history [back]

Filter on mac and ip address

Hi all,

I'm pretty new to Wireshark, I'm trying to filter out all packet for a specific ip and from a specific mac. My filter: not (eth.src == 00:50:56:b7:8d:f8) && ip.dst==172.22.21.195

As result I see all packet from 00:50:56:b7:8d:f8 and destinated to 172.22.21.195

Filter on mac and ip address

Hi all,

I'm pretty new to Wireshark, I'm trying to filter out all packet for a specific ip and from a specific mac. My filter: filter:

not (eth.src == 00:50:56:b7:8d:f8) && ip.dst==172.22.21.195

ip.dst==172.22.21.195

As result I see all packet from 00:50:56:b7:8d:f8 and destinated to 172.22.21.195