Sztakler / sk_traceroute

Simple traceroute implementation for my college course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sk_traceroute

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.

Example

image

About

Simple traceroute implementation for my college course.


Languages

Language:C 95.8%Language:Makefile 4.2%