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 sbocinec/bba17b1cc0407bd31b052037fd78e9ea to your computer and use it in GitHub Desktop.
Save sbocinec/bba17b1cc0407bd31b052037fd78e9ea to your computer and use it in GitHub Desktop.
packer #6634 - tcpdump
# request
13:20:10.316939 IP (tos 0x0, ttl 64, id 39548, offset 0, flags [DF], proto TCP (6), length 218)
10.20.30.207.44400 > 10.20.30.9.80: Flags [.], cksum 0x1d14 (incorrect -> 0xf1d5), seq 143, ack 244, win 237, options [nop,nop,TS val 1388133022 ecr 461173510], length 0
E..4.{@.@..[
...
.. .p.P...\p..C...........
R.:..|..
13:20:10.316939 IP (tos 0x0, ttl 64, id 39548, offset 0, flags [DF], proto TCP (6), length 218)
10.20.30.207.44400 > 10.20.30.9.80: Flags [P.], cksum 0x1dba (incorrect -> 0x978d), seq 143:309, ack 244, win 237, options [nop,nop,TS val 1388133022 ecr 461173510], lengt
h 166: HTTP, length: 166
GET /demo-base.ova HTTP/1.1
Host: dl.example.org
User-Agent: Packer/1.3.5 (+https://www.packer.io/; go1.12; linux/amd64)
Range: bytes=547264512-
E....|@.@...
...
.. .p.P...\p..C...........
R.:..|..GET /demo-base.ova HTTP/1.1
Host: dl.example.org
User-Agent: Packer/1.3.5 (+https://www.packer.io/; go1.12; linux/amd64)
Range: bytes=547264512-
# response
13:20:10.317068 IP (tos 0x0, ttl 64, id 3160, offset 0, flags [DF], proto TCP (6), length 462)
10.20.30.9.80 > 10.20.30.207.44400: Flags [P.], cksum 0x2a2e (correct), seq 244:654, ack 309, win 243, options [nop,nop,TS val 461173511 ecr 1388133022], length 410: HTTP,
length: 410
HTTP/1.1 416 Requested Range Not Satisfiable
Server: nginx
Date: Fri, 03 May 2019 13:20:08 GMT
Content-Type: text/html
Content-Length: 206
Connection: keep-alive
Content-Range: bytes */547264512
<html>
<head><title>416 Requested Range Not Satisfiable</title></head>
<body bgcolor="white">
<center><h1>416 Requested Range Not Satisfiable</h1></center>
<hr><center>nginx</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment