First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Wireshark filter src or dest

  • retag add tags

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?

djm2's avatar
3
djm2
asked 2019-05-09 09:21:32 +0000
edit flag offensive 0 remove flag 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's avatar grahamb (2019-05-09 10:50:02 +0000) edit
add a comment see more comments

1 Answer

0

Try

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

Packet_vlad's avatar
1.1k
Packet_vlad
answered 2019-05-09 10:17:48 +0000, updated 2019-05-09 10:18:09 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer