astralmaster
astralmaster

Reputation: 2465

ICMP Reply packet

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

Answers (1)

Deanna
Deanna

Reputation: 24263

You will need to use raw sockets (built into Windows XP+) or WinPcap to create custom packets.

Upvotes: 1

Related Questions