diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:18:51 +0000 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:18:51 +0000 | 
| commit | 335f52b7989e5ec6673e2c677ba101d3fdd65d05 (patch) | |
| tree | b3493badf67e5c5df509935a79813c3817168845 | |
| parent | 80f98519d066ea9604efb5df0a6375cbfa57bf1d (diff) | |
| download | buildroot-novena-335f52b7989e5ec6673e2c677ba101d3fdd65d05.tar.gz buildroot-novena-335f52b7989e5ec6673e2c677ba101d3fdd65d05.zip | |
kismet: fix long help text lines
And add homepage while we're at it.
| -rw-r--r-- | package/kismet/Config.in | 19 | 
1 files changed, 11 insertions, 8 deletions
| diff --git a/package/kismet/Config.in b/package/kismet/Config.in index 1b22ff491..4d94f5c16 100644 --- a/package/kismet/Config.in +++ b/package/kismet/Config.in @@ -4,14 +4,17 @@ config BR2_PACKAGE_KISMET  	select BR2_PACKAGE_LIBPCAP  	select BR2_PACKAGE_DBUS  	select BR2_PACKAGE_DBUS_GLIB -  	help -		Kismet - 802.11 layer2 wireless network detector, sniffer, and intrusion detection system +	  Kismet - 802.11 layer2 wireless network detector, sniffer, +	  and intrusion detection system. + +	  Kismet will work with any wireless card which supports raw +	  monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and +	  802.11g traffic. -		Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can -		sniff 802.11b, 802.11a, and 802.11g traffic. -		 -		Kismet identifies networks by passively collecting packets and detecting standard named -		networks, detecting (and given time, decloaking) hidden networks, and infering the presence -		of nonbeaconing networks via data traffic. +	  Kismet identifies networks by passively collecting packets +	  and detecting standard named networks, detecting (and given +	  time, decloaking) hidden networks, and infering the presence +	  of nonbeaconing networks via data traffic. +	  http://www.kismetwireless.net | 
