Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yungshenglu/trafficstat
Implement a simple packet processing tool for multiple PCAP files
https://github.com/yungshenglu/trafficstat
python scapy
Last synced: 29 days ago
JSON representation
Implement a simple packet processing tool for multiple PCAP files
- Host: GitHub
- URL: https://github.com/yungshenglu/trafficstat
- Owner: yungshenglu
- License: gpl-3.0
- Created: 2019-06-24T05:50:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T11:29:31.000Z (over 5 years ago)
- Last Synced: 2024-11-06T22:47:05.340Z (3 months ago)
- Topics: python, scapy
- Language: Python
- Homepage:
- Size: 8.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TrafficStat
This repository is going to implement a simple packets processing tool for multiple PCAP files.
---
## Installation1. Clone this repository on your machine
```bash
$ git clone https://github.com/yungshenglu/TrafficStat
```
2. Install the require packages via the following command
```bash
# Run the command at the root of the repository
$ pip3 install -r requirements.txt
```---
## Example Usage1. Put the PCAP files in the folder [`src/input`](src/input/)
* You can use the dataset called [USTC-TFC2016](https://github.com/yungshenglu/USTC-TFC2016) in my another repository
2. Run [`test.py`](src/test/test.py)---
## Contributor> **NOTICE:** You can follow the contributing process [CONTRIBUTING.md](CONTRIBUTING.md) to join me. I am very welcome any issue!
* Author - [David Lu](https://github.com/yungshenglu)
---
## License[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE)