Route Analyser - Traceroute visualization and more!
- Scapy - Low level network library
sudo apt-get install python3-scapy
Other requirements are typically preinstalled.
- GTK 3.18 or higher.
- Python 3.4
Currently requires sudo. Might be possible to have the program use the wheel group as it's dependent on libpcap. Maybe not though.
- WinPCap. Bundled with Wireshark
- Python 3.4
- PyGObject 3.24.1
- Scapy
- Install the WinPCap library, this is included with Wireshark but is likely available on its own.
- Install Python 3.4. This the the only version that currently works with the PyGObject library. Use default options except I would recommend adding it to PATH, although this may not be necessary.
- Install PyGObject library. You may have to help it find where you've installed Python 3.4. All the defaults are fine.
- Install Scapy using the Python package installation utility PIP. If you added
Python to your path then you should be able to run this anywhere, otherwise
you'll have to navigate to where pip is installed.
C:\>pip3 install scapy
Be patient on the first run. :P
C:\ruoter\src>python main.py