https://github.com/joeferner/tshark2json
Converts tshark to JSON
https://github.com/joeferner/tshark2json
Last synced: about 1 year ago
JSON representation
Converts tshark to JSON
- Host: GitHub
- URL: https://github.com/joeferner/tshark2json
- Owner: joeferner
- Created: 2013-02-27T19:06:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-05T15:53:06.000Z (over 13 years ago)
- Last Synced: 2025-02-13T12:31:22.695Z (over 1 year ago)
- Language: Shell
- Size: 296 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tshark2json
## Compile
```
autoreconf
./configure
make
./src/tshark2json
```