Created
December 22, 2017 11:20
Star
You must be signed in to star a gist
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
| ns1:/home/nine # tcpdump -v host www.heise.de | |
| tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes | |
| 12:19:54.151990 IP (tos 0x0, ttl 63, id 38154, offset 0, flags [DF], proto ICMP (1), length 84) | |
| ns1.niner.name > www.heise.de: ICMP echo request, id 7542, seq 41413, length 64 | |
| 12:19:54.157757 IP (tos 0x0, ttl 250, id 26845, offset 0, flags [none], proto ICMP (1), length 84) | |
| www.heise.de > ns1.niner.name: ICMP echo reply, id 7542, seq 41413, length 64 | |
| 12:19:55.152050 IP (tos 0x0, ttl 63, id 38328, offset 0, flags [DF], proto ICMP (1), length 84) | |
| ns1.niner.name > www.heise.de: ICMP echo request, id 7542, seq 41414, length 64 | |
| 12:19:55.157678 IP (tos 0x0, ttl 250, id 18111, offset 0, flags [none], proto ICMP (1), length 84) | |
| www.heise.de > ns1.niner.name: ICMP echo reply, id 7542, seq 41414, length 64 | |
| 12:19:56.152020 IP (tos 0x0, ttl 63, id 38373, offset 0, flags [DF], proto ICMP (1), length 84) | |
| ns1.niner.name > www.heise.de: ICMP echo request, id 7542, seq 41415, length 64 | |
| 12:19:56.157749 IP (tos 0x0, ttl 250, id 59499, offset 0, flags [none], proto ICMP (1), length 84) | |
| www.heise.de > ns1.niner.name: ICMP echo reply, id 7542, seq 41415, length 64 | |
| ^C | |
| 6 packets captured | |
| 6 packets received by filter | |
| 0 packets dropped by kernel | |
| ns1:/home/nine # tcpdump -i virbr0 | |
| tcpdump: verbose output suppressed, use -v or -vv for full protocol decode | |
| listening on virbr0, link-type EN10MB (Ethernet), capture size 262144 bytes | |
| 12:20:00.151988 IP camelia > www.heise.de: ICMP echo request, id 7542, seq 41419, length 64 | |
| 12:20:01.152014 IP camelia > www.heise.de: ICMP echo request, id 7542, seq 41420, length 64 | |
| 12:20:02.152015 IP camelia > www.heise.de: ICMP echo request, id 7542, seq 41421, length 64 | |
| 12:20:03.151961 IP camelia > www.heise.de: ICMP echo request, id 7542, seq 41422, length 64 | |
| 12:20:04.151982 IP camelia > www.heise.de: ICMP echo request, id 7542, seq 41423, length 64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment