diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-16 13:37:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-16 13:37:59 +0000 |
commit | 7b72fc12000c878e11d5f0b245f83c0d71b29f58 (patch) | |
tree | ae60975a107756cb3b7b6dd17e8f0d41427daed6 /networking/Config.in | |
parent | 53a0e971960a520bd859b8aac6dbebec2045115f (diff) | |
download | busybox-w32-7b72fc12000c878e11d5f0b245f83c0d71b29f58.tar.gz busybox-w32-7b72fc12000c878e11d5f0b245f83c0d71b29f58.tar.bz2 busybox-w32-7b72fc12000c878e11d5f0b245f83c0d71b29f58.zip |
pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>
wget: lift 256 chars limitation on terminal width
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 5ccc4836a..efa6aaec2 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -527,6 +527,12 @@ config PING6 | |||
527 | help | 527 | help |
528 | This will give you a ping that can talk IPv6. | 528 | This will give you a ping that can talk IPv6. |
529 | 529 | ||
530 | config PSCAN | ||
531 | bool "pscan" | ||
532 | default n | ||
533 | help | ||
534 | Simple network port scanner. | ||
535 | |||
530 | config FEATURE_FANCY_PING | 536 | config FEATURE_FANCY_PING |
531 | bool "Enable fancy ping output" | 537 | bool "Enable fancy ping output" |
532 | default y | 538 | default y |