chall32 / LDWin

Link Discovery for Windows
395 stars 51 forks source link

Does not return MAC address of switch #15

Open ddunstone opened 7 years ago

ddunstone commented 7 years ago

If using this program to troubleshoot Skype Locations, returning the MAC address is useful as we can compare the MAC address the client is seeing against the MAC address in the Skype database.

I think this should be a relatively simple addition?

cascadeth commented 7 years ago

@ddunstone It should be yes. Technically there just needs to be a field added for it in the GUI, and a parser

One could also just use the IP of the switch given in the output to do a ARP lookup(also assumes the switch VLANs respond to ARP requests)