Ethernet Vendor Name in Tools/IP-Scan

Dear guys,

It would be really useful to have the IP SCAN tool have a column “MAC Vendor”, showing the IEEE-registered vendor associated with the MAC address (first three bytes).

You can download the table at:
http://standards.ieee.org/develop/regauth/oui/public.html

and convert it to a more compact code using:

wget “http://standards.ieee.org/develop/regauth/oui/oui.txt
sed -ne ‘s/^([0-9A-F]{6,6})…(base 16)\t\t(.*)$/\1,\2/p’ oui.txt > macvendors.txt

It’s about 400k in size. If that is a problem, it might be added as a optional package?

Thank you!