Created
May 10, 2021 14:47
-
-
Save pengelana/d3d936ace4e6fc2ad82b4db2d3b1ee7e to your computer and use it in GitHub Desktop.
imcp6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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