Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.7%) to scientific vocabulary
Keywords
pcap
pcap-analyzer
pcap-files
pcap-parser
Last synced: 6 months ago
·
JSON representation
Repository
PCAP Dataset
Basic Info
- Host: GitHub
- Owner: cybersecurity-dev
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://en.wikipedia.org/wiki/Pcap
- Size: 37.1 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
pcap
pcap-analyzer
pcap-files
pcap-parser
Created over 1 year ago
· Last pushed 9 months ago
Metadata Files
Readme
License
Citation
README.md
PCAP Feature Extractor Toolkit
Install required tools on Linux
### For Ubuntu 18.04, 20.04, 22.04 ```bash sudo apt-get update ```Install required tools on Windows
### For Windows 11 ```powershell ```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
From PCAP to CSV File Extractor
Owner
- Login: cybersecurity-dev
- Kind: user
- Repositories: 1
- Profile: https://github.com/cybersecurity-dev
Citation (CITATIONS.bib)
GitHub Events
Total
- Push event: 11
Last Year
- Push event: 11
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| cybersecurity-dev | 1****v | 35 |
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/python-package-conda.yml
actions
- actions/checkout v4 composite
- actions/setup-python v3 composite
environment.yml
pypi