Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShapeShifter499/73e076b1fab24e829e2d577a1e5c7f52 to your computer and use it in GitHub Desktop.
Save ShapeShifter499/73e076b1fab24e829e2d577a1e5c7f52 to your computer and use it in GitHub Desktop.
root@debian:~# tcpdump -n -i pi0 icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on pi0, link-type EN10MB (Ethernet), capture size 262144 bytes
05:42:10.420999 IP 192.168.1.13 > 192.168.1.10: ICMP echo request, id 266, seq 9, length 64
05:42:10.422002 IP 192.168.1.10 > 192.168.1.13: ICMP echo reply, id 266, seq 9, length 64
05:42:10.423748 IP 192.168.1.13 > 192.168.1.10: ICMP echo request, id 266, seq 10, length 64
05:42:10.424751 IP 192.168.1.10 > 192.168.1.13: ICMP echo reply, id 266, seq 10, length 64
05:42:11.426602 IP 192.168.1.13 > 192.168.1.10: ICMP echo request, id 266, seq 11, length 64
05:42:11.427593 IP 192.168.1.10 > 192.168.1.13: ICMP echo reply, id 266, seq 11, length 64
05:42:12.450090 IP 192.168.1.13 > 192.168.1.10: ICMP echo request, id 266, seq 12, length 64
05:42:12.451132 IP 192.168.1.10 > 192.168.1.13: ICMP echo reply, id 266, seq 12, length 64
05:42:13.938716 IP 192.168.1.13 > 192.168.1.10: ICMP echo request, id 266, seq 13, length 64
05:42:13.939709 IP 192.168.1.10 > 192.168.1.13: ICMP echo reply, id 266, seq 13, length 64
^C
10 packets captured
10 packets received by filter
0 packets dropped by kernel
root@debian:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment