I need an arp-ping tool for windows Tried arp-ping http://www.elifulkerson.com/projects/arp-ping.php. Source address specification did not work in this tool. Then I came across nmap. -PR option suits my needs and it works.
My arp ping example command
nmap -sn -PR 192.169.0.1 -S 192.168.0.100
I would like to know how to make this scan, ping infinitely. More like a '-t' switch in windows ping tool
Any help would be appreciated.