https://github.com/joeferner/node-tshark
Node wrapper around WireShark's tshark packet processor
https://github.com/joeferner/node-tshark
Last synced: about 1 year ago
JSON representation
Node wrapper around WireShark's tshark packet processor
- Host: GitHub
- URL: https://github.com/joeferner/node-tshark
- Owner: joeferner
- Created: 2013-01-23T15:31:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T15:14:29.000Z (over 12 years ago)
- Last Synced: 2025-04-20T15:08:00.997Z (about 1 year ago)
- Language: JavaScript
- Size: 469 KB
- Stars: 13
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-tshark
## Configuration
Copy the `wireshark-profiles/node-tshark` directory to your Wireshark profiles directory (~/.wireshark/profiles).
```
cp -R wireshark-profiles/node-tshark ~/.wireshark/profiles/
```
## Examples
```
./bin/pcapToJSON.js --in=./testData/http.pcap --out=-
```