mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"admin/services/packet_capture": {
|
|
"title": "Packet Capture",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "packet_capture/tcpdump"
|
|
},
|
|
"depends" : {
|
|
"acl": [ "luci-app-packet-capture" ],
|
|
"uci": { "packet_capture": true },
|
|
"fs": { "/usr/libexec/packet_capture": "executable",
|
|
"/usr/libexec/packet_capture_start": "executable",
|
|
"/usr/libexec/packet_capture_stop": "executable"
|
|
}
|
|
}
|
|
}
|
|
}
|