diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-04 20:45:16 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-04 20:45:16 +0000 |
commit | 81b3eea3b64f77616a208c4e6bca87bdbde56efd (patch) | |
tree | a18aa00933ab7796d43e56a2c29c1f0956e57858 /package/iptraf/Config.in | |
parent | 1b09a46ee21219e4a3303f57b9c771ada562dbed (diff) |
add iptraf (thanks to Thomas Reifferscheid)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptraf/Config.in')
-rw-r--r-- | package/iptraf/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iptraf/Config.in b/package/iptraf/Config.in new file mode 100644 index 0000000000..e814503cd0 --- /dev/null +++ b/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/ + + |