I'm working on an application that scans the local network and displays a list of devices. I am identifying devices by manufacturer by MAC address. I need some MACs of more devices such as ps3, psp, nintendoDS and anything else popular enough to add.
In a MAC address, the first 3 octets are manufacturer ID, next one is device ID, last two are device specific so I just need the first 4 bytes (XX:XX:XX:XX).