On Tue, May 18, 2021 at 12:00 PM Willy Tarreau <w...@1wt.eu> wrote:

> Hi Ryan,
>
> On Tue, May 18, 2021 at 10:54:11AM -0500, Ryan O'Hara wrote:
> > > > I confirmed haoproxy's log message corresponded to the
> > > > shorter html, the following line is one of them.
> > > >
> > > > 2021-03-23T15:54:46.869626+09:00 lb01 [err] haproxy[703957]:
> > > > 192.168.1.73:60572 [23/Mar/2021:15:54:46.868] vs_http01
> > > rs_http01web/web01
> > > > 0/0/0/0/0 200 2896 - - SD-- 12/12/7/2/0 0/0 "GET
> > > > /content01.html?x=170026897 HTTP/1.1"
> > >
> >
> > This is exactly the same problem as I reported on the mailing list a
> couple
> > weeks ago. I accidentally replied to off-list to Kazuhiro but will
> continue
> > the conversation here.
>
> Excellent, that will be one less issue to chase!
>
> > > > So I commented out "fdtab[fd].ev &= FD_POLL_STICKY;"
> > > > from both of haproxy-1.8.25 and haproxy-1.8.30,
> > > > then the behavior is resolved.
> > >
> > > This is very strange. I could almost have understood the opposite, i.e.
> > > remove an activity report before leaving so that we don't wake up, but
> > > here *not* removing the flags indicates that we're leaving the FD
> > > reports for another call.
> > >
> > > > I don't know why this commit resolves the behavior,
> > > > I just tried and ran the test.
> > >
> > > What I *suspect* is happening is the following:
> > >
> > >   - the server closes with a TCP reset
> > >   - sometimes for an unknown reason we do not process the event
> > >     before leaving this function
> > >   - we then flush the activity flags
> > >   - the reset flag is still there, reported as POLLERR, forcing
> > >     an immediate subsequent wakeup
> > >   - the I/O handler sees POLLERR without POLLIN and concludes this is
> > >     a hard error and doesn't even bother to try to read, resulting in
> > >     the loss of the pending segments.
> > >
> >
> > In my original message, I included a portion of the tcpdump and the RST
> > package is being sent by haproxy to the server. I never see a TCP reset
> > from the server itself.
>
> Ah yes, seeing it now. Thanks, this will help!
>
> > Under wireshark, I can see that the HTTP response is a total of 3
> segments,
> > and as far as I can tell all three segments were received by haproxy.
>
> In fact what you know from a trace is that they're received by the NIC,
> you can know they're received by the TCP stack when you see them ACKed,
> and you know they're received by haproxy if you're seeing haproxy pass
> them on the other side. I mean, most of the case something that arrives
> to the stack will reach haproxy but there are some situations where this
> will not happen, such as  if haproxy closes before, or if some errors
> are detected early and prevent it from reading. The difference is subtle
> but it explains how/why some error flags may be reported indicating an
> error at the transport layer, with the transport layer including the
> lower layers of haproxy itself.
>

Ah yes. I should have recognized this.



> > Pardon if this next bit doesn't make sense, but the third and final
> segment
> > is shown under wireshark as the HTTP response itself. In other words:
> >
> > Segment #1: 2896 bytes
> > Segment #2: 1448 bytes
> > Segment #3: 1059 bytes <- this final frame also includes the HTTP
> response
> > header
>
> No that's something common and weird about wireshark/tshark, it logs the
> status code on the last segment. Someone once told me why he found that
> convenient but I since forgot, considering all the cases where I find this
> misleading! Otherwise just use tcpdump, it doesn't try to be smart and to
> report lies, it will not cheat on you.
>
> So in your trace we can see that the stack ACKs receipt of the first two
> segments (2896 bytes of data), then the 3rd segment (1448). Then haproxy
> closes "cleanly" (something it shouldn't do on this side, at the risk of
> leaving TIME_WAIT sockets). Maybe it found an HTTP close in the response,
> but regardless it should not close like this.
>

It definitely did have connection close, but I agree it should not behave
this way.



> I'm not sure I understand this "HTTP 1125" response, whether it's the last
> bytes of response or a late retransmit for any reason, and as tshark is
> still unable to display sequence and ack numbers on *all* packets, it's
> impossible to reliably know what this corresponds to :-/ for the next
> reset it's apparently the brutal nolinger close at the end avoiding the
> TIME_WAIT, because the Seq is the same as the one on the FIN, indicating
> it wipes the FIN.
>

Right. I suspected that the RST packet was caused by a nolinger with time
set to 0. I found the code that does that, I just don't understand why it
is being triggered in this case.



> > When the problem occurs, haproxy logs a termination state of "SD--" and
> the
> > byte count is short by exactly the size of the last segment (1059 in this
> > case). I think this is well established here but I just wanted to be
> clear.
>
> I think it is possible that the response is not correct (i.e. too short
> content-length compared to what's sent back, or incorrect chunked-encoded
> length). Ryan, if you could maybe pass the trace between .152 and .153
> through tcpdump -nvvX, this could be very useful (and possibly even help
> figure a reproducer). Be careful, it may need to be edited to mask private
> info.
>

I checked that. It doesn't seem that the response it chunked. One of the
first things I tried to figure out is if the content-length of the response
was a mismatch. Since this is a static page, the content-length of the
response should always be 5120, and that is what I see in the response. It
appears all the bytes are there, but I've been wrong before. I've attached
the packet trace of the entire session that causes the problem run with
tcpdump -nvvX.



> > I can help test these in my environment. Thanks.
>
> Great, thank you! I suspect that there is something else, though,
> considering that haproxy closed first. Or maybe it *thought* that the
> other end had already closed, in which case it could have inherited a
> hangup flag from somewhere else, but I don't understand how this could
> pollinate between threads :-/
>

I am pretty sure I know the answer to this, but can we confirm that it is
expected that haproxy sends a FIN, ACK packet after it is done sending the
request to the backend? This seems like a intention half-close situation,
where haproxy is simply informing the server that it is done.

Ryan



> Thanks,
> Willy
>
>
13:18:36.260003 IP (tos 0x0, ttl 64, id 64147, offset 0, flags [DF], proto TCP 
(6), length 60)
    10.15.85.151.39308 > 10.15.85.152.http: Flags [S], cksum 0xbf7b (incorrect 
-> 0x4427), seq 176614832, win 29200, options [mss 1460,sackOK,TS val 626203413 
ecr 0,nop,wscale 7], length 0
        0x0000:  4500 003c fa93 4000 4006 80db 0a0f 5597  E..<..@.@.....U.
        0x0010:  0a0f 5598 998c 0050 0a86 edb0 0000 0000  ..U....P........
        0x0020:  a002 7210 bf7b 0000 0204 05b4 0402 080a  ..r..{..........
        0x0030:  2553 1b15 0000 0000 0103 0307            %S..........
13:18:36.260010 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), 
length 60)
    10.15.85.152.http > 10.15.85.151.39308: Flags [S.], cksum 0xbf7b (incorrect 
-> 0xc90a), seq 1167181042, ack 176614833, win 28960, options [mss 
1460,sackOK,TS val 2614875547 ecr 626203413,nop,wscale 7], length 0
        0x0000:  4500 003c 0000 4000 4006 7b6f 0a0f 5598  E..<..@.@.{o..U.
        0x0010:  0a0f 5597 0050 998c 4591 c4f2 0a86 edb1  ..U..P..E.......
        0x0020:  a012 7120 bf7b 0000 0204 05b4 0402 080a  ..q..{..........
        0x0030:  9bdb d59b 2553 1b15 0103 0307            ....%S......
13:18:36.260125 IP (tos 0x0, ttl 64, id 64148, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.151.39308 > 10.15.85.152.http: Flags [.], cksum 0xbf73 (incorrect 
-> 0x6812), seq 1, ack 1, win 229, options [nop,nop,TS val 626203413 ecr 
2614875547], length 0
        0x0000:  4500 0034 fa94 4000 4006 80e2 0a0f 5597  E..4..@.@.....U.
        0x0010:  0a0f 5598 998c 0050 0a86 edb1 4591 c4f3  ..U....P....E...
        0x0020:  8010 00e5 bf73 0000 0101 080a 2553 1b15  .....s......%S..
        0x0030:  9bdb d59b                                ....
13:18:36.262598 IP (tos 0x0, ttl 64, id 64149, offset 0, flags [DF], proto TCP 
(6), length 146)
    10.15.85.151.39308 > 10.15.85.152.http: Flags [P.], cksum 0xbfd1 (incorrect 
-> 0x73e0), seq 1:95, ack 1, win 229, options [nop,nop,TS val 626203415 ecr 
2614875547], length 94: HTTP, length: 94
        GET /5kb_dummy.html HTTP/1.0
        Host: 10.15.85.152
        User-Agent: ApacheBench/2.3
        Accept: */*
        
        0x0000:  4500 0092 fa95 4000 4006 8083 0a0f 5597  E.....@.@.....U.
        0x0010:  0a0f 5598 998c 0050 0a86 edb1 4591 c4f3  ..U....P....E...
        0x0020:  8018 00e5 bfd1 0000 0101 080a 2553 1b17  ............%S..
        0x0030:  9bdb d59b 4745 5420 2f35 6b62 5f64 756d  ....GET./5kb_dum
        0x0040:  6d79 2e68 746d 6c20 4854 5450 2f31 2e30  my.html.HTTP/1.0
        0x0050:  0d0a 486f 7374 3a20 3130 2e31 352e 3835  ..Host:.10.15.85
        0x0060:  2e31 3532 0d0a 5573 6572 2d41 6765 6e74  .152..User-Agent
        0x0070:  3a20 4170 6163 6865 4265 6e63 682f 322e  :.ApacheBench/2.
        0x0080:  330d 0a41 6363 6570 743a 202a 2f2a 0d0a  3..Accept:.*/*..
        0x0090:  0d0a                                     ..
13:18:36.277735 IP (tos 0x0, ttl 64, id 59984, offset 0, flags [DF], proto TCP 
(6), length 60)
    10.15.85.152.59600 > 10.15.85.153.http: Flags [S], cksum 0xbf7d (incorrect 
-> 0x08cd), seq 868233494, win 29200, options [mss 1460,sackOK,TS val 147502866 
ecr 0,nop,wscale 7], length 0
        0x0000:  4500 003c ea50 4000 4006 911c 0a0f 5598  E..<.P@.@.....U.
        0x0010:  0a0f 5599 e8d0 0050 33c0 3116 0000 0000  ..U....P3.1.....
        0x0020:  a002 7210 bf7d 0000 0204 05b4 0402 080a  ..r..}..........
        0x0030:  08ca b712 0000 0000 0103 0307            ............
13:18:36.283108 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), 
length 60)
    10.15.85.153.http > 10.15.85.152.59600: Flags [S.], cksum 0xbf7d (incorrect 
-> 0xc068), seq 1772093279, ack 868233495, win 28960, options [mss 
1460,sackOK,TS val 641448456 ecr 147502866,nop,wscale 7], length 0
        0x0000:  4500 003c 0000 4000 4006 7b6d 0a0f 5599  E..<..@.@.{m..U.
        0x0010:  0a0f 5598 0050 e8d0 699f ff5f 33c0 3117  ..U..P..i.._3.1.
        0x0020:  a012 7120 bf7d 0000 0204 05b4 0402 080a  ..q..}..........
        0x0030:  263b ba08 08ca b712 0103 0307            &;..........
13:18:36.283114 IP (tos 0x0, ttl 64, id 59985, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.152.59600 > 10.15.85.153.http: Flags [.], cksum 0xbf75 (incorrect 
-> 0x5f6b), seq 1, ack 1, win 229, options [nop,nop,TS val 147502871 ecr 
641448456], length 0
        0x0000:  4500 0034 ea51 4000 4006 9123 0a0f 5598  E..4.Q@.@..#..U.
        0x0010:  0a0f 5599 e8d0 0050 33c0 3117 699f ff60  ..U....P3.1.i..`
        0x0020:  8010 00e5 bf75 0000 0101 080a 08ca b717  .....u..........
        0x0030:  263b ba08                                &;..
13:18:36.283792 IP (tos 0x0, ttl 64, id 59986, offset 0, flags [DF], proto TCP 
(6), length 177)
    10.15.85.152.59600 > 10.15.85.153.http: Flags [P.], cksum 0xbff2 (incorrect 
-> 0x2918), seq 1:126, ack 1, win 229, options [nop,nop,TS val 147502872 ecr 
641448456], length 125: HTTP, length: 125
        GET /5kb_dummy.html HTTP/1.0
        Host: 10.15.85.152
        User-Agent: ApacheBench/2.3
        Accept: */*
        X-Forwarded-For: 10.15.85.151
        
        0x0000:  4500 00b1 ea52 4000 4006 90a5 0a0f 5598  E....R@.@.....U.
        0x0010:  0a0f 5599 e8d0 0050 33c0 3117 699f ff60  ..U....P3.1.i..`
        0x0020:  8018 00e5 bff2 0000 0101 080a 08ca b718  ................
        0x0030:  263b ba08 4745 5420 2f35 6b62 5f64 756d  &;..GET./5kb_dum
        0x0040:  6d79 2e68 746d 6c20 4854 5450 2f31 2e30  my.html.HTTP/1.0
        0x0050:  0d0a 486f 7374 3a20 3130 2e31 352e 3835  ..Host:.10.15.85
        0x0060:  2e31 3532 0d0a 5573 6572 2d41 6765 6e74  .152..User-Agent
        0x0070:  3a20 4170 6163 6865 4265 6e63 682f 322e  :.ApacheBench/2.
        0x0080:  330d 0a41 6363 6570 743a 202a 2f2a 0d0a  3..Accept:.*/*..
        0x0090:  582d 466f 7277 6172 6465 642d 466f 723a  X-Forwarded-For:
        0x00a0:  2031 302e 3135 2e38 352e 3135 310d 0a0d  .10.15.85.151...
        0x00b0:  0a                                       .
13:18:36.292108 IP (tos 0x0, ttl 64, id 33945, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.153.http > 10.15.85.152.59600: Flags [.], cksum 0xbf75 (incorrect 
-> 0x5ee3), seq 1, ack 126, win 229, options [nop,nop,TS val 641448466 ecr 
147502872], length 0
        0x0000:  4500 0034 8499 4000 4006 f6db 0a0f 5599  E..4..@.@.....U.
        0x0010:  0a0f 5598 0050 e8d0 699f ff60 33c0 3194  ..U..P..i..`3.1.
        0x0020:  8010 00e5 bf75 0000 0101 080a 263b ba12  .....u......&;..
        0x0030:  08ca b718                                ....
13:18:36.294601 IP (tos 0x0, ttl 64, id 33946, offset 0, flags [DF], proto TCP 
(6), length 2948)
    10.15.85.153.http > 10.15.85.152.59600: Flags [.], cksum 0xcac5 (incorrect 
-> 0x7e24), seq 1:2897, ack 126, win 229, options [nop,nop,TS val 641448468 ecr 
147502872], length 2896: HTTP, length: 2896
        HTTP/1.1 200 OK
        Date: Tue, 27 Apr 2021 18:18:36 GMT
        Server: Apache/2.4.37 (Red Hat Enterprise Linux)
        Last-Modified: Mon, 29 Mar 2021 15:47:37 GMT
        ETag: "1400-5beaecd0b2c2d"
        Accept-Ranges: bytes
        Content-Length: 5120
        Connection: close
        Content-Type: text/html; charset=UTF-8
        
        0x0000:  4500 0b84 849a 4000 4006 eb8a 0a0f 5599  E.....@.@.....U.
        0x0010:  0a0f 5598 0050 e8d0 699f ff60 33c0 3194  ..U..P..i..`3.1.
        0x0020:  8010 00e5 cac5 0000 0101 080a 263b ba14  ............&;..
        0x0030:  08ca b718 4854 5450 2f31 2e31 2032 3030  ....HTTP/1.1.200
        0x0040:  204f 4b0d 0a44 6174 653a 2054 7565 2c20  .OK..Date:.Tue,.
        0x0050:  3237 2041 7072 2032 3032 3120 3138 3a31  27.Apr.2021.18:1
        0x0060:  383a 3336 2047 4d54 0d0a 5365 7276 6572  8:36.GMT..Server
        0x0070:  3a20 4170 6163 6865 2f32 2e34 2e33 3720  :.Apache/2.4.37.
        0x0080:  2852 6564 2048 6174 2045 6e74 6572 7072  (Red.Hat.Enterpr
        0x0090:  6973 6520 4c69 6e75 7829 0d0a 4c61 7374  ise.Linux)..Last
        0x00a0:  2d4d 6f64 6966 6965 643a 204d 6f6e 2c20  -Modified:.Mon,.
        0x00b0:  3239 204d 6172 2032 3032 3120 3135 3a34  29.Mar.2021.15:4
        0x00c0:  373a 3337 2047 4d54 0d0a 4554 6167 3a20  7:37.GMT..ETag:.
        0x00d0:  2231 3430 302d 3562 6561 6563 6430 6232  "1400-5beaecd0b2
        0x00e0:  6332 6422 0d0a 4163 6365 7074 2d52 616e  c2d"..Accept-Ran
        0x00f0:  6765 733a 2062 7974 6573 0d0a 436f 6e74  ges:.bytes..Cont
        0x0100:  656e 742d 4c65 6e67 7468 3a20 3531 3230  ent-Length:.5120
        0x0110:  0d0a 436f 6e6e 6563 7469 6f6e 3a20 636c  ..Connection:.cl
        0x0120:  6f73 650d 0a43 6f6e 7465 6e74 2d54 7970  ose..Content-Typ
        0x0130:  653a 2074 6578 742f 6874 6d6c 3b20 6368  e:.text/html;.ch
        0x0140:  6172 7365 743d 5554 462d 380d 0a0d 0a00  arset=UTF-8.....
        0x0150:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0160:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0170:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0180:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0190:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0200:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0210:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0220:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0230:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0240:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0250:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0260:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0270:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0280:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0290:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0300:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0310:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0320:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0330:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0340:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0350:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0360:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0370:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0380:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0390:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0400:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0410:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0420:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0430:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0440:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0450:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0460:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0470:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0480:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0490:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0500:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0510:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0520:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0530:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0540:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0550:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0560:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0570:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0580:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0590:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0600:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0610:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0620:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0630:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0640:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0650:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0660:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0670:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0680:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0690:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0700:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0710:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0720:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0730:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0740:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0750:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0760:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0770:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0780:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0790:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0800:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0810:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0820:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0830:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0840:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0850:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0860:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0870:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0880:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0890:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0900:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0910:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0920:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0930:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0940:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0950:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0960:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0970:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0980:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0990:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a00:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a10:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a20:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a30:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a40:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a50:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a60:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a70:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a80:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a90:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0aa0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0ab0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0ac0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0ad0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0ae0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0af0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b00:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b10:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b20:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b30:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b40:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b50:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b60:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b70:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b80:  0000 0000                                ....
13:18:36.294614 IP (tos 0x0, ttl 64, id 59987, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.152.59600 > 10.15.85.153.http: Flags [.], cksum 0xbf75 (incorrect 
-> 0x5359), seq 126, ack 2897, win 274, options [nop,nop,TS val 147502883 ecr 
641448468], length 0
        0x0000:  4500 0034 ea53 4000 4006 9121 0a0f 5598  E..4.S@.@..!..U.
        0x0010:  0a0f 5599 e8d0 0050 33c0 3194 69a0 0ab0  ..U....P3.1.i...
        0x0020:  8010 0112 bf75 0000 0101 080a 08ca b723  .....u.........#
        0x0030:  263b ba14                                &;..
13:18:36.294633 IP (tos 0x0, ttl 64, id 33948, offset 0, flags [DF], proto TCP 
(6), length 1500)
    10.15.85.153.http > 10.15.85.152.59600: Flags [.], cksum 0xc51d (incorrect 
-> 0x4de9), seq 2897:4345, ack 126, win 229, options [nop,nop,TS val 641448468 
ecr 147502872], length 1448: HTTP
        0x0000:  4500 05dc 849c 4000 4006 f130 0a0f 5599  E.....@.@..0..U.
        0x0010:  0a0f 5598 0050 e8d0 69a0 0ab0 33c0 3194  ..U..P..i...3.1.
        0x0020:  8010 00e5 c51d 0000 0101 080a 263b ba14  ............&;..
        0x0030:  08ca b718 0000 0000 0000 0000 0000 0000  ................
        0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0050:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0060:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0070:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0080:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0090:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0100:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0110:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0120:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0130:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0140:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0150:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0160:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0170:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0180:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0190:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0200:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0210:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0220:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0230:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0240:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0250:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0260:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0270:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0280:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0290:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0300:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0310:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0320:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0330:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0340:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0350:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0360:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0370:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0380:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0390:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0400:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0410:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0420:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0430:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0440:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0450:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0460:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0470:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0480:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0490:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0500:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0510:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0520:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0530:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0540:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0550:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0560:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0570:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0580:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0590:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05d0:  0000 0000 0000 0000 0000 0000            ............
13:18:36.294664 IP (tos 0x0, ttl 64, id 59988, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.152.59600 > 10.15.85.153.http: Flags [.], cksum 0xbf75 (incorrect 
-> 0x4d9b), seq 126, ack 4345, win 296, options [nop,nop,TS val 147502883 ecr 
641448468], length 0
        0x0000:  4500 0034 ea54 4000 4006 9120 0a0f 5598  E..4.T@.@.....U.
        0x0010:  0a0f 5599 e8d0 0050 33c0 3194 69a0 1058  ..U....P3.1.i..X
        0x0020:  8010 0128 bf75 0000 0101 080a 08ca b723  ...(.u.........#
        0x0030:  263b ba14                                &;..
13:18:36.294895 IP (tos 0x0, ttl 64, id 59989, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.152.59600 > 10.15.85.153.http: Flags [F.], cksum 0xbf75 (incorrect 
-> 0x4d9a), seq 126, ack 4345, win 296, options [nop,nop,TS val 147502883 ecr 
641448468], length 0
        0x0000:  4500 0034 ea55 4000 4006 911f 0a0f 5598  E..4.U@.@.....U.
        0x0010:  0a0f 5599 e8d0 0050 33c0 3194 69a0 1058  ..U....P3.1.i..X
        0x0020:  8011 0128 bf75 0000 0101 080a 08ca b723  ...(.u.........#
        0x0030:  263b ba14                                &;..
13:18:36.294936 IP (tos 0x0, ttl 64, id 24782, offset 0, flags [DF], proto TCP 
(6), length 2948)
    10.15.85.152.http > 10.15.85.151.39308: Flags [.], cksum 0xcac3 (incorrect 
-> 0x86b2), seq 1:2897, ack 95, win 229, options [nop,nop,TS val 2614875614 ecr 
626203415], length 2896: HTTP, length: 2896
        HTTP/1.1 200 OK
        Date: Tue, 27 Apr 2021 18:18:36 GMT
        Server: Apache/2.4.37 (Red Hat Enterprise Linux)
        Last-Modified: Mon, 29 Mar 2021 15:47:37 GMT
        ETag: "1400-5beaecd0b2c2d"
        Accept-Ranges: bytes
        Content-Length: 5120
        Connection: close
        Content-Type: text/html; charset=UTF-8
        
        0x0000:  4500 0b84 60ce 4000 4006 0f59 0a0f 5598  E...`.@.@..Y..U.
        0x0010:  0a0f 5597 0050 998c 4591 c4f3 0a86 ee0f  ..U..P..E.......
        0x0020:  8010 00e5 cac3 0000 0101 080a 9bdb d5de  ................
        0x0030:  2553 1b17 4854 5450 2f31 2e31 2032 3030  %S..HTTP/1.1.200
        0x0040:  204f 4b0d 0a44 6174 653a 2054 7565 2c20  .OK..Date:.Tue,.
        0x0050:  3237 2041 7072 2032 3032 3120 3138 3a31  27.Apr.2021.18:1
        0x0060:  383a 3336 2047 4d54 0d0a 5365 7276 6572  8:36.GMT..Server
        0x0070:  3a20 4170 6163 6865 2f32 2e34 2e33 3720  :.Apache/2.4.37.
        0x0080:  2852 6564 2048 6174 2045 6e74 6572 7072  (Red.Hat.Enterpr
        0x0090:  6973 6520 4c69 6e75 7829 0d0a 4c61 7374  ise.Linux)..Last
        0x00a0:  2d4d 6f64 6966 6965 643a 204d 6f6e 2c20  -Modified:.Mon,.
        0x00b0:  3239 204d 6172 2032 3032 3120 3135 3a34  29.Mar.2021.15:4
        0x00c0:  373a 3337 2047 4d54 0d0a 4554 6167 3a20  7:37.GMT..ETag:.
        0x00d0:  2231 3430 302d 3562 6561 6563 6430 6232  "1400-5beaecd0b2
        0x00e0:  6332 6422 0d0a 4163 6365 7074 2d52 616e  c2d"..Accept-Ran
        0x00f0:  6765 733a 2062 7974 6573 0d0a 436f 6e74  ges:.bytes..Cont
        0x0100:  656e 742d 4c65 6e67 7468 3a20 3531 3230  ent-Length:.5120
        0x0110:  0d0a 436f 6e6e 6563 7469 6f6e 3a20 636c  ..Connection:.cl
        0x0120:  6f73 650d 0a43 6f6e 7465 6e74 2d54 7970  ose..Content-Typ
        0x0130:  653a 2074 6578 742f 6874 6d6c 3b20 6368  e:.text/html;.ch
        0x0140:  6172 7365 743d 5554 462d 380d 0a0d 0a00  arset=UTF-8.....
        0x0150:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0160:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0170:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0180:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0190:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0200:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0210:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0220:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0230:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0240:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0250:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0260:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0270:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0280:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0290:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0300:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0310:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0320:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0330:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0340:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0350:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0360:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0370:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0380:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0390:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0400:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0410:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0420:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0430:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0440:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0450:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0460:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0470:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0480:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0490:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0500:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0510:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0520:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0530:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0540:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0550:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0560:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0570:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0580:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0590:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0600:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0610:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0620:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0630:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0640:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0650:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0660:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0670:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0680:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0690:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x06f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0700:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0710:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0720:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0730:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0740:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0750:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0760:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0770:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0780:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0790:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x07f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0800:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0810:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0820:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0830:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0840:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0850:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0860:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0870:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0880:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0890:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x08f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0900:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0910:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0920:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0930:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0940:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0950:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0960:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0970:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0980:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0990:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x09f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a00:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a10:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a20:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a30:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a40:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a50:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a60:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a70:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a80:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0a90:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0aa0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0ab0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0ac0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0ad0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0ae0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0af0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b00:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b10:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b20:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b30:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b40:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b50:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b60:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b70:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0b80:  0000 0000                                ....
13:18:36.294951 IP (tos 0x0, ttl 64, id 24784, offset 0, flags [DF], proto TCP 
(6), length 1500)
    10.15.85.152.http > 10.15.85.151.39308: Flags [.], cksum 0xc51b (incorrect 
-> 0x5677), seq 2897:4345, ack 95, win 229, options [nop,nop,TS val 2614875614 
ecr 626203415], length 1448: HTTP
        0x0000:  4500 05dc 60d0 4000 4006 14ff 0a0f 5598  E...`.@.@.....U.
        0x0010:  0a0f 5597 0050 998c 4591 d043 0a86 ee0f  ..U..P..E..C....
        0x0020:  8010 00e5 c51b 0000 0101 080a 9bdb d5de  ................
        0x0030:  2553 1b17 0000 0000 0000 0000 0000 0000  %S..............
        0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0050:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0060:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0070:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0080:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0090:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0100:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0110:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0120:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0130:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0140:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0150:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0160:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0170:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0180:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0190:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0200:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0210:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0220:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0230:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0240:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0250:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0260:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0270:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0280:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0290:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0300:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0310:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0320:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0330:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0340:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0350:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0360:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0370:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0380:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0390:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0400:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0410:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0420:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0430:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0440:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0450:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0460:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0470:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0480:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0490:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x04f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0500:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0510:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0520:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0530:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0540:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0550:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0560:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0570:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0580:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0590:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x05d0:  0000 0000 0000 0000 0000 0000            ............
13:18:36.295021 IP (tos 0x0, ttl 64, id 33949, offset 0, flags [DF], proto TCP 
(6), length 1111)
    10.15.85.153.http > 10.15.85.152.59600: Flags [FP.], cksum 0xc398 
(incorrect -> 0x49bc), seq 4345:5404, ack 126, win 229, options [nop,nop,TS val 
641448469 ecr 147502872], length 1059: HTTP
        0x0000:  4500 0457 849d 4000 4006 f2b4 0a0f 5599  E..W..@.@.....U.
        0x0010:  0a0f 5598 0050 e8d0 69a0 1058 33c0 3194  ..U..P..i..X3.1.
        0x0020:  8019 00e5 c398 0000 0101 080a 263b ba15  ............&;..
        0x0030:  08ca b718 0000 0000 0000 0000 0000 0000  ................
        0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0050:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0060:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0070:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0080:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0090:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0100:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0110:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0120:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0130:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0140:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0150:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0160:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0170:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0180:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0190:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0200:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0210:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0220:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0230:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0240:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0250:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0260:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0270:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0280:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0290:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0300:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0310:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0320:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0330:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0340:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0350:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0360:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0370:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0380:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0390:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0400:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0410:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0420:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0430:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0440:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0450:  0000 0000 0000 00                        .......
13:18:36.295031 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), 
length 40)
    10.15.85.152.59600 > 10.15.85.153.http: Flags [R], cksum 0xa21c (correct), 
seq 868233620, win 0, length 0
        0x0000:  4500 0028 0000 4000 4006 7b81 0a0f 5598  E..(..@.@.{...U.
        0x0010:  0a0f 5599 e8d0 0050 33c0 3194 0000 0000  ..U....P3.1.....
        0x0020:  5004 0000 a21c 0000                      P.......
13:18:36.295194 IP (tos 0x0, ttl 64, id 64150, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.151.39308 > 10.15.85.152.http: Flags [.], cksum 0xbf73 (incorrect 
-> 0x5bd1), seq 95, ack 2897, win 274, options [nop,nop,TS val 626203448 ecr 
2614875614], length 0
        0x0000:  4500 0034 fa96 4000 4006 80e0 0a0f 5597  E..4..@.@.....U.
        0x0010:  0a0f 5598 998c 0050 0a86 ee0f 4591 d043  ..U....P....E..C
        0x0020:  8010 0112 bf73 0000 0101 080a 2553 1b38  .....s......%S.8
        0x0030:  9bdb d5de                                ....
13:18:36.295201 IP (tos 0x0, ttl 64, id 24785, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.152.http > 10.15.85.151.39308: Flags [F.], cksum 0xbf73 (incorrect 
-> 0x5655), seq 4345, ack 95, win 229, options [nop,nop,TS val 2614875614 ecr 
626203448], length 0
        0x0000:  4500 0034 60d1 4000 4006 1aa6 0a0f 5598  E..4`.@.@.....U.
        0x0010:  0a0f 5597 0050 998c 4591 d5eb 0a86 ee0f  ..U..P..E.......
        0x0020:  8011 00e5 bf73 0000 0101 080a 9bdb d5de  .....s..........
        0x0030:  2553 1b38                                %S.8
13:18:36.295215 IP (tos 0x0, ttl 64, id 64151, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.151.39308 > 10.15.85.152.http: Flags [.], cksum 0xbf73 (incorrect 
-> 0x5613), seq 95, ack 4345, win 296, options [nop,nop,TS val 626203448 ecr 
2614875614], length 0
        0x0000:  4500 0034 fa97 4000 4006 80df 0a0f 5597  E..4..@.@.....U.
        0x0010:  0a0f 5598 998c 0050 0a86 ee0f 4591 d5eb  ..U....P....E...
        0x0020:  8010 0128 bf73 0000 0101 080a 2553 1b38  ...(.s......%S.8
        0x0030:  9bdb d5de                                ....
13:18:36.297910 IP (tos 0x0, ttl 64, id 64152, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.151.39308 > 10.15.85.152.http: Flags [F.], cksum 0xbf73 (incorrect 
-> 0x560e), seq 95, ack 4346, win 296, options [nop,nop,TS val 626203451 ecr 
2614875614], length 0
        0x0000:  4500 0034 fa98 4000 4006 80de 0a0f 5597  E..4..@.@.....U.
        0x0010:  0a0f 5598 998c 0050 0a86 ee0f 4591 d5ec  ..U....P....E...
        0x0020:  8011 0128 bf73 0000 0101 080a 2553 1b3b  ...(.s......%S.;
        0x0030:  9bdb d5de                                ....
13:18:36.297917 IP (tos 0x0, ttl 64, id 24786, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.152.http > 10.15.85.151.39308: Flags [.], cksum 0xbf73 (incorrect 
-> 0x564e), seq 4346, ack 96, win 229, options [nop,nop,TS val 2614875617 ecr 
626203451], length 0
        0x0000:  4500 0034 60d2 4000 4006 1aa5 0a0f 5598  E..4`.@.@.....U.
        0x0010:  0a0f 5597 0050 998c 4591 d5ec 0a86 ee10  ..U..P..E.......
        0x0020:  8010 00e5 bf73 0000 0101 080a 9bdb d5e1  .....s..........
        0x0030:  2553 1b3b                                %S.;
13:18:36.313011 IP (tos 0x0, ttl 64, id 33950, offset 0, flags [DF], proto TCP 
(6), length 1111)
    10.15.85.153.http > 10.15.85.152.59600: Flags [FP.], cksum 0xc398 
(incorrect -> 0x49aa), seq 4345:5404, ack 126, win 229, options [nop,nop,TS val 
641448487 ecr 147502872], length 1059: HTTP
        0x0000:  4500 0457 849e 4000 4006 f2b3 0a0f 5599  E..W..@.@.....U.
        0x0010:  0a0f 5598 0050 e8d0 69a0 1058 33c0 3194  ..U..P..i..X3.1.
        0x0020:  8019 00e5 c398 0000 0101 080a 263b ba27  ............&;.'
        0x0030:  08ca b718 0000 0000 0000 0000 0000 0000  ................
        0x0040:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0050:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0060:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0070:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0080:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0090:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x00f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0100:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0110:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0120:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0130:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0140:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0150:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0160:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0170:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0180:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0190:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x01f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0200:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0210:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0220:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0230:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0240:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0250:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0260:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0270:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0280:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0290:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x02f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0300:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0310:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0320:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0330:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0340:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0350:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0360:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0370:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0380:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0390:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03a0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03b0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03c0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03d0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03e0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x03f0:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0400:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0410:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0420:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0430:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0440:  0000 0000 0000 0000 0000 0000 0000 0000  ................
        0x0450:  0000 0000 0000 00                        .......
13:18:36.313016 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), 
length 40)
    10.15.85.152.59600 > 10.15.85.153.http: Flags [R], cksum 0xa21c (correct), 
seq 868233620, win 0, length 0
        0x0000:  4500 0028 0000 4000 4006 7b81 0a0f 5598  E..(..@.@.{...U.
        0x0010:  0a0f 5599 e8d0 0050 33c0 3194 0000 0000  ..U....P3.1.....
        0x0020:  5004 0000 a21c 0000                      P.......
13:18:36.316523 IP (tos 0x0, ttl 64, id 33951, offset 0, flags [DF], proto TCP 
(6), length 52)
    10.15.85.153.http > 10.15.85.152.59600: Flags [.], cksum 0xbf75 (incorrect 
-> 0x49a3), seq 5405, ack 127, win 229, options [nop,nop,TS val 641448490 ecr 
147502883], length 0
        0x0000:  4500 0034 849f 4000 4006 f6d5 0a0f 5599  E..4..@.@.....U.
        0x0010:  0a0f 5598 0050 e8d0 69a0 147c 33c0 3195  ..U..P..i..|3.1.
        0x0020:  8010 00e5 bf75 0000 0101 080a 263b ba2a  .....u......&;.*
        0x0030:  08ca b723                                ...#
13:18:36.316534 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), 
length 40)
    10.15.85.152.59600 > 10.15.85.153.http: Flags [R], cksum 0xa21b (correct), 
seq 868233621, win 0, length 0
        0x0000:  4500 0028 0000 4000 4006 7b81 0a0f 5598  E..(..@.@.{...U.
        0x0010:  0a0f 5599 e8d0 0050 33c0 3195 0000 0000  ..U....P3.1.....
        0x0020:  5004 0000 a21b 0000                      P.......

Reply via email to