This is a python program used to calculate Quality of Service(QoS) from wireshark capture output, you must export the capture package as CSV.
Simply clone this repo, install requirement package and run the program. This code is running on python 3, make sure you are using python 3 not other version.
To run the program simply follow this step
Clone this repo
git clone https://github.com/kill3rbytezzz/WiresharkQoSPy.git
Install requirement
pip install -r requirement.txt
Make sure you put the CSV in the directory containing qos.py
Run the program
python3 qos.py
- python - Programming language
Kindly open github issues if you encounter any problem when runing the program or you wanted to give a suggestion for this program
This project is licensed under the GNU General Public License v3.0 Creative Commons License - see the LICENSE.md file for details