Skip to content

nandzz/pcapreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Read frames from PCAP Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages