My network segment is 192.168.0.*, the target network segment is 192.168.1.*, and I can ping it.
I want to get the target's (e.g., 192.168.1.132's) MAC address in my program (C# or VC).
I know I can use nmap to scan the network in Linux, but how would I go about doing it in Windows? The subnet mask is 255.255.255.0.
Edit: Maybe nmap can not get mac address for different subnets too.