Advertisement
cheungtifan

Untitled

Apr 4th, 2012
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.43 KB | None | 0 0
  1. [BSD:root@mao] ~# tcpdump -i bce0 -n -vv port 80
  2. tcpdump: listening on bce0, link-type EN10MB (Ethernet), capture size 65535 bytes
  3. 11:07:44.515819 IP (tos 0x0, ttl 64, id 4922, offset 0, flags [DF], proto TCP (6), length 60)
  4.     10.0.101.3.14436 > 204.152.213.17.80: Flags [S], cksum 0x10dc (incorrect -> 0x59e7), seq 519640890, win 65535, options [mss 1460,nop,wscale 6,sackOK,TS val 3053435013 ecr 0], length 0
  5. 11:07:44.716252 IP (tos 0x0, ttl 47, id 0, offset 0, flags [DF], proto TCP (6), length 60)
  6.     204.152.213.17.80 > 10.0.101.3.14436: Flags [S.], cksum 0xd4f2 (correct), seq 1473249240, ack 519640891, win 5792, options [mss 1460,sackOK,TS val 106565699 ecr 3053435013,nop,wscale 4], length 0
  7. 11:07:44.716269 IP (tos 0x0, ttl 64, id 4933, offset 0, flags [DF], proto TCP (6), length 52)
  8.     10.0.101.3.14436 > 204.152.213.17.80: Flags [.], cksum 0x10d4 (incorrect -> 0x1585), seq 1, ack 1, win 1040, options [nop,nop,TS val 3053435212 ecr 106565699], length 0
  9. 11:07:44.716333 IP (tos 0x0, ttl 64, id 4935, offset 0, flags [DF], proto TCP (6), length 197)
  10.     10.0.101.3.14436 > 204.152.213.17.80: Flags [P.], cksum 0x1165 (incorrect -> 0xdc3d), seq 1:146, ack 1, win 1040, options [nop,nop,TS val 3053435213 ecr 106565699], length 145
  11. 11:07:44.760228 IP (tos 0x0, ttl 82, id 58221, offset 0, flags [none], proto TCP (6), length 40)
  12.     204.152.213.17.80 > 10.0.101.3.14436: Flags [R], cksum 0x8f18 (correct), seq 1473249241, win 32701, length 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement