Skip to content

Instantly share code, notes, and snippets.

@deeso
Created June 28, 2020 01:34
Show Gist options
  • Save deeso/47ef7791c6c4b9a7c13d3497b7ea1b15 to your computer and use it in GitHub Desktop.
Save deeso/47ef7791c6c4b9a7c13d3497b7ea1b15 to your computer and use it in GitHub Desktop.
\s+(?<entry>[0-9]+):\s+(?<src_ip>[0-9A-Fa-f]+):(?<src_port>[0-9A-Fa-f]+)\s+(?<dst_ip>[0-9A-Fa-f]+):(?<dst_port>[0-9A-Fa-f]+)\s+(?<state>[0-9A-Fa-f]+)\s+(?<tx_queue>[0-9A-Fa-f]+):(?<rx_queue>[0-9A-Fa-f]+)\s+(?<tr>[0-9A-Fa-f]+):(?<tm_when>[0-9A-Fa-f]+)\s+(?<retrnsmt>[0-9A-Fa-f]+)\s+(?<uid>[0-9A-Fa-f]+)\s+(?<inode_info>[0-9A-Fa-f\s]+)?$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment