Resolve IP Address And Host Name From MAC Address using C# and Windows ARP Utility
While working on the Virtual Router project, I’ve come across a need to be able to retrieve the IP Address and Host Name of a given machine on the local network when only the machines MAC Address is known. This took a bit of research to figure out, and .....