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

Mac Address and Network Interface

  • retag add tags

Can Wireshark automatically extract the Network Interface Card vendor from the MAC address alone? How is this possible?

AG111's avatar
1
AG111
asked 2021-03-16 18:56:21 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The first three octets of the MAC address (if not locally assigned) are the vendor code, Wireshark uses an internal list compiled from a number of sources, see the header of the manuf file.

grahamb's avatar
23.8k
grahamb
answered 2021-03-17 15:22:58 +0000
edit flag offensive 0 remove flag delete link

Comments

To add some detail to this: Ethernet NIC manufacturers must acquire ranges of MAC addresses that they are allowed to use. E.g., if I wanted to sell Ethernet NICs I'd have to request a range of MAC addresses which I could use in my NICs.

This MAC address range -> Vendor information is publicly available; Wireshark gathers this publicly available information into the manuf file Graham mentioned.

JeffMorriss's avatar JeffMorriss (2021-03-17 17:42:53 +0000) edit
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