Simple version of traceroute program. It utilizes TTL property in ICMP protocol to trace internet route between two computers.
NOTE: Program make use of raw sockets, so you may need to run it with sudo privilages.
Simple traceroute implementation for my college course.
Simple version of traceroute program. It utilizes TTL property in ICMP protocol to trace internet route between two computers.
NOTE: Program make use of raw sockets, so you may need to run it with sudo privilages.
Simple traceroute implementation for my college course.