Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 998 Bytes

File metadata and controls

28 lines (20 loc) · 998 Bytes

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.11 (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