ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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