Author | Message | Time |
---|---|---|
Dyndrilliac | How would I go about sending packets in the ICMP Protocol via Winsock Control? Or is this even possible. | April 11, 2004, 7:07 AM |
K | you will notice that the Winsock control's "Protocol" property only supports UDP and TCP. ICMP is a much lower level protocol than TCP and is built primarily "into" the IP protocol. Check http://www.faqs.org/rfcs/rfc792.html | April 11, 2004, 7:12 PM |
Tuberload | Maybe you should look into the Winsock API. I don't know much about them, but they might help. | April 11, 2004, 7:14 PM |