Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 586 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 586 Bytes

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