Skip to content

Reproduction of traceroute utility using ICMP packets

Notifications You must be signed in to change notification settings

kpyrkosz/traceroute

Repository files navigation

Traceroute

Implementation of traceroute for Linux, using ICMP packets and raw sockets.

The full specification (in polish language) is given here.

How to use?

Make sure you have the basic c++ build packages

apt install build-essential g++

To build, simply run make. To clean, either make clean or make distclean. Running the traceroute requires admin privileges, because it uses raw sockets.

Run

About

Reproduction of traceroute utility using ICMP packets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published