I'm performing network monitoring with a software developed by my company. For each machine, I have the mac address of the card used to connect to the network.
I'm looking for a way to know, from the MAC address (for example), if the card is an Ethernet card or a wireless card.
I can use nmap and openvas sensors results in my analysis.
The final goal is to get a hint to know if the machine is a workstation or a laptop.
I'm programming in python, but any other solution is welcome.
Thanks