Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pengelana/d3d936ace4e6fc2ad82b4db2d3b1ee7e to your computer and use it in GitHub Desktop.
Save pengelana/d3d936ace4e6fc2ad82b4db2d3b1ee7e to your computer and use it in GitHub Desktop.
imcp6
# https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml
# Type 129 - Echo Reply
tcpdump -ni eth0 'ip6[40:2] == 0x8000'
# Type 128 - Echo Request
tcpdump -ni eth0 'ip6[40:2] == 0x8100'
# Type 135 - Neighbor Solicitation
tcpdump -ni eth0 'ip6[40:2] == 0x8700'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment