https://github.com/kfermercer/luci-app-tcpdump
LuCI interface for tcpdump
https://github.com/kfermercer/luci-app-tcpdump
lua luci openwrt
Last synced: 9 months ago
JSON representation
LuCI interface for tcpdump
- Host: GitHub
- URL: https://github.com/kfermercer/luci-app-tcpdump
- Owner: KFERMercer
- License: apache-2.0
- Created: 2019-07-11T15:05:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T18:44:50.000Z (almost 7 years ago)
- Last Synced: 2025-04-05T10:33:30.005Z (about 1 year ago)
- Topics: lua, luci, openwrt
- Language: Lua
- Homepage:
- Size: 17.6 KB
- Stars: 24
- Watchers: 0
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luci-app-tcpdump
LuCI interface for tcpdump.\
It can be used to capture live TCP traffic for analysis.
## How to build into firmware:
`git clone https://github.com/KFERMercer/luci-app-tcpdump.git ./package/luci-app-tcpdump`
`make menuconfig`
### Original codes built by [MacManas](https://github.com/MacManas/luci-app-tcpdump).