Annotation of embedaddon/trafshow/.trafshow, revision 1.1.1.1
1.1 misho 1: #
2: # default fcolor:bcolor
3: # - Set the default screen background color-pair
4: #
5: # port[/proto] fcolor:bcolor
6: # - Set color pattern by service port
7: #
8: # [proto] source[/mask][,port] destination[/mask][,port] fcolor:bcolor
9: # - Set color pattern by pair of from-to addresses
10: #
11: # Reserved tokens `*', `any', `all' matchs ANY in the pattern.
12: #
13: # The colors are:
14: # black red green yellow blue magenta cyan white
15: #
16: # The upper-case Fcolor mean bright *on* and Bcolor blink *on*.
17: #
18:
19: #default white:blue
20:
21: # following color settings looks nice under black-on-gray xterm (xterm-color)
22:
23: # Private IP Addresses will be alarmed by Red foreground.
24: # Source Destination Color
25:
26: 10.0.0.0/8 any Red
27: any 10.0.0.0/8 Red
28: 127.0.0.1/8 any Red
29: any 127.0.0.1/8 Red
30: 172.16.0.0/16 any Red
31: any 172.16.0.0/16 Red
32: 192.168.0.0/16 any Red
33: any 192.168.0.0/16 Red
34:
35: # Network Services.
36: # Service Color Comments
37:
38: 135 Red # netbios
39: 137 red # netbios
40: 138 red # netbios
41: 139 red # netbios
42:
43: snmp white
44: smux white
45: 162 White # snmp-trap
46: 67 white # bootp/dhcp-server
47: 68 white # bootp/dhcp-client
48: 546 white # dhcpv6-client
49: 547 white # dhcpv6-server
50: timed white
51: who white
52:
53: domain cyan
54: 389 cyan # ldap
55: 636 cyan # ldaps
56: */icmp Cyan
57:
58: http blue
59: https blue
60: 3128 Blue # http-proxy
61: 8080 Blue # http-proxy
62:
63: smtp Green
64: nntp Green
65: pop3 green
66: 995 green # pop3s
67: 143 green # imap2,4
68: 220 green # imap3
69:
70: ftp yellow
71: 20 Yellow # ftp-data
72: tftp Yellow
73: nfs Yellow
74: 6000 Yellow # X11
75:
76: ssh magenta
77: telnet Magenta
78: sunrpc Magenta
79: 513/tcp Magenta # rsh
80: 514/tcp Magenta # rcmd
81:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>