Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 408 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 408 Bytes

pcapreader

Read frames from PCAP Files

How to use:

Create an enviroment inside the folder

python3 -m venv wireshark

Note: if you don't have venv you can install like this:

python3 -m pip install --user virtualenv

Intall the dependencies inside the virtual env

pip install rich

Activate the enviroment

source wireshark/bin/activate

Run the code

python3 reader.py