An open API service indexing awesome lists of open source software.

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

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=-
```