Thanks for the replies. I've successfully been able to utilize ping to do a traceroute; however, I don't think the ping component will fit my needs. What I need to be able to do is:
- Send a TCP SYN packet on a specified port. - Alter the IP header of the TCP SYN packet to modify the TTL. - Receive an ICMP message in return. Does anyone know of a way to manipulate the IP header within a request packet? I figured the TCP Client component would be the best for this, but it doesn't appear there's any direct way to get down to the network transport layer to alter the IP header. Is there any way to do this? Perhaps interacting with the Winsock DLL? Any thoughts are welcome! Regards, Eric -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
