Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] Filter out two MAC addresses help

From: Steve Bertrand <steve@xxxxxxxxxx>
Date: Thu, 28 Aug 2008 09:20:36 -0400
Linux Tard wrote:

!(eth.src == 00:00:00:00:00:00) || !(eth.src == 11:11:11:11:11:11)

Try a logical 'and' in place of 'or' and see what the results produce.

Regards,

Steve