Ask Your Question
0

Wireshark filter src or dest

asked 2019-05-09 09:21:32 +0000

djm2 gravatar image

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?

edit retag flag offensive close merge delete

Comments

We don't generally close questions when they are answered. Instead you should "accept" the answer by clicking on the checkmark icon to the left of the answer.

grahamb gravatar imagegrahamb ( 2019-05-09 10:50:02 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-05-09 10:17:48 +0000

updated 2019-05-09 10:18:09 +0000

Try

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

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-05-09 09:21:32 +0000

Seen: 354 times

Last updated: May 09 '19