Internet Topology Measurement Tools

UDP Ping

Summary

udpping implements the UDP Ping measurement primitive.

udpping sends an UDP probe towards each IP address read on the standard input (one per line, in dotted-decimal format). This UDP probe consists in a single UDP packet, with TTL 255, adressed to a specified UDP port, carrying a specified message. udpping waits for a set amount of time (60s), during which it waits for responses (ICMP Destination Unreachable packets). Every time a response is received, the target and the interface it used to respond is printed on the standard output. After this set amount of time, all probes without response are considered lost and dismissed.

Input

Output

Optionnal parameters

Resources


UDP Explore

Summary

udpexplore sends an UDP probes towards random valid IP addresses with increasing TTL (starting from 0), until more than one host sends back an ICMP Time Exceeded message, and displays the observed interfaces for each TTL.

Output

Optionnal parameters

Resources


Credits

These tools were designed and implemented by Matthieu Latapy and Elie Rotenberg to be used for a joint work with Christophe Crespelle and Fabien Tarissan. This work is supported by the EULER Project.