> I need to setup some monitor applications for my work and while basic > http requests and ping's are nice, I'd like to get the trace route for > a given request as well. This way I can record hop times and all the > other fun stuff for later analysis.
try this function from pingsend.pas: function TraceRouteHost(const Host: string): string; -- Lukas Gebauer. http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. http://geoget.ararat.cz/ - Geocaching solution ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
