2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
bash-color-grc/colourfiles/conf.tcpdump

16 lines
368 B
Plaintext
Raw Normal View History

# Title
regexp=on ([^,]+), link-type (\S+)
colours=unchanged, bold green, green
2016-06-19 01:18:18 +02:00
-
# Basic Line (-nS)
regexp=^(\d+):(\d+):(\d+\.\d+) (\S+) (\S+) (>) (\S+):
colours=unchanged,bold white,bright_white,dark white,cyan, bright_green, bold red, bright_blue
-
# IP
regexp=(?:\d{1,3}\.){3}(?:\d{1,3})
colours=bold
-
# Summary
regexp=^(\d+) packets
colours=unchanged,bold green