I'm trying to get the IP , port and MAC addresses for all machines on my LAN using SharpPcap,
I tried to ping all possible IP addresses according to my LAN base IP address as I thought that SharpPcap can capture the ping replay packet then parse it and get the needed info, but SharpPcap doesn't capture the ping replay packet at all!
Basically I'm using this code to capture the reply packets:
https://github.com/rubystream/SharpPcap/blob/master/Examples/Example6.DumpTCP/Example6.DumpTCP.cs