Hi I am developing a product that requires OUI database. Is there any commercial version of OUI look up tool from Wireshark ? asked 09 Dec '15, 14:47 dandavathis |
One Answer:
Hi. It looks like the OUI database is freely available from the IEEE. You might be able to use curl or wget to pull a copy from http://standards.ieee.org/regauth/oui/oui.txt Then use grep, awk, or similar to parse out what you're looking for. answered 09 Dec '15, 22:53 griff |