Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?