mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
17 lines
494 B
YAML
17 lines
494 B
YAML
---
|
|
filetype: tcpdump
|
|
|
|
detect:
|
|
filename: "\\.tcpdump$"
|
|
|
|
rules:
|
|
- yellow: "\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.([0-9]+|[a-z]+)"
|
|
- constant.number: "(\\[[^]]+\\])"
|
|
- preproc: "([0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3})"
|
|
- cyan: "^(\\d+):(\\d+):(\\d+)"
|
|
- red: "(\\s+\\d+)/(\\w+).*"
|
|
- magenta: "options\\s\\[.*\\].*"
|
|
- magenta: "\\s+([a-zA-Z-]+)$"
|
|
- comment: "\\s(seq|ack|win|IP)\\s"
|
|
- yellow: "\\s+([a-z-]+\\.)?[a-z-]+\\.[a-z-]+\\.[a-z-]+"
|