diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-05 09:37:29 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-05 09:37:29 +0000 |
commit | f71e94b8f661e1338b4c098ff27ca4bf7c61bfc3 (patch) | |
tree | b69241e94d159a783595e1d364b9f6139d980166 /openwrt/package/kismet/files/kismet_drone.conf | |
parent | 944b178f530a99ab46b4f2321869023131a3e137 (diff) |
add more config files to kismet, remove sound and speech features
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@803 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/kismet/files/kismet_drone.conf')
-rw-r--r-- | openwrt/package/kismet/files/kismet_drone.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/openwrt/package/kismet/files/kismet_drone.conf b/openwrt/package/kismet/files/kismet_drone.conf index 865278ab7..a48547133 100644 --- a/openwrt/package/kismet/files/kismet_drone.conf +++ b/openwrt/package/kismet/files/kismet_drone.conf @@ -1,12 +1,12 @@ # Kismet drone config file -version=Feb.04.01a +version=2005.04.R1 # Name of server (Purely for organiational purposes) servername=Kismet # User to setid to (should be your normal user) -suiduser=your_user_here +suiduser=nobody # Port to serve packet data... This probably shouldn't be the same as the port # you configured kismet_server for, or else you'll have problems running them @@ -48,8 +48,7 @@ maxclients=5 # enablesources line to enable them. For example: # source=prism2,wlan0,prism # source=cisco,eth0,cisco - -source=generic,prism0,Kismet-Drone +source=wrt54g,prism0,wireless # Comma-separated list of sources to enable. This is only needed if you wish # to selectively enable multiple sources. |