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

Spanning Tree-(for-bridges)_00 (xx.xx.xx.xx.xx.xx)

How do I find information about the MAC address, it is not my MAC Address. I tried ether host xx.xx.xx.xx.xx.xx as a filter it just stayed pink, not green. I have searched for how to find information about the MAC Address, all I get is IP Address to MAC Address.

Thank you,

Vicky71

Vtechie's avatar
1
Vtechie
asked 2021-07-06 21:34:15 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

The display filter is eth.dst==xx.xx.xx.xx.xx.xx, not ether host. If you are running 3.4.x, you should be able to drag-n-drop as a filter. Spanning tree utilizes different multicast destination MAC addresses.

BigFatCat's avatar
31
BigFatCat
answered 2021-07-07 08:36:48 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

"ehter host" is a capture filter. To filter the displayed packets use a display filter. For Ethernet address use "eth.addr == xx:xx:xx:xx:xx:xx".

See also: https://gitlab.com/wireshark/wireshar... and https://www.wireshark.org/docs/man-pa...

Via the menu Statistics / Endpoints you can easily see the MAC addresses present in the file and use the 'apply as filter' in the context menu.

When using a capture filter in the 'Capture Options' menu, the syntax is: "ether host xx:xx:xx:xx:xx:xx" (colon instead of dot).

André's avatar
176
André
answered 2021-07-06 22:15:45 +0000
grahamb's avatar
23.8k
grahamb
updated 2021-07-07 07:46:51 +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