Traceroute program to trace route of an IP address using ICMP packets. Compile the code using gcc and then run with domain name as command line argument. Compile: gcc traceroute.c -o traceroute Ex: ./traceroute www.google.com
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Traceroute program to trace route of an IP address using ICMP packets. Compile the code using gcc and then run with domain name as command line argument. Compile: gcc traceroute.c -o traceroute Ex: ./traceroute www.google.com