Reputation: 2465
I wonder if you can generate an ICMP Reply packet using the APIs from icmp.dll ? As of now, I was only able to send a standard Request packet using IcmpCreateFile, IcmpSendEcho and IcmpCloseHandle APIs. Thanks.
Upvotes: 0
Views: 805
Reputation: 24263
You will need to use raw sockets (built into Windows XP+) or WinPcap to create custom packets.
Upvotes: 1