diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-04 20:45:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-04 20:45:16 +0000 |
commit | a65619daba35e782e6b207fb72d2a6bb06172d4a (patch) | |
tree | 76d5caa0ef88b3dd351a88f3d3e1c0a91ba5c36e /openwrt/package/iptraf/Config.in | |
parent | 177c7c3beea400f042bb35346aa2f8d4c0eb4a5d (diff) | |
download | mtk-20170518-a65619daba35e782e6b207fb72d2a6bb06172d4a.zip mtk-20170518-a65619daba35e782e6b207fb72d2a6bb06172d4a.tar.gz mtk-20170518-a65619daba35e782e6b207fb72d2a6bb06172d4a.tar.bz2 |
add iptraf (thanks to Thomas Reifferscheid)
SVN-Revision: 2048
Diffstat (limited to 'openwrt/package/iptraf/Config.in')
-rw-r--r-- | openwrt/package/iptraf/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/iptraf/Config.in b/openwrt/package/iptraf/Config.in new file mode 100644 index 0000000..e814503 --- /dev/null +++ b/openwrt/package/iptraf/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_IPTRAF + tristate "iptraf - A console-based network monitoring program" + default m if CONFIG_DEVEL + help + IPTraf is a console-based network statistics utility for Linux. It gathers + a variety of figures such as TCP connection packet and byte counts, + interface statistics and activity indicators, TCP/UDP traffic breakdowns, + and LAN station packet and byte counts. + + http://iptraf.seul.org/ + + |