Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save darkerego/24f01e4b7b567e0de9f1f855c5593268 to your computer and use it in GitHub Desktop.
Save darkerego/24f01e4b7b567e0de9f1f855c5593268 to your computer and use it in GitHub Desktop.
Grep Dmesg Source/Dest
dmesg | tr ' ' '\n' | grep -iP "DPT|SRC\=" | sed "s/DPT=/:/" | sed "s/SRC=/ /" | tr -d '\n' | tr ' ' '\n' | grep "."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment