First time here? Check out the FAQ!

Ask Your Question
0

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

asked Jul 6 '1

Vtechie gravatar image

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

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
0

answered Jul 7 '1

BigFatCat gravatar image

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.

Preview: (hide)
link
0

answered Jul 6 '1

André gravatar image

updated Jul 7 '1

grahamb gravatar image

"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).

Preview: (hide)
link

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: Jul 6 '1

Seen: 931 times

Last updated: Jul 07 '21