This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Can you specify the MAC manufacturer in an output field ?

0

I'm outputting MAC addresses and other fields using the -T option:

-T fields -e wlan.sa

that works fine, but in addition I'd like the manufacturer information e.g.

e0:f5:c6:12:34 Intel

asked 22 Jan '14, 08:21

mikerr's gravatar image

mikerr
11113
accept rate: 0%


One Answer:

1

Try the field name wlan.sa_resolved. You might also need to enable MAC name resolution with a -N m.

answered 22 Jan '14, 08:30

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

Looks good, but after some digging I've found the Raspberry Pi has an older version 1.8.2 which doesn't support that

(22 Jan '14, 08:53) mikerr