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

https://github.com/cybersecurity-dev/pcap-toolkit

PCAP Feature Extractor Toolkit
https://github.com/cybersecurity-dev/pcap-toolkit

pcap pcap-analyzer pcap-files pcap-parser

Last synced: 29 days ago
JSON representation

PCAP Feature Extractor Toolkit

Awesome Lists containing this project

README

          






# [PCAP](https://wikipedia.org/wiki/Pcap) Feature [Extractor](https://wikipedia.org/wiki/Packet_analyzer) Toolkit

[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)]()
[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white)]()


GitHub
 
YouTube
 
My Awesome Lists

Install required tools on Linux

### For Ubuntu 18.04, 20.04, 22.04

```bash
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y install wireshark
```

Install required tools on Windows

### For Windows 11

```powershell
winget install -e --id WiresharkFoundation.Wireshark
```

Install required python libs

### pip install
```script
pip install -r requirements.txt
python3 setup.py install
```

### conda install
```script
conda config --add channels conda-forge
conda install --file requirements_conda.txt
python3 setup.py install
```

## OSI Layers
[](https://cyberthreatdefence.com/)

**From PCAP to CSV File Extractor**

##

### My Awesome Lists
You can access the my awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)

### Contributing

[Contributions of any kind welcome, just follow the guidelines](contributing.md)!

### Contributors

[Thanks goes to these contributors](https://github.com/cybersecurity-dev/PCAP-Toolkit/graphs/contributors)!

[🔼 Back to top](#pcap-feature-extractor-toolkit)