small-package/luci-app-tcpdump/README.md

14 lines
336 B
Markdown
Raw Normal View History

2022-04-17 15:54:21 +08:00
# 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).