# Kismet GUI config file # Version of Kismet config version=2.2 # Gui type to use # Valid types: curses, panel gui=panel # Server to connect to (host:port) host=localhost:2501 # Network traffic decay (active/recent/inactive) and packet click rate - increase # this if you are doing prism2 channel hopping. decay=5 # What columns do we display? Comma seperated. Read the documentation for what # columns are valid. columns=decay,shortname,type,wep,channel,packets,flags,ip # Does the GUI use sound? # NOT to be confused with "sound" option later, which is for the SERVER to make # noise on whatever host it's running on. sound=true # Path to sound player guisoundplay=/usr/local/bin/buzzme # New network found guisound_new=-n # Network traffic sound guisound_traffic=-t # Network junk traffic found # sound_junktraffic=/usr/local/share/kismet/wav/junk_traffic.wav # GPS lock aquired sound # sound_gpslock=/usr/local/share/kismet/wav/foo.wav # GPS lock lost sound # sound_gpslost=/usr/local/share/kismet/wav/bar.wav # Display battery status? apm=true # Does the GUI talk to us with Festival? speech=false # Where is festival located for the GUI? festival=/usr/bin/festival