Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yi-tseng/pcapinfo
https://github.com/yi-tseng/pcapinfo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yi-tseng/pcapinfo
- Owner: Yi-Tseng
- License: mit
- Created: 2020-12-04T01:55:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T09:38:53.000Z (about 4 years ago)
- Last Synced: 2024-10-15T09:50:47.173Z (3 months ago)
- Language: C++
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pcap info tool
## Reuirement
- Docker
## Setup development environment
```bash
./setup-dev-env.sh
```## Build the binary
```bash
make
```## Usage
```bash
./PcapInfo [pcap file]
```## License
MIT