mirror of
https://codeberg.org/opentrafficmap/cits-wireshark-bridge.git
synced 2026-08-03 20:25:00 +02:00
23 lines
499 B
JSON
23 lines
499 B
JSON
|
|
{
|
||
|
|
"name": "cits-wireshark-bridge",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Pipes raw 802.11 packets from a NATS connection into wireshark (tshark) and sends a json version of the packet back to the NATS server",
|
||
|
|
"main": "its-bridge.js",
|
||
|
|
"bin": {
|
||
|
|
"cits-wireshark-bridge": "./its-bridge.js"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"its-bridge.js",
|
||
|
|
"README.md"
|
||
|
|
],
|
||
|
|
"scripts": {
|
||
|
|
"start": "node its-bridge.js"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"nats": "^2.0.0"
|
||
|
|
}
|
||
|
|
}
|