You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.2 KiB
77 lines
1.2 KiB
4 years ago
|
# ip number
|
||
|
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
|
||
|
colours=magenta
|
||
|
=======
|
||
|
# hostname:service
|
||
|
regexp=([\w\.\-]+):([\w\-]+)\b
|
||
|
colours=yellow, bold green, bold yellow
|
||
|
=======
|
||
|
# hostname:port
|
||
|
regexp=([\w\.\-]+):(\d+)\b
|
||
|
colours=yellow, bold green, bold red
|
||
|
=======
|
||
|
# *:service
|
||
|
regexp=(\*):([\w\-]+)\b
|
||
|
colours=yellow, blue, bold yellow
|
||
|
=======
|
||
|
# ipx hostname
|
||
|
regexp=^IPX.*[\dABCDEF]+:[\dABCDEF]+
|
||
|
colours=green
|
||
|
=======
|
||
|
# protocols
|
||
|
regexp=(^tcp6?|^udp6?|^unix|^IPX|STREAM|DGRAM)
|
||
|
colours=bold blue
|
||
|
=======
|
||
|
# status
|
||
|
regexp=FIN_WAIT.*
|
||
|
colours=red
|
||
|
=======
|
||
|
# status
|
||
|
regexp=SYN.*?
|
||
|
colours=bold red
|
||
|
=======
|
||
|
# status
|
||
|
regexp=LISTEN(ING)?
|
||
|
colours=bold blue
|
||
|
=======
|
||
|
# status
|
||
|
regexp=TIME_WAIT
|
||
|
colours=bold red
|
||
|
=======
|
||
|
# status
|
||
|
regexp=CLOS(E(_WAIT)?|ING)
|
||
|
colours=red
|
||
|
skip=yes
|
||
|
=======
|
||
|
# status
|
||
|
regexp=LAST_ACK
|
||
|
colours=red
|
||
|
=======
|
||
|
# status
|
||
|
regexp=ESTAB.*?\b|CONNECTED
|
||
|
colours=bold yellow
|
||
|
=======
|
||
|
# status
|
||
|
regexp=FREE
|
||
|
colours=bold green
|
||
|
=======
|
||
|
# status
|
||
|
regexp=DISCONNECTING
|
||
|
colours=red
|
||
|
=======
|
||
|
# status
|
||
|
regexp=CONNECTING
|
||
|
colours=green
|
||
|
=======
|
||
|
# status
|
||
|
regexp=UNKNOWN
|
||
|
colours=blink bold red
|
||
|
=======
|
||
|
# status
|
||
|
regexp=\[.*\]
|
||
|
colours=green
|
||
|
=======
|
||
|
# path
|
||
|
regexp=(\@)[\dabcdef]+
|
||
|
colours=green, bold green
|