7a0bcb15c044c41b610fcdf4dcaabf85e5ba534c
[oweals/openwrt.git] / openwrt / package / kismet / files / kismet_ui.conf
1 # Kismet GUI config file
2
3 # Version of Kismet config
4 version=2004.10.R1
5
6 # Do we show the intro window?
7 showintro=true
8
9 # Gui type to use
10 # Valid types: curses, panel
11 gui=panel
12 # Server to connect to (host:port)
13 host=localhost:2501
14 # Network traffic decay (active/recent/inactive) and packet click rate - increase
15 # this if you are doing prism2 channel hopping.
16 decay=3
17 # What columns do we display?  Comma seperated.  Read the documentation for what 
18 # columns are valid.
19 columns=decay,name,type,wep,channel,packets,flags,ip,size
20 # What columns do we display for clients?  Comma seperated.
21 clientcolumns=decay,type,mac,manuf,data,crypt,size,ip,signal,quality,noise
22 # Does the GUI use sound?
23 # NOT to be confused with "sound" option later, which is for the SERVER to make
24 # noise on whatever host it's running on.
25 sound=false
26 # Path to sound player
27 # soundplay=/usr/bin/play
28 # Optional parameters to pass to the player
29 # soundopts=--volume=.3
30 # New network found
31 # sound_new=/usr/share/kismet/wav/new_network.wav
32 # Wepped new network
33 # sound_new_wep=${prefix}/com/kismet/wav/new_wep_network.wav
34 # Network traffic sound
35 # sound_traffic=/usr/share/kismet/wav/traffic.wav
36 # Network junk traffic found
37 # sound_junktraffic=/usr/share/kismet/wav/junk_traffic.wav
38 # GPS lock aquired sound
39 # sound_gpslock=/usr/share/kismet/wav/foo.wav
40 # GPS lock lost sound
41 # sound_gpslost=/usr/share/kismet/wav/bar.wav
42 # Alert sound
43 # sound_alert=/usr/share/kismet/wav/alert.wav
44
45 # Do we auotmatically make a group for probed networks or do we show them
46 # amidst other networks?
47 autogroup_probe=true
48 # Do we autogroup data-only networks?
49 autogroup_data=true
50
51 # Display battery status?
52 apm=false
53
54 # Does the GUI talk to us with Festival?
55 speech=false
56 # Where is festival located for the GUI?
57 festival=/usr/bin/festival
58 # How do we speak?  Valid options:
59 # speech    Normal speech
60 # nato      NATO spellings (alpha, bravo, charlie)
61 # spell     Spell the letters out (aye, bee, sea)
62 speech_type=nato
63 # speech_encrypted and speech_unencrypted - Speech templates
64 # Similar to the logtemplate option, this lets you customize the speech output.
65 # speech_encrypted is used for an encrypted network spoken string
66 # speech_unencrypted is used for an unencrypted network spoken string
67 #
68 # %b is replaced by the BSSID (MAC) of the network
69 # %s is replaced by the SSID (name) of the network
70 # %c is replaced by the CHANNEL of the network
71 # %r is replaced by the MAX RATE of the network
72 speech_encrypted=New network detected, s.s.i.d. %s, channel %c, network encrypted.
73 speech_unencrypted=New network detected, s.s.i.d. %s, channel %c, network open.
74
75 # Simple borders (use - and | instead of smooth vertical and horizontal
76 # lines.  This is required on Zaurus, and might be needed elsewhere if your
77 # terminal doesn't display the border characters correctly.
78 simpleborders=false
79
80 # Colors (front, back) of text in the panel front.  Valid colors are:
81 # black, red, yellow, green, blue, magenta, cyan, white
82 # optionally prefixed with "hi-" for bold/bright colors, ie
83 # hi-red, hi-yellow, hi-green, etc.
84
85 # Enable colors?  
86 color=true
87 # Background
88 backgroundcolor=black
89 # Default text
90 textcolor=white
91 # Window borders
92 bordercolor=green
93 # Titles
94 titlecolor=hi-white
95 # GPS and APM info
96 monitorcolor=hi-white
97 # WEP network color
98 wepcolor=hi-green
99 # Factory network color
100 factorycolor=hi-red
101 # Open color
102 opencolor=hi-yellow
103 # Decloaked network color
104 cloakcolor=hi-blue