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

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

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).