http://www.azstarnet.com/~ymg/files/slsnif-0.4.0.tar.gz
[slsnif.git] / slsnifrc-example
1 #
2 # configuration file for slsnif
3 #
4 # lines that begin with '#' are treated as comments
5 #
6 # set this to ON for displaying total bytes transmitted
7 TOTALBYTES ON
8 #
9 # set this to ON for displaying timestamps
10 TIMESTAMP  ON
11 #
12 # set this to ON in order to disable device locking
13 NOLOCK     OFF
14 #
15 # these are color definitions, valid values are:
16 #    black, red, green, yellow, blue, magenta, cyan, white,
17 #    brightblack, brightred, brightgreen, brightyellow,
18 #    brightblue, brightmagenta, brightcyan, and brightwhite.
19 #
20 # color for normal output
21 COLOR      brightyellow
22 # color for timestamp
23 TIMECOLOR  green
24 # color for total bytes transmitted
25 BYTESCOLOR red
26 #
27 # end of rc-file