How to install TAPIRE for Assisting Protocol Inference and Reverse Engineering
First, you need to install netgoblin as tapire dependence: cd /tmp git clone https://github.com/conix-security/netgoblin cd netgoblin git checkout develop cd netzob apt install python3-pip pip3 install -r requirements.txt python3 setup.py install cd /tmp git clone https://github.com/conix-security/TAPIRE git checkout develop pip3 install -r requirements.txt ./tapire.py Warning: FastBinaryTree not available, using Python version BinaryTree. Warning: FastAVLTree not available, using Python version AVLTree. Warning: FastRBTree not available, using Python version RBTree. Traceback (most recent call last): File "./tapire.py", line 8, in <module> from menus.mainmenu import main_menu File "/home/nboettcher/Downloads/TAPIRE/menus/mainmenu.py", line 5, in <module> from netzob.all import * File " /usr/local/lib/python3.6/dist-packages/Netzob-1.0.2-py3.6-linux-x86_64.egg/netzob/all.py ", line 36, in <module>