i have a simple question but im not able to implement it cuz of lack of experience on C#.
when i open cmd and type arp -a
command, it shows me all interfaces and ip addresses are routing.
so, my aim is to implement above process in C# and get ip, mac etc... could somebody help me out on this trick? i would greatly appreciate. thanks
Excelent!! I am using it to detect new devices on the network (and see if the are allowed macs or not). I've added a few things (see below). Thanks a lot Chris Pietschmann!!!
Chris Pietschmann wrote a blog post on what you're looking for.
It mimics the "arp -a" command.
IPInfo Class:
>> Direct Download Here <<