Skip to content

PacketHelper/packet-helper-core

Repository files navigation

Run tests Verify code

packet-helper-core

Core application to parse packets.

Requirements

To run the packet-helper-core on the machine, some dependencies need to be installed. Recommended OS is Ubuntu 18.04.

# to skip interactive mode, export 
export DEBIAN_FRONTEND=noninteractive

sudo apt-get update
sudo apt-get -y install wireshark
sudo apt-get install -y --allow-change-held-packages --force-yes tshark

Recommended Python 3.8 (as minimal).

To verify that all works, try to run test using pytest (in root directory of this package):

pip install -r requirements.txt

pytest