THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

Wireshark filter src or dest

Hi

I have a filter setup for wireshark that will search for a given list of MAC addresses as the src on the network -

ether src 34-E6-D7-55-24-23 || 34-E6-D7-55-24-34

However I would like to search for any instance of the MAC address ie src or destination. I have played around with the logical operators but cannot get it ie ether src OR dest.

Could anyone point me in the right direction?