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
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/pcap-toolkit
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2024-07-18T12:48:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T16:24:09.000Z (5 months ago)
- Last Synced: 2026-02-27T21:59:27.431Z (5 months ago)
- Topics: pcap, pcap-analyzer, pcap-files, pcap-parser
- Language: Python
- Homepage: https://en.wikipedia.org/wiki/Pcap
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATIONS.bib
Awesome Lists containing this project
README
# [PCAP](https://wikipedia.org/wiki/Pcap) Feature [Extractor](https://wikipedia.org/wiki/Packet_analyzer) Toolkit
[]()
[]()
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)