An open API service indexing awesome lists of open source software.

https://github.com/davidyslu/TrafficStat

Implement a simple packet processing tool for multiple PCAP files
https://github.com/davidyslu/TrafficStat

python scapy

Last synced: 5 months ago
JSON representation

Implement a simple packet processing tool for multiple PCAP files

Awesome Lists containing this project

README

          

# TrafficStat

This repository is going to implement a simple packets processing tool for multiple PCAP files.

---
## Installation

1. 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 Usage

1. 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)