Hi,
I was just wandering what is the easiest way to get a list of all (possible) hardware vendors in a computer. Mainly the network adapters. For instance in windows you can see that by running getmac /v for the network cards and through WMI for the rest. I am writing simple function to recognize whether the hardware or the computer is changing... Under Windows I was using the mentioned getmac and detecting a PC change by comparing the result of that command ie. the list of hardware vendors for the network card(s).
Thanks a lot.