[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Network and USB problems with NetUSBee



Hello,

Lars has send me an sniffer log which captures the problem.
It shows several TCP retransmissions and DUP ACK's.

The IO Graph shows that the first 2 seconds contains a burst of Data, then the TCP connection is stuck within Flow Control... or however you want to call it.

I think here we can see several problems ( just guessing ):

1. A low-level driver problem. Which results in lost packets. (maybe because of speed of packet scheduling?) TCP should be able to handle it. 2. The FreeMiNT TCP module fails to handle the problems, maybe it fails because packet scheduling is to fast for a small tcp window?

Either someone is able to fix the Protocol level, maybe the driver problem is still there then, but maybe the speed is still good enough, depends on how many errors occur... or maybe someone is able to fix the driver... so that there won't be so much errors. Maybe it is just an buffer somewhere, which is to small for the speed of packet scheduling... It could be wihtin both layers. Or maybe there is an error reading Packets from the ethernet device.

Personally, I could just try to pinpoint a workaround, may some of the results in success:

1. Enable 200Hz interrupt for the Ethernec driver, instead of the i6 approach ( which seems to be enabled by default ). Btw. what is that for an interrupt source?
2. Play around with the Ethernat control register, the readme says:

The interrupt vectors are $C3 for the USB and $C4 for the ethernet. There
is a kind of main control register implemented in the CPLD, which is a
byte at 0x80000023. In this register you'll find the following bits:

	 The Ethernat control reg
	 Bit 0:		LAN half clock mode, default 1 (on)
	 Bit 1:		LAN interrupt enable, default 0 (off)
	 Bit 2:		USB interrupt enable, default 0 (off)
	 Bit 3:		unused
	 Bit 4:		unused
	 Bit 5:		unused
	 Bit 6:		Led 1 active low, default 1 (off)
	 Bit 7:		Led 2 active low, default 1 (off)

A few words about this register: Bit0 must always be on if your CT60 clock frequency is above 50MHz, else it should be off to get higher throughput
from the LAN chip. But you'll have to recompile the driver to change
this...

Bit 1 and Bit 2 are the main interrupt enable switches for the ethernet
and USB respectively. If these aren't enabled then no interrupts will get
through to the CT60.

-------

So, it looks like the Bit 0 is properly set for the CT60 + Bus speeder. (which is the case here, right?) - But anyway, trying to disable it maybe results
in better results. Or maybe the defult is not correctly documented?

Bit 1 seems to be disabled by default, I don't know if it makes sense to pass these interrupts to the CT60... one could also try that,

that results in an total of 14 driver setups ... Maybe it's faster to compile 14 different versions of the driver, than searching within the sources for an bug with default settings =) ?

I'm attaching :

- IO Graph screenshot
- TCP Flow as plain Text (ignore ICMP from 192.168.02)
- Sniffer log as plain text
- Sniffer log as wireshark file.

Greets,
m






|Time     | 192.168.0.4                           | 192.168.0.2                           |
|         |                   | 193.195.70.9      |                   
|0,058    |         SYN       |                   |                   |Seq = 0 Ack = 370916845
|         |(1027)   ------------------>  (80)     |                   |
|0,087    |         SYN, ACK  |                   |                   |Seq = 0 Ack = 1
|         |(1027)   <------------------  (80)     |                   |
|0,092    |         ACK       |                   |                   |Seq = 1 Ack = 1
|         |(1027)   ------------------>  (80)     |                   |
|0,102    |         PSH, ACK - Len: 194           |                   |Seq = 1 Ack = 1
|         |(1027)   ------------------>  (80)     |                   |
|0,130    |         ACK       |                   |                   |Seq = 1 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,134    |         ACK - Len: 1460               |                   |Seq = 1 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,134    |         PSH, ACK - Len: 1460          |                   |Seq = 1461 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,138    |         ACK       |                   |                   |Seq = 195 Ack = 2921
|         |(1027)   ------------------>  (80)     |                   |
|0,142    |         ACK       |                   |                   |Seq = 195 Ack = 2921
|         |(1027)   ------------------>  (80)     |                   |
|0,167    |         ACK - Len: 1460               |                   |Seq = 2921 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,171    |         PSH, ACK - Len: 1460          |                   |Seq = 4381 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,171    |         ACK - Len: 1460               |                   |Seq = 5841 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,177    |         ACK       |                   |                   |Seq = 195 Ack = 5841
|         |(1027)   ------------------>  (80)     |                   |
|0,206    |         ACK - Len: 1460               |                   |Seq = 7301 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,206    |         ACK - Len: 1460               |                   |Seq = 8761 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,213    |         ACK       |                   |                   |Seq = 195 Ack = 5841
|         |(1027)   ------------------>  (80)     |                   |
|0,217    |         ACK       |                   |                   |Seq = 195 Ack = 5841
|         |(1027)   ------------------>  (80)     |                   |
|0,434    |         ACK - Len: 1460               |                   |Seq = 5841 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,438    |         ACK       |                   |                   |Seq = 195 Ack = 10221
|         |(1027)   ------------------>  (80)     |                   |
|0,442    |         ACK       |                   |                   |Seq = 195 Ack = 10221
|         |(1027)   ------------------>  (80)     |                   |
|0,468    |         PSH, ACK - Len: 1460          |                   |Seq = 10221 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,469    |         PSH, ACK - Len: 1460          |                   |Seq = 11681 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,473    |         ACK       |                   |                   |Seq = 195 Ack = 13141
|         |(1027)   ------------------>  (80)     |                   |
|0,477    |         ACK       |                   |                   |Seq = 195 Ack = 13141
|         |(1027)   ------------------>  (80)     |                   |
|0,502    |         ACK - Len: 1460               |                   |Seq = 13141 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,506    |         PSH, ACK - Len: 1460          |                   |Seq = 14601 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,506    |         ACK - Len: 1460               |                   |Seq = 16061 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,513    |         ACK       |                   |                   |Seq = 195 Ack = 16061
|         |(1027)   ------------------>  (80)     |                   |
|0,517    |         ACK       |                   |                   |Seq = 195 Ack = 17521
|         |(1027)   ------------------>  (80)     |                   |
|0,541    |         PSH, ACK - Len: 1460          |                   |Seq = 17521 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,545    |         ACK - Len: 1460               |                   |Seq = 18981 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,546    |         PSH, ACK - Len: 1460          |                   |Seq = 20441 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,549    |         ACK       |                   |                   |Seq = 195 Ack = 20441
|         |(1027)   ------------------>  (80)     |                   |
|0,552    |         ACK       |                   |                   |Seq = 195 Ack = 21901
|         |(1027)   ------------------>  (80)     |                   |
|0,581    |         ACK - Len: 1460               |                   |Seq = 21901 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,582    |         PSH, ACK - Len: 1460          |                   |Seq = 23361 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,582    |         PSH, ACK - Len: 1460          |                   |Seq = 24821 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,589    |         ACK       |                   |                   |Seq = 195 Ack = 24821
|         |(1027)   ------------------>  (80)     |                   |
|0,592    |         ACK       |                   |                   |Seq = 195 Ack = 26281
|         |(1027)   ------------------>  (80)     |                   |
|0,621    |         ACK - Len: 1460               |                   |Seq = 26281 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,622    |         PSH, ACK - Len: 1460          |                   |Seq = 27741 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,622    |         ACK - Len: 1460               |                   |Seq = 29201 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,629    |         ACK       |                   |                   |Seq = 195 Ack = 29201
|         |(1027)   ------------------>  (80)     |                   |
|0,632    |         ACK       |                   |                   |Seq = 195 Ack = 30661
|         |(1027)   ------------------>  (80)     |                   |
|0,660    |         PSH, ACK - Len: 1460          |                   |Seq = 30661 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,660    |         PSH, ACK - Len: 1460          |                   |Seq = 32121 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,662    |         ACK - Len: 1460               |                   |Seq = 33581 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,668    |         ACK       |                   |                   |Seq = 195 Ack = 32121
|         |(1027)   ------------------>  (80)     |                   |
|0,934    |         PSH, ACK - Len: 1460          |                   |Seq = 32121 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,938    |         ACK       |                   |                   |Seq = 195 Ack = 35041
|         |(1027)   ------------------>  (80)     |                   |
|0,942    |         ACK       |                   |                   |Seq = 195 Ack = 35041
|         |(1027)   ------------------>  (80)     |                   |
|0,967    |         PSH, ACK - Len: 1460          |                   |Seq = 35041 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,970    |         ACK - Len: 1460               |                   |Seq = 36501 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|0,973    |         ACK       |                   |                   |Seq = 195 Ack = 37961
|         |(1027)   ------------------>  (80)     |                   |
|0,977    |         ACK       |                   |                   |Seq = 195 Ack = 37961
|         |(1027)   ------------------>  (80)     |                   |
|1,004    |         PSH, ACK - Len: 1460          |                   |Seq = 37961 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,008    |         ACK - Len: 1460               |                   |Seq = 39421 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,008    |         PSH, ACK - Len: 1460          |                   |Seq = 40881 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,013    |         ACK       |                   |                   |Seq = 195 Ack = 40881
|         |(1027)   ------------------>  (80)     |                   |
|1,017    |         ACK       |                   |                   |Seq = 195 Ack = 42341
|         |(1027)   ------------------>  (80)     |                   |
|1,044    |         ACK - Len: 1460               |                   |Seq = 42341 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,049    |         PSH, ACK - Len: 1460          |                   |Seq = 43801 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,049    |         ACK - Len: 1460               |                   |Seq = 45261 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,054    |         ACK       |                   |                   |Seq = 195 Ack = 45261
|         |(1027)   ------------------>  (80)     |                   |
|1,057    |         ACK       |                   |                   |Seq = 195 Ack = 46721
|         |(1027)   ------------------>  (80)     |                   |
|1,085    |         PSH, ACK - Len: 1460          |                   |Seq = 46721 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,088    |         ACK - Len: 1460               |                   |Seq = 48181 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,088    |         PSH, ACK - Len: 1460          |                   |Seq = 49641 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,093    |         ACK       |                   |                   |Seq = 195 Ack = 49641
|         |(1027)   ------------------>  (80)     |                   |
|1,097    |         ACK       |                   |                   |Seq = 195 Ack = 51101
|         |(1027)   ------------------>  (80)     |                   |
|1,124    |         ACK - Len: 1460               |                   |Seq = 51101 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,128    |         PSH, ACK - Len: 1460          |                   |Seq = 52561 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,128    |         ACK - Len: 1460               |                   |Seq = 54021 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,133    |         ACK       |                   |                   |Seq = 195 Ack = 54021
|         |(1027)   ------------------>  (80)     |                   |
|1,137    |         ACK       |                   |                   |Seq = 195 Ack = 55481
|         |(1027)   ------------------>  (80)     |                   |
|1,161    |         PSH, ACK - Len: 1460          |                   |Seq = 55481 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,166    |         PSH, ACK - Len: 1460          |                   |Seq = 56941 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,166    |         ACK - Len: 1460               |                   |Seq = 58401 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,173    |         ACK       |                   |                   |Seq = 195 Ack = 58401
|         |(1027)   ------------------>  (80)     |                   |
|1,177    |         ACK       |                   |                   |Seq = 195 Ack = 59861
|         |(1027)   ------------------>  (80)     |                   |
|1,205    |         PSH, ACK - Len: 1460          |                   |Seq = 59861 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,209    |         ACK - Len: 1460               |                   |Seq = 61321 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,209    |         PSH, ACK - Len: 1460          |                   |Seq = 62781 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,213    |         ACK       |                   |                   |Seq = 195 Ack = 62781
|         |(1027)   ------------------>  (80)     |                   |
|1,217    |         ACK       |                   |                   |Seq = 195 Ack = 64241
|         |(1027)   ------------------>  (80)     |                   |
|1,241    |         ACK - Len: 1460               |                   |Seq = 64241 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,246    |         PSH, ACK - Len: 1460          |                   |Seq = 65701 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,246    |         ACK - Len: 1460               |                   |Seq = 67161 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,252    |         ACK       |                   |                   |Seq = 195 Ack = 67161
|         |(1027)   ------------------>  (80)     |                   |
|1,279    |         PSH, ACK - Len: 1460          |                   |Seq = 68621 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,279    |         PSH, ACK - Len: 1460          |                   |Seq = 70081 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,283    |         ACK       |                   |                   |Seq = 195 Ack = 67161
|         |(1027)   ------------------>  (80)     |                   |
|1,287    |         ACK       |                   |                   |Seq = 195 Ack = 67161
|         |(1027)   ------------------>  (80)     |                   |
|1,514    |         ACK - Len: 1460               |                   |Seq = 67161 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,518    |         ACK       |                   |                   |Seq = 195 Ack = 71541
|         |(1027)   ------------------>  (80)     |                   |
|1,522    |         ACK       |                   |                   |Seq = 195 Ack = 71541
|         |(1027)   ------------------>  (80)     |                   |
|1,551    |         ACK - Len: 1460               |                   |Seq = 71541 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,551    |         PSH, ACK - Len: 1460          |                   |Seq = 73001 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,559    |         ACK       |                   |                   |Seq = 195 Ack = 74461
|         |(1027)   ------------------>  (80)     |                   |
|1,562    |         ACK       |                   |                   |Seq = 195 Ack = 74461
|         |(1027)   ------------------>  (80)     |                   |
|1,586    |         ACK - Len: 1460               |                   |Seq = 74461 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,591    |         PSH, ACK - Len: 1460          |                   |Seq = 75921 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,591    |         ACK - Len: 1460               |                   |Seq = 77381 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,593    |         ACK       |                   |                   |Seq = 195 Ack = 77381
|         |(1027)   ------------------>  (80)     |                   |
|1,598    |         ACK       |                   |                   |Seq = 195 Ack = 77381
|         |(1027)   ------------------>  (80)     |                   |
|1,617    |         ACK       |                   |                   |Seq = 195 Ack = 78841
|         |(1027)   ------------------>  (80)     |                   |
|1,627    |         PSH, ACK - Len: 1460          |                   |Seq = 78841 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,628    |         ACK - Len: 1460               |                   |Seq = 80301 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,633    |         ACK       |                   |                   |Seq = 195 Ack = 81761
|         |(1027)   ------------------>  (80)     |                   |
|1,637    |         ACK       |                   |                   |Seq = 195 Ack = 81761
|         |(1027)   ------------------>  (80)     |                   |
|1,649    |         PSH, ACK - Len: 1460          |                   |Seq = 81761 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,657    |         ACK       |                   |                   |Seq = 195 Ack = 83221
|         |(1027)   ------------------>  (80)     |                   |
|1,669    |         PSH, ACK - Len: 1460          |                   |Seq = 83221 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,669    |         ACK - Len: 1460               |                   |Seq = 84681 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,673    |         ACK       |                   |                   |Seq = 195 Ack = 86141
|         |(1027)   ------------------>  (80)     |                   |
|1,677    |         ACK       |                   |                   |Seq = 195 Ack = 86141
|         |(1027)   ------------------>  (80)     |                   |
|1,687    |         PSH, ACK - Len: 1460          |                   |Seq = 86141 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,697    |         ACK       |                   |                   |Seq = 195 Ack = 87601
|         |(1027)   ------------------>  (80)     |                   |
|1,705    |         ACK - Len: 1460               |                   |Seq = 87601 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,705    |         PSH, ACK - Len: 1460          |                   |Seq = 89061 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,709    |         ACK       |                   |                   |Seq = 195 Ack = 90521
|         |(1027)   ------------------>  (80)     |                   |
|1,712    |         ACK       |                   |                   |Seq = 195 Ack = 90521
|         |(1027)   ------------------>  (80)     |                   |
|1,729    |         ACK - Len: 1460               |                   |Seq = 90521 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,737    |         ACK       |                   |                   |Seq = 195 Ack = 91981
|         |(1027)   ------------------>  (80)     |                   |
|1,742    |         PSH, ACK - Len: 1460          |                   |Seq = 91981 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,742    |         ACK - Len: 1460               |                   |Seq = 93441 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,748    |         ACK       |                   |                   |Seq = 195 Ack = 94901
|         |(1027)   ------------------>  (80)     |                   |
|1,752    |         ACK       |                   |                   |Seq = 195 Ack = 94901
|         |(1027)   ------------------>  (80)     |                   |
|1,766    |         PSH, ACK - Len: 1460          |                   |Seq = 94901 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,777    |         ACK       |                   |                   |Seq = 195 Ack = 96361
|         |(1027)   ------------------>  (80)     |                   |
|1,784    |         ACK - Len: 1460               |                   |Seq = 96361 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,785    |         PSH, ACK - Len: 1460          |                   |Seq = 97821 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,789    |         ACK       |                   |                   |Seq = 195 Ack = 99281
|         |(1027)   ------------------>  (80)     |                   |
|1,792    |         ACK       |                   |                   |Seq = 195 Ack = 99281
|         |(1027)   ------------------>  (80)     |                   |
|1,810    |         ACK - Len: 1460               |                   |Seq = 99281 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,817    |         ACK       |                   |                   |Seq = 195 Ack = 100741
|         |(1027)   ------------------>  (80)     |                   |
|1,822    |         PSH, ACK - Len: 1460          |                   |Seq = 100741 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,822    |         PSH, ACK - Len: 1460          |                   |Seq = 102201 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,829    |         ACK       |                   |                   |Seq = 195 Ack = 103661
|         |(1027)   ------------------>  (80)     |                   |
|1,832    |         ACK       |                   |                   |Seq = 195 Ack = 103661
|         |(1027)   ------------------>  (80)     |                   |
|1,847    |         ACK - Len: 1460               |                   |Seq = 103661 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,857    |         ACK       |                   |                   |Seq = 195 Ack = 105121
|         |(1027)   ------------------>  (80)     |                   |
|1,860    |         PSH, ACK - Len: 1460          |                   |Seq = 105121 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,860    |         ACK - Len: 1460               |                   |Seq = 106581 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,868    |         ACK       |                   |                   |Seq = 195 Ack = 108041
|         |(1027)   ------------------>  (80)     |                   |
|1,885    |         PSH, ACK - Len: 1460          |                   |Seq = 108041 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,888    |         ACK       |                   |                   |Seq = 195 Ack = 109501
|         |(1027)   ------------------>  (80)     |                   |
|1,898    |         ACK - Len: 1460               |                   |Seq = 109501 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,915    |         PSH, ACK - Len: 1460          |                   |Seq = 110961 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|1,915    |         ACK - Len: 1460               |                   |Seq = 112421 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|2,147    |         ACK - Len: 1460               |                   |Seq = 109501 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|2,153    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|2,153    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|2,604    |         ACK - Len: 1460               |                   |Seq = 109501 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|2,608    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|2,608    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|3,524    |         ACK - Len: 1460               |                   |Seq = 109501 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|3,528    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|3,528    |         ACK       |                   |                   |Seq = 1313077895 Ack = 3924162872
|         |(80)     <--------------------------------------  (1027)   |
|3,528    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|5,364    |         ACK - Len: 1460               |                   |Seq = 109501 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|5,368    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|5,368    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|9,045    |         ACK - Len: 1460               |                   |Seq = 109501 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|9,048    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|9,048    |         ACK       |                   |                   |Seq = 1313077895 Ack = 3924162872
|         |(80)     <--------------------------------------  (1027)   |
|9,048    |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|16,405   |         ACK - Len: 1460               |                   |Seq = 109501 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|16,409   |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|16,409   |         ACK       |                   |                   |Seq = 1313077895 Ack = 3924162872
|         |(80)     <--------------------------------------  (1027)   |
|16,409   |         ACK       |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|20,464   |         FIN, ACK  |                   |                   |Seq = 195 Ack = 112421
|         |(1027)   ------------------>  (80)     |                   |
|20,491   |         ACK - Len: 1460               |                   |Seq = 112421 Ack = 195
|         |(1027)   <------------------  (80)     |                   |
|20,491   |         PSH, ACK - Len: 1460          |                   |Seq = 113881 Ack = 196
|         |(1027)   <------------------  (80)     |                   |
|20,495   |         RST       |                   |                   |Seq = 195 Ack = 113881
|         |(1027)   ------------------>  (80)     |                   |
|20,495   |         RST       |                   |                   |Seq = 195 Ack = 113881
|         |(1027)   ------------------>  (80)     |                   |
|20,499   |         RST       |                   |                   |Seq = 196 Ack = 115341
|         |(1027)   ------------------>  (80)     |                   |
|20,499   |         RST       |                   |                   |Seq = 196 Ack = 115341
|         |(1027)   ------------------>  (80)     |                   |

Attachment: iograph.png
Description: PNG image

�����!�N�<<n�X��E,
����F	PNC�`r6��CNj"::�X��n�E,@0�S�F	�P�NC��y�!�Nn5<<n�X��E(
����F	PNC�P]��!�N�Z�n�X��E�����F	PNC�P�GET /FreeMiNT/builds/freemint/trunk-11082011.tar.bz2 HTTP/1.1
User-Agent: curl/7.21.4 (m68k-atari-mint) libcurl/7.21.4 OpenSSL/0.9.8l zlib/1.2.5
Host: www.fairlite.demon.co.uk
Accept: */*

!�N|�66�X��n�E(;@0g�F	�P�NC��L�!�N<����X��n�E�<@0ag�F	�P�NC���HTTP/1.1 200 OK
Server: Zeus/4.2
Date: Thu, 11 Aug 2011 13:20:51 GMT
Content-Type: application/x-bzip2
Content-Length: 4852627
Accept-Ranges: bytes
Last-Modified: Thu, 11 Aug 2011 00:07:20 GMT
Set-Cookie: X-Zeus-Mapping-3ade68de=192.168.217.152; path=/

BZh91AY&SY���������������������������������������I�-g
gـ�*�����h�)��k׮*��65
�D@>���e�Y��@,귶@7��ݠh��wQ�w�{�"�!l�����>�î@N�}��Zɍr���h�Y�֕��}�޶��Q���q�
����{1�pJ��>�gۘ{��Ƥ��H�HH
�$��X (��U�;0;k���
$
����h��i�P�"M��)E(Di�EP���
���H���mT�3h��B�$���n�@^
�i�>�r����� �$@Fe[/C"C��
L��M��@��J�
$s��S�$
�
4kc$(h�'n�Jlհ�*)lҁT E(�� �)m�QIkUJ@�5v9J�!U!.آ"))�m���F�Q
֍IP��V���$��( ���&����$����
E�JPQ	 ��	E֐����|��8�)(�CBvH�JB�'��m�-}������@���q����J�q�(z
H�U�=��7���mU7���Un�t�+�]��nP��;���m�s���{���[������@-kH&�Z�Ul�7Pm
�E٪�)�����=���g��<���xչ�L�^[;��x
����Wl�
UPk*xU�|�{��҃���5A�"�;D������j}��[�o�ު�׮�����.���>��g�v*��ݻY�N�(E��^�Z+�%h!���-��.�Imє	wug�v��-b����Cw��m�������o�����'J���D'�|@:��)Y��;��p(�Jl��(��
*��[b� 
+u�xtP�z"��<�RJJ"���V	`3AV�AU
��t��@ ��h��Hh�I"ֹ!�N����X��n�E�=@0af�F	�P��C��uS�pp
��gL���”H��AP������(<���yaF��[�g���C���U����@!�(��
/Xrl��
	��T
�@�  a��Þ	@9�z��@6�IkP�Պ�al[�)�t�
�kh��ttj�BU@�J�D���=�؅�R��Q#PEZ��ۻ��{��v,�'�	���	*@� ����_5�[[���^�A$��@�p
�T� U@�$��D������Y��oq��o{���PK{��6T���'��*-�+�M.ۦ���E=�/3&����`�����{��5͎�6Ѣ�
QP���׷���P$��M��P�fh$�>-����+YC|�>��2BT���)D�SZ��A3J$�P��b�F��>�G�����X�ER� �W6�^|��	����!���I}�0eM-6�*��*�@�*�J*����l����>���+�@_Xv���j�D�(m�M�A�)��V�f3aR{�W����v�F�3���z��,+���(
�VI��l�$�����6"Q��I}��R�W�0�,`�JR�u�k��>��o.z�>����z�����e��ӗz��D-:�Qrۯ���*����5���`@5B��P*�R��HUB
�EQT�@����
@
�(BBI�PPPP(P����
��K�h��(
�
	$�(��P�P
@�@U@�P@(�
@��LL(4H@�4	��&�MFCCF@@����4�!�&��d
�LL�110
zb`24�L&LF�%2A�@ &M2'�MOI�2aSz�O�?*l��Sjz54��PQ�FM��z�S��z����
=A����"h &�d�#M���NK�<<n�X��E(
����F	PNC�|P�](�C�CN�<<n�X��E(
����F	PNC�|PQ�BNC�NvZ
���X��n�E�>@0ae�F	�P�|NC�� 4�x���3OQO&j'�ySG����SOL���i��Q�S��?I6Ԟ��
Lj~�����(�'�	5" @h�4�@Ѡ4�0&�&�M4d24d�LF@��i�����������K�R���ȴ�9ВA�N��ߤљ�G�j�@��xWP
��\$���$�}������b��i����I7��E;����I���2����t��>�N����NWZ�g,��bZC �fP�p=�I��t���v�����G*�[�b�߂S.��u?�#)�g�N�ݒ�`�U�#�=����:8Ng�ר�go�w���DDP����e5L��y`h�����~��G���f�{����L^c���ζ�C�ح����s������f�=����6�l6Ոf����~���c`��H4�L�]
?���
�t7�A�l���g��}3�b�C4"2E������!�	,0�0f�����"(_���& �`-Y��"N����Q�}�'9�Є�!B%$�,�H����O���w�.�X�P����oį'ipU�Ṟk�c-�q	i����]T-W�}�-��^c�On����&�*��yw�.p�����Z�BxD�=�a���y���)��H���de����W�.�jn�����������Z���
�!|��9��;t��lx8R�9��@DE��j�������jV�\����*���cۤ#t+��]��sz�uJbb�.M�����e��!� 88s�6��;�sӜ�w+z�o����7b��~���"�D��oxB�e�+-�R_i\k�X·6�S�K$�W
��/#�����;��gL�Ἱ�w����2�U�b�r�M��L"�U�T'���a�fP�L5(i��Jn`~¦��|�D
��.�Ւ�!�-ZbZ��/��ɕ�$�{�!�m�H����o�	�_{���J����+BI�Hs�����Q���``pҦ��s;�CJ䂐X�vM��;��Y\��'�����UL������	9�#���ʼn��н#���lQ/�>���N����X��n�E�?@0ad�F	�P�0NC��g[}Q���h�(eP/m�UW��;‹G*�@���W+Q./zh@�E5Q�h*G�4�Ww}��NJZ$��3h�� C��	�o5�P�fE�jp���)ڪ:��DDZ`^Uw=�!�����>�+�db8os�'h}� ܧ�>�g˽7�۟v擵<o.��;��t�"��=��tl�)������h��AkK=�T�nJ��။L�V'�k7�dj)�/�j
7F�:E_�î4uT@<�v��r|�ǝ���#\lnlh�q����ia�����	�,N	��^��*�5:A���-[L��������q�$�l&�=�N�����b�M���;�{�<jR����ye�-s�����͒N[�Z�S��0~���QO7��`;���F\�(m��R:�6�G�	��b,r�D{�;���:�p~�gGog�����;^U�Do������t˺�O?�P�|G�|=gN�_b
;&���a��Fob�ռ�3�����FU����1��t��(d%?��;ZG#V1d�UWᡧ'M���X7�"��1/QGp��b��h��2!�����[����M�PR�++�5~��g���NbD�L^L_���	 �C�@4��]��r��y��������HwȰ��|�O���xM� ����9�ڍsB�����?[�{HT�D؈��`��/o_xBy�����P��o�d�Bب�� |0z:5��b�qR<Qr9>
���Pu�e�Lf���]ޯL���%���ܺh	�Dz_�}���Nn�VZ$�!�w[�!�y�7�>q8cN蒷�h�
\SL"u��u�/��oY�8v�O�5}�rx^��.y�U���uѳ�?)�x���T�F�����p�.1�����r>��I؁����������#�v����HL��!� A�ѳC֐�r�뤼��ک)���GwL��%���u��_�������H��Ss�"�MTӦ�a7�1-B�~vE�-͝r����׆����/��5vMM�m�޿��g]nl����ly�0�y���<7�A�&��<�n�[!�N�i
���X��n�E�@@0ac�F	�P������Ơ!�$-�����{v�����CA$4:�ߢ�{gX�W�Pt�������s�I��L�҃�Hg�6?�@�܆+�?�FP�8�O\p٤g�0Vd�	)�d2�J~�C�<b���Sbt;X�T����z���!��l�Tc��{�U�]��'���L�a�\s|
��i�UL��{�D�-�V7!��������v�&4���‚�s��~��H��-U�j����H�-&dy������l~��l�[Z"R���TY�$���CHv�L��0A�G_ΐO5�����iv�ǰ;�l���,�����
�|cbVv�hSe���UDϠ���5��KfN����->�
���,�w3������J����kL���a3�o��Z��<z�O�[I<kVʫ's}]Li��B����3������
���3�)/	���g���O?��茿��1�޲�����<��7K��4t#�;N��G�|��fŢ����.�c��}^�T�22�͇)G���؈��by���sL�����������Un�N����+~>S�O�|��������P`,�Ȋ�c����l�i��#+����`G&DC@^|L��@�(ʲ��Ծ��h�����0<�7�ߓ/�O�����`&��|`��H�]π�k����d�p/R��I0��i����G%�e��i���](B���1<��o�<��N��iw�}�N�����'���z�3�O�nO�e>�H����4����R�uI<���c���/�����:��v��Y�,�����6T��L���8)`w��	\�~}Ŧ\d��Ak�fߍZ�m���5��A�e8���z�ر�h�)k����'�Φ�^o8�c�/�J��	8Gg�����zt������S;��T�^|�v&z�^�i5,��&8*��b��Sv2*3��:����߉�
�>������O��u�����LX�%�]���
#�����l;���$��h�}y��Ȉ!�N��
<<n�X��E(
����F	PNC��FXM|NC�N�
���X��n�E�A@0ab�F	�P��NC��@�lM�(�w�\��͕��Ӌη��X�a��e��y�0a��`�6�:6"����Wa���M�+Z8��ܓ��
����	������#�B�j#K��6)�!����LV*R*��@�Z�w8����=�a�������`w{���z���9��I���'!F��%�s&�ⴤ90d��T0�f��99.
��Lsss�C�D��i�a�sz5��n`�&��Ӗ6ы�N`���9��'6���c��?���R�������L`��K�9 �]vU������+3j_e�]X��C�$E���~�܁��@�	���8���������.͸V0ꀐ0D�������}�Z>?���ԇ��Vݏ{�\���[0��3��?	�(��S�ƒ��"`���_q���߾����K�o�����`��ۼ����f�0�g�\�}���^����jL]L5�_�-�:�'�����P*�֯����~�}�Y�`;n�u4���{_��`�P@fE���	=b����Nh��"��z�m���5$����]�v��"#н���֨Z�e��1�1[z���_J�v��c������,�A#��� �2�X�P�U��@��2��u�G�]+4���}I��W�`DE�D_y����z�R�~��-#�~��@b~�����w����Țn3�3W�m�W��^��Ԍ��������$�o���hch������v�:;��5���qܤ�W�����c�k��v�V�6�$�*���>��C7j���lpm+�R���$DŽFڝm����F�ܟ��K��{��3�>~�}��2��{���ZJw�nj!�p��8p�th��[`]�M����8�S���š�kcq�V��ϣ�q����e�0�gh��9^7#����=<��dD�vr���/��w��������J��h܊_D����im��rB[{&��S�K��Ny�	Z��UW������\����CN�
���X��n�E�B@0aa�F	�P�LNC��#\����wq�>�_b��+7��"g0�3���h��G���$����n��j���[dEex�81��F�΋x�xf�����ee+yڍ[���0)"�\������W]�k<��84��"

u��A��BPq�Hl1�p��DL�D��Q��Gl���eɪ���8'�3HS�_��T� ٵ���nvnq��6�"@�p�9�]��sS��V��������ce���vWh�6�p8&�"J^]�YaD�J��]�����ؠ^U�7Z���R~;�B�������/L�'�1ʣ����H������:�<;�R��Oo������7�x��?�ܴ9E�]��*��Ԋ�T�a.���#15�}^�����oyx��:��ّ.�>��x��������J
R~�v�_���nm��V�ug�L�K���o6���ӵ�5���׷k|q�֨,IV������dͻ��_v��M�}c
�c�։�µ\Y�l�`��z�ε	)aj���Y�lo٨��C��m�"����&�5Fկ����щ*R�Us1V�Ќ�Q�Y��}�#n&������֕�W����uU��\�_h�s�v�o޴=�.i\���۫��auXkn
=�O4�s�B��9�q:�w�-~U�V���$ct:_�D<������q�9��Uۏ�L~����5h���Փ7��	̠"���5�[�Fv�P��d?EYgW�!4.3�����V��lw;|�kK�kɄ�qe4{S���cr"d��ɼ�ѧ[sxJ~ylvvuWk��:�����)^Mi朐2�}uM�;����t��]�C|�����km���� �lȀ����R�z�%͟X.��N%G�!!v�����L#A.����e��ʼӉ�����ҦB�H�CV�S7O~�����J }�I��6���[���`��� k�u.�i�ĸ���ٗ���<���3��Lg�w�0�N���+vm]�^���雐r���c�eV���5���k��6�c��Ȉ�r����ͣ�N�<<n�X��E(
����F	PNC��FX�C�CN�<<n�X��E(
	����F	PNC��FX�C�CN����X��n�E�C@0a`�F	�P������Ơ!�$-�����{v�����CA$4:�ߢ�{gX�W�Pt�������s�I��L�҃�Hg�6?�@�܆+�?�FP�8�O\p٤g�0Vd�	)�d2�J~�C�<b���Sbt;X�T����z���!��l�Tc��{�U�]��'���L�a�\s|
��i�UL��{�D�-�V7!��������v�&4���‚�s��~��H��-U�j����H�-&dy������l~��l�[Z"R���TY�$���CHv�L��0A�G_ΐO5�����iv�ǰ;�l���,�����
�|cbVv�hSe���UDϠ���5��KfN����->�
���,�w3������J����kL���a3�o��Z��<z�O�[I<kVʫ's}]Li��B����3������
���3�)/	���g���O?��茿��1�޲�����<��7K��4t#�;N��G�|��fŢ����.�c��}^�T�22�͇)G���؈��by���sL�����������Un�N����+~>S�O�|��������P`,�Ȋ�c����l�i��#+����`G&DC@^|L��@�(ʲ��Ծ��h�����0<�7�ߓ/�O�����`&��|`��H�]π�k����d�p/R��I0��i����G%�e��i���](B���1<��o�<��N��iw�}�N�����'���z�3�O�nO�e>�H����4����R�uI<���c���/�����:��v��Y�,�����6T��L���8)`w��	\�~}Ŧ\d��Ak�fߍZ�m���5��A�e8���z�ر�h�)k����'�Φ�^o8�c�/�J��	8Gg�����zt������S;��T�^|�v&z�^�i5,��&8*��b��Sv2*3��:����߉�
�>������O��u�����LX�%�]���
#�����l;���$��h�}y��Ȉ"�Nc9<<n�X��E(
����F	PNC�PFX�"�N�I<<n�X��E(
����F	PNC�P5<^�NC�N�����X��n�E�D@0a_�F	�P�NC��5��F��)E�](���R���"���������ᴕ�#�V�R+����K����@�tH�R�aL�nQ�$ȉ�d�ǘ��L��?�������y����Ȟ�2Tt�AW�ԣu|��I�q��"��߲��F<��>�uL�{,L�����X*:�*!t0B��c�>b��&��!"�0�@{�R}u^{{P��
�����¯�?�|��~�B���`�&C��������^y����V�j,	����}��%y���p��S�w0�< �͋H6�QV*���5�ρY�j��[�'����LD ~�ί�n|��;��̀��
�������t�Y\�{e0N��.J�=.~�'ɴ�yԵ�xe��0I:��`���[_�h����?�kTǵ��{��x��oE��"�}�G�֝��s͢�c�2'��Ƅ��=�w�??u��\��%�������'��A ]3����	����3r*㲚pR�����������{��%>��~���	y�1��\Ì>r��X��1�~����r����������_S�B�ֆۍ������n��36��>w���"�fdAv��1b���LZ��n��Z�>Ns[���[����������Ȇ�ݿ~�`�9���hH�-��#��J�D���m�G�]3�7��:���\�$��1ɏ�ݨ�e�m����]$�w��{�g�f���ݻf��ڇ2���ZS3�V|=y��MuX��/P��uQ��}10�,Y��;���{����{���18�;�O3U>r������\{,��rb�x>��3U�f�\om���o<�a-<O��!�����Bo���ɧ�`@b΅�l���{�tT��˽�u/xN�����}kZ�^c�$���K�>#�ڸ30�k�����~������������|��7� ���N�W�S��z�K]o����Y��4~s tl N㼩�v����A�Ϗໞ��?�(��s��"�N1����X��n�E�E@0a^�F	�P��NC��,RjI�S)��p�xd�so;��20d8S�����Y6�ߔ��G��������僱�z\�˞r^ȸ���;�"jp03�:#�eA�^o{��䇛!���϶���@�����}{?�e�W��� q��R�E�6d���rrU���H�G�-.�v�������,�-���o���<Pg�����>��\_^$?:�_�>N����|���F�X���2�=FIo��;_Y�������:�Z����.��(��]�d���"�2���t=��F���9yapdAqr�:1�o�f�����������5Aa�k-I8^cF�1����f���6�t��/�n�Q�$�SY/!�Oci��n�G$ԫ�0����v����*`�F�0�yq��e�R�aF�؊�0+
im���"��xe������7�=���lT����Tk�hA&$���hJk
nW������E����Vxж&��p79�7��u��������X+�e��ja��n_f}`"�[��X���b
ި2�}�C�����I���"#��5)]i3� ����M�����|>}�o�����v����Yw�(ڶB���ف{S %���4���)Xd���Uק����e�T��Ms�5�*@C��q��b�U�꼄ʫ9Jmѹ1*���~|O��l�K<�������pu���N����E�5
��D@�gCܨL֐�:�E�S���S8��iU?�e��������fg�VC��>���r	��c�l�qm��=�"���璄�{I�����=�L����|�簛�aИ��~@(�Z�54���Ѽ��Za�v��\�w찕�`j��>��{=���m��,Z�T�U�n�]�������u��xsXZ�ְ1h..[��Ń�\~h��b��l^�2k<~�t��W�d�W���lIJ�����yx�����x�5%��cI�{��乪`L��w�*礪0D������$�#�ī�v{Ӽ�}�g��U�U|>�BC�e�rY��)���H�� +!�"�N��<<n�X��E(
����F	PNC�hP�5<X��N�<<n�X��E(

����F	PNC�hP)�jNC�N����X��n�E�F@0a]�F	�P�hNC���/�Iq�$��%���I��&�%�9����������N�;`���^�H�
�&[�/�	â~Af$�����c��o*r�s�|�:c�f�a�?8~j�`�ݽ�bx�B5�:A��Q�]Z���Z��*nxg��P1����g`�
�b�lW���h�'G.?�{qi�ڢ��'>R8�ʟ*rl#)��� �(~;�d��PW�ӯ�+H[N	?�E�t�E�����5{�h�3�!�O̳���‚�c���F�7���W�(p3*_��qz�8g秫��-�;�A�{4+]�œ�%`T�QH��hGsK�����a\ �c �'^��6M��6C_5����<\�v)"��4��GZ����T�.���h�Pd!������ ~Bg���8yX��󽟊�|	=vo_���xy�xޞ���a�̲E	�����\s�����	��������֏מز�̚TM�R�ƣ�g�c�����>:=��mG��)!���a	~�)�P`;�����(r�I����d�NC'�`A�:�	N�@�ޟ���Ƴ����6���`�(h$��)�?M��1��,����������
�
����\�ՠ��c��Kf�\���"�T.����W*��j�	�g��f���jl,
�w�7���'�S���ɱ4.�|J ����ñ�������Jӭi���s�n�]ǣ�խ����{a�����o�m��D�N�>��A7�|���e��k�n,7��t��O��U�0"�b��g5�Sm��d	��@�g�%�����V�Y���?���C�ƫ����6P�Vz�����-���z���s���ŏ��`��W
ߍӱ%��h�f%`+6����r������ӕ�z�������ᵕ�&g����b�Y��I�eV,�}#�zӒ1��x�^���f�<���P�R~���9��P���չ�0��V�Μ�g��)�[:�it���1�{����#zZ_��I�6�;���U`����оi�u���_|]���/�s|�M�$��ex�S�Z���
d�"�N����X��n�E�G@0a\�F	�P�NC��k���
��-�'�O���^�I�!GRM��D�����]W4H��݆C�)/��Н{n�Fz���${,X��mm�����߭��d�Z]5KuۮSv��
��h]�ݸDC8���7;�ż�����N{8
/�k�k����^���j��U`��kDW��DE�����:�\������NWq�5�xW��&g�A��m�"!)�����I�Cw=T���`�l�W��c������Q��;͢�畜tZfs�񞖍�32�4��W��Y:������p��Ym+���+��S�?����ޯ�3�XM�ݳ��l�(k��HC<S)����
H���%���@;*R�I��2�?��rY��� \��
�8����}f���Oٙ���߽�w*'���3~H�w���b��C�։���g�U� r�]�������[_>1�Z�JL�҄���ú�B��!ژ{��+ �BǢ�a��)K�l�T�'�h�6$+A3��Q�����gt�����`Q
I�������Hp+�k�S]5��X��]��t�F~��
y��eC����c���8|bb��(��#�۲�N��@���i�W�Q�	zL���S��p��s�0�����5*	�m)_��x�_����Z~;�y�y�����?"*4��vccw��=z}��3Ȧ��	r��I�����.w坵���M
["{Y���]U�o�z+��?m�������0������|n��;/n��������
-��5�k�鋿Kr����ߒ|$Z�����C��,|�S�����9?��������+���
�����ny��L�J�AF%5������s�;�P��iو\��܃+l����tS�0�E�
%�&�>U�6."DM�[W|���XC�r�	O*�NF90��.�EM�w�%}����<��_#�b& M;������=?��5\��� =rX#�Ǩ���Y�*��L��n%~=�o�ٳ��[��P�1�z{�(�=(� 
C�b���h�������1��`?x�Fa�\�`�e7�����"�gK�u�D���X��n�E�H@0a[�F	�P��C��m�<+ AC�W��P%FG�y�a�8.�S��ǣ����`T	��$��j����XW�&fw��Q���^�p�_�Ǎ/��O��y������Q���O�>��=3ǵy�ϥ�bB���dTd�{T�"������E���ʳ�U��EPUO����+1j�E[�
QIFgAZ��LTQMD[8��1i�-r�/�������Oc����8�����?�������[����^�s��;V���?�g�ӠY^����z~HtT����ܢ;d�|%h�C_5���D��`A��q�����<��H����j��*���~�&f~[��=��$�Y�&[ȏrA{Y��x!>I��e�%~�X�mD�]Œ��+����[;�1�=YPb1YC
�����;��z��_�������+:`��]R���tӻL�"�a�����SVH?�������Q�<�|����N;-���8v���Co�����/��w�5�z|�ҌRʮ�4�>�MH�?��`�����D�qWرrW�Vv:\�*!����>�k�o���f���$�8]�G1��� ��w����������Dx���l��}F�z��]�����"أN�U�.Sy��`Q�m3'��^8ս0�����@F�a�����Y���9i� ͅ��π��}EŴl��m��s��Ѭ\Ւ�Da��m���o���^M�2u�آ=*V7V2���Wo���bm-�wz�'j�i$�Bm���>�5(�6f5�����Q��'����cm�~Z�c�pMow;�����e��a��g����$b4 �਄�*�0��"������a
��[�ޏ�j�8���>�6px�N}�U�b�����p�o�{)�^-H;=��)�`e��*���.QB��3�׽-J�7#S����'[����t~˛��}eOuA��m;�y� ��#��M�*3ER�P���������8b����f(��0޳�֩"��+Z6����

")�(���o���P��+����b�-+
b�L<��35[DQCŴ��������N�`<<n�X��E(
����F	PNC��h$ X��N�n<<n�X��E(
����F	PNC��P�{NC�N/����X��n�E�I@0aZ�F	�P��NC����|<?g��c�?�����j�X(���1N-y����B@�� ���H��23+7}����U�_�O����,Y����	��S]���k�.����eφ�>7���^ܙ�����6���K�&a��b��K�q��d+{
E��SxZ���㔬���(+�3#-���������S��]�j/���tU*0y�տU	��$����-����{=,��_?�*��v�
F�>t�M#5���׹+wqR����ɼb�q�[N�W�N�h�d��%�R��Y�u�~�/��◵1��WJ�9��2�{�^���/WNUE����N�3�\��|{��dk��c�|���Ѩ�x�ڷ:IWF��q �`��W�D=������ �W� �*�F��?��Ԙ6z��u�.�6��4��<�E�#��嘊!>:�T���j1e!�:p�����y �Aw:9�ݚ�$��yH�]��W1��{GF�����B=�2��LR,��_�տ9U1G��\�-?��ϘY�mw������;U��`IO����{K^H��H@/zHCM+a�ْ+��P7�B��	�*��ᩝW�v��� ��	�N/��}�«�����j���ٌrG�0~)f�j�[u���zh�`�����Y���v+$^(yi�!ɹp�Ecu������� /4H�	���~�ų��]ؼ5V ޕB���>Y��W������»��:k4���Ȑ�f��H��8�p����k۱���(Ŗ/Ozz�����T�!��.bF���n����	lm���{aO���n�>+wf���@
�epTj0F�7���|R~�F������x��٥J!@��������+߬7G�.�Q��oT������6@�7a&XB��7�~���V[���X��9P�:��6�A���m�D�>@�ꈵ�RmLj=�Q5,�՜؂�PX�-+�ԯ%yj�J��j$�+z��>��e_iC���QMS�F2����w5������?���ɴ2�1����L�h%�d���{cC´f�m�
��48a	m�Ƕ����
�tA"�N�����X��n�E�J@0aY�F	�P�8NC���Z��޼Q��v����Tx{����9���yD��{I9�u�����H��[������
�H��ϖ�I��\?G�w E�>$��@�U�����1d�X �%�~Y��
��e�W\s��KA�zV_��=�_{�l�����*�S1�)��@�U�(�}�w|n�+Yw��	�
�Q����[���-�&��,��R��v1�L�Z	�$U�]����M�	���j��t�W���\,s�^WO�w@1I�P�Z���_��^���j�l�I'�`���� <�����S݅�_'e��e/7�?��l�g���5w�ͩ\Nנ�����*�*���%������c���i��&^��}�d籑8����s�v�.8�-�Y�5���������MZFO�#X��� 
F����L�n��_|p���EYl]�֑SC1r����`#bې}�.!1�}?0�����n(���e5LX�L������E/��h��]���
H3u�V��#J�������4�?�=�`}�K������6�NQ�Ɩ��ҧ�;Aj�f�l���
�-z�$'���k^�@+�C��ڢ@��3N�Κ��<TJ�!
�yri��ӝ�]�+[���B��ҹ�;�&L���z��/;�T�	���R����8V-\pcw��W�N!�X�:Vc|S�dO���=,ٔ"k�=F�͠(�bd
eM-����OI'0�I���͌'�#�<�纮�-+�¾&Zf��	�����[ċ�Ud'=T��K2i�05�tD��e�^kcoQ&�11`ZR)�K��g.���}�����W�
o���PŦ[��(�䔑ݻT�b�8��9��x�A��=���/?þ��tC� ^���,�?�2O=�����HY>R,���������CԘFK�d1�(3ʵk�����eI����aq,�kU%pt;�T+
%���q�KSNu�n��ݿ��Q4���pږ�>I�Sj�OD��͟`������-<��:.�p�&qy�T�IiL�������#9?Ζ��Ȟz<�q��p�n�S�"�Nc����X��n�E�K@0aX�F	�P����Z�T���f��l�BE�	4�9/��׻U�7�V.���P�-���{��U�ߟ��XYF�Ɂ��������x��`������\��d�J]s?,�b���b��|��~��J���d��3l��"�d��i^��Y��fl#Z�UF�ɇ���I����g��~p}~��
�4���7c��z��e7��>��w�S zς`�����?Oy/#hm��ܠn
�;5�o����/��K����	��w���
˶ȯ|@�j�>����/�y�+C5T��*�q	U:�w�3��N}�LtVN
���bR���qx�c4
����+h�����0}�
�p^+dӷ"�VgڱF.`m�0�Fx�AܤS�\�f'g�X�ݓN��e��|S�<���>���f����]�B����5�^ؠ��aqj/9��`&��W��[�Y;w��2x��4' E8�������G�#�?ȿ9��;\���-���`�����!��R9?�;��!�����0t������:*ѱ���g3su�O�T���~BV�k�y�����:�I���_���������������M�tH���V���j��N-�qڣ��Ա��w�_���⠹s^d�Z��lh��¿�Tz��<K~"t�3��u$KԱ��SX�C"{������f����Ϥ�"������`�����\�y�~a������PPb�:o�kI�����7��
5�v[�`����YZ�%^�u�:������l��1[����A!��r:r&�����%�3b�3���AAUY8uK7U�wnۇoe�տ�Ƽ���<���Qa��:��������a'"��b��	��*!<K��������������:����4s�����ֱg�V/�|�؃��C���f߹٭[;VvA�}�4
W/g����)�m���*�ij�Y�
F������ݰ���|���������CIM,P�R/����bJX(
,3C,�GňJ`�EQTP<��H�oAcA��0/�i����U�@9=A0@/#"�N�<n�X��E(
����F	PNC�����"�Nb�<n�X��E(
����F	PNC��P���NC�N�j���X��n�E�L@0aW�F	�P��NC��I���k}���͒�}c���������oo�1��eU���v5c-��xncE�SS/���,d?��ϸ=�ObȠکYŖ��no>Njvz�K��~�����rR�����JVeM`�k���̘��sR"9R�6p\<ͥ�Jx����2�wM�^��*�u��>oUJ�%*!�ZLAR~U6����$2>Ar$y��/X�{%54�Q�@�c>Q�9������q���~��`��L�pa�1�~���������LN~Iy�����7�����W���������V��sL�xn�
������m���`���3��C����d���8�(^��׸���7����H�I��l>+������%����FV%���a�;�@�AD�C���sz��/��{nhR��Ub��":�//������f��q+�?��O���y<k|��=�L���3��Sp���l�O_���>~�~��AlP��2�T��p+	7���
�Eb

�(,cb+Dz=.�eI��ns{����̑C����Y_��'��z/9���<��;�~�A~��9��D*�"����;�~_l�UU����a����
Eb�(��QEQEQ%A���P����=�V���lU8vg��A�#S�xL�X�Ce"�)���M��'���qb^NńS�@��f��x��A_MT�VATX/��m��/',q���Gb�	BBl�'�z�К9����a�R��şS��嘣�� ��k��D���X��X��oỶ|�,-�7��Vo·���${_���P����E4�D��MU"����X)쒺����s�%M֌X�����0Ѻ�$���z}Ll�k;�jZ�TT����l������rع���~/�����9ۛ�9r��1���*��k?��k�����
�0�KcB���=@L�� P�]$����h���uW^�F
����a��/�|����b|�."@:�����-�L\V�+�o������k�r�����><.�Z���5��I�����a~l���ކ�i�+l?R�;�o?"�N����X��n�E�M@0aV�F	�P�TNC���I�����]
����5}��VM�Aád�u�sDP�y���b��$��`ÄuI+\��=ľK����F�_O�@�o��R�w^2bh�@�=���������+�-�N�s��8d�i�I�\._[��Vw7qW��ƪ 4����x*�YB0�{�;%ٳ��E��To����iA݌�30�&Z�*�^>,�/������^��"�4�#sYj"��f�+k�_�|���#deɮ�-[m�������{�H�{��V�gx��`(3Tt�.�F���nJ����|�����p�����"�`��O�0��&)�!'��N�����9��Ũ�sx� tt�$���|�)��=�����Աm�^��kUV��1�y%(N܈�1$(nS+����} ���sh�������M�h�z�������kM	�F��1R&"e�b�4	%�Cg��J4��m0�P;����LI:�S����I��uΪ����2�#�M��0�N��c���h�Hl���
���ZbLǺ�C��SIұ�~�/�K��j�eH��f;U���ƙ�Λ��7�1h�~��&θ?)d,��`��DF9�y$����w����=$/Y��@@ɦ�s?���#@�������[����s�3ԲIHS�Q^|Y����ҵ}p��9�ɣ��;�B`@��)&H�80Z�(�Av���4x	!c3p���M�(������3j���UX��ょ�����	���n��<�5LΆ�WL�Ŕ��&�.�QI�
M�&j	J�M��.�t�9�$��E�j�Z�i����
�Bl$sA�t���0�΋�R�۔����I�S0f`���:�'	q�)��B�N7��x��m�ۜ��-d�� 23�5�x�t��ڮ�3�6j�E6`7���r<�1Ƒ|���|��-��9C���e�����ug}�cV������5�h��%v��C��y�1*�k
	E��'���T�����9��>��s+L-�������W҈�z����ǒ�`���NrB��n�LH�5ӘK�C�sj9Gj5�~2aar����s�����'w�CN����X��n�E�N@0aU�F	�P�NC�����k9_6������������ӧYn�r���~ř0��i�!i���<��wK&tt�:����Cs����檞m)yU��&	�BHqp�̳��r�&�{<:6�U�Z�m)�KU
�ldf<�y�멭&D��~�H�P�=���>���B�*����Yi�qat.��)�����B�f~�����UV�6��C]7(C�Qd��'��� ��F�
��	������h-⠻�A`z=��c��*>�_..
=�7&��}}ԃQ�`�Oҧ�� ������=ƵE�6����#�|/������>���!�{�������}ɨF���ҡo+���*�A�t8�#7n�oJfQ�k����v����o3�5�i���V�bFFj�fo�QأO!��{���v�NH� �$��f5�wk[�(���Npx����r��Ո������s4;���~��k��uo
^l�+�M�]ޏQ]��H��$;˓EQ��c�ֲAg���������M"
h�|���
T:Ȁ�ڟ}����I�~*��nZ=�A&�Z`�-E�b������@0g���1�8��s��6M�L�)���[�Y��$�
���C�U*��&�,��<d�Z�O5�,�+�I�\.��D{S��e���&�l��,!�ψ,��{��TDC�mp�_W;�yڞ������ܱ3Խ0e}h[����
����A�X[[����f�²L.�C,���|^�_q78�6w
�fOUʫ�$XLvJ��&��'h���!�7M�&��[�lOJ6�y��q��h�H�`l��xF��U��y���?����H h2���Y�Z�;$dQD%2P�&�r��ZRX�d@K�ָ�����[�����ˠ �� 據VR�77��~���>?%�(0��0�L��o(���~�9K�[F2-@�F�0�cR���[�Udh*#H6;g��ì#}�����ӝ%�hf���GxCk�4.y?��Q�—�[�o���C�I`����2�VLV�l-@�ݵ��F�Ą$�����#"I#
������$��@�z�i
��.KH2@����y�ztʚ)�x��u"�NU�<<n�X��E(
����F	PNC�P���"�N��<<n�X��E(
����F	PNC��P���NC�N����X��n�E�O@0aT�F	�P��NC���5a�����W�A:���}��>��R���QM�m����>�a��ar+>K��Ja���1���@���������(�Ɓu7���g#�� f�E`�u������������V�Ё	9ێBU���5���]v�w0`�س:0�f�da�����b�������xy
0��cBi�
i��I�b������jk�2�f��p������ϸ�})O�4P'��0�FuFdK�ԳT�Xb���ʎ�_��z����ET��ò/#��k8uS>\s�R�����-�@�T�Y'��]�	��كz�
5�)A/��֫�ߥ����0L�
5����(��G�tꮔ��K$�x�%7/%�`�h\�Jdl#�FSY(�}���o8�tU���֜&j�L���YH��m��L�ڏ����;�&�G_�s�E�^e�(���aY�������җ
����1:Y��
��I����o �j^��|�H�'��$��5P�	�}��,q����V�q���ˇJ�]ϳ���V�y��i`D��6 �RQ%$d����LP<�0���iښ��r�k����^mJ�]#o��H=��ˡ�s���,�67�I����e%���)y��:o�����9��	�V]�E�e�p�

���/���"!��	�@T@!����}��e��Ih��2iN�o�q�S�BFI9�k�d�6��0�7��mCBI�޼�L�Ε7\�%B� �BE���H����~@��Q���fƍ���wׯ��5v��A[2,���,5�K4��,�}��чFlf��9�j��3
e�ND�����ȧ�sF�E��$q�&ip�@=���)�1FeB��
���}���eM
��/;�I>���g1M��������Չ̚���Wy}��m���ą�{)�п՟�g���BF����Y9���F3~��xt��m��H���˜��|1���<]�{	CKB%	)����`ۿ���=dO��<���
��U3�4�)K
Ї��~,s_A�w�F�i�]����e�ɬK�uiO	���i���V�'ఉ�.D'J0����"�No���X��n�E�P@0aS�F	�P�pNC���@ء
M[��<���X��{=��{������og�z�
�#}
#;M��~O;��}N;�9��6�5F����+��/K�l���I��jE ��T�q�����7]������}��w�
�k�(��'�ˁĚ�����UEUL���U?F��kp{qq����~}�Q)�x5I�Jm���S@�9]ޛ�K_����2|2���5����^	��EK������\{"=�g����)P}��l3o��?�������*6"����D�Xع��[�|b�Ԩ�Wqr�W��@a���R��������(i��Dx������M�����_��7���@�I��ߞ,�Hmh�w���������!�Ha��17Tֽ��d����<Nj�
���ًZ\���{�����W˫����ڷH��viۓK�q�D���䒈g��b��CT3-k%�btXll��4����T�@E��%�V6����K�z������*�9C��Ҹ$c0�^���9���j�U�>H�a�i�^/51�����Ck*8�N�ԺH�7����+��DIi�2�2<F0�$���19čoW2��4i��Pf9�O;���=Y�
��;��ɽĂ���Y�Ǯ-3T� ��#�pV���o�����lu�ߔDe�P���@�7����Н�|�v<�	�u�=�TP���ZRb����-�j�_���Cq�,:F���q�]5�DL��LhzgxI*�F��Vd�
��v�yuϛw���%,F-������B�����k@3t	���b�����Ef��=<S8�"5&7������KWDz{��i�Ū����C=�dۨ\����S�;
��S��F�",�đ$�”���z����bG��5���E�<���7>�4p]{�u����޼���62*݃S��<J �t�O���.���j��k����)?��G������k}�g���ݎ"Z}��eC���>�������%����G�n�.k`������W��.7U�|���t���"�Nm���X��n�E�Q@0aR�F	�P�$NC�����5ޓ�����{���[SD4�DŎ�Y"����K<�^��i�1����m�I#�_�4�3}�F��u𙃑j7aӦ���:-c��K�u�:'J~O|�?�r9�����a
r:����h��1�7(�0�����qMU3,d�xI�(E���0o�O����c	_����ρxx��Z:D���2�3�q�oG�K�y�Ȕ������|��G]������#1��G<S�XeI�Ě��]�����(��bV�Jp�y�&]Nj�:��M��Z������3��WHH������4Es���
�^lj���٥
s!M�V�ni]�%{)�DV���A5��89k�C�����A�
�_��g�n�hff&�
lV���$�#b��:��������K�	$����B@T���_z�n_��_tx��#�/{x�������$e�f�0�deeBߚh2��D���.4V�m�Q|�sF[����™P�sL�t������M�L���6������!!k'�R�����{X��
&P�S*Lo�/�=KRTQ�0��LF���F.<��/����L19���=f���E�K��AE��c�}�\�L[����8Z�c�T�7��&M(�vZ��%=J)�8�Qe����c���'-��'J�?��u	>��Ӛ
O#���I
�����shk��P]S��9`�ɠV�����C>�P�r��:ِ�;��p�f�+����q�_��6��Q@9 �`2#��^>;���Ѹj���'!��
C�a�I>A�9t^i�6a-�L�{����=�S�RQ��q��������C#�{��H9������,��
��a��K�5N���pQ��i�we�^hxU�j8L�̉��?��eVˑty/P�=SX§Lr~r*s�t
�&K�Ԏ��G��?~z��������H�x����G�����)S# [cf�z9_x���>��^_�=L7ḥEަm�"F�k)�	1b����N(d)ήZK���ƤL�������.CwN':�)F���k؍�z"ϊ�H����>`X��@/-��gw�=��]��a�Ŧ��)��`����i�""�N]$<<n�X��E(
����F	PNC�$P���"�N�<<n�X��E(
����F	PNC�����NC�Nћ���X��n�E�R@0aQ�F	�P��C��Ї���p;��E6:?4�Ѧ]��yѡ)���ѴLl���f�~c\���0���W>�M�5�\����+#�FB���y6��|�����Õx���2����y��@���Ϳ@���=oϜGu�d��<��_��q"��$!��wea�k =�f���lx��K��9���`%OÐ�!e0d*]̃/
������j�.��/�D��k��k8��|2�f͡�����D
����"}qO��G¡����@
��M��4�����Qu�j��Òث���"�&��n���kAG��X�9*/�.(�srn}����)}�_��<I���͐wV��R�����I���fV{�n�������y�;d��`)���Ic;�?�wg�;_MQ%�[���P�%X`�2d\���5J������:�˳�xrlR�fw�R�����r���Ov+?�	���$�C�+u�j �Y���a�02Ж.�&��z�qy�Or�s��"����R�4��c��?�<Q�ƄWa��Tv'����*4�f{2���z.ҤL�u��@	�����f
�kP��W�yԺ�p���>��w�^|���?�����uj���_�p���N�>Du/�Rڂ��q��=l�� �StA�)?�ݑ�/���[ѝ����ڑ!���(|�g�\Ԍ֠5�2��n�V�\T�=?wչCR���
�\��ߦ4�T������Kީ��!��@�5s��?N�����с��������ߩR� 5�kpPmM_8��:��j���~3��q����D����9���n�����a��ӹv�Oz��訰ڐȁ�YV�
PDDE�1���e�L���6�n���@X� )������f�i8���t rp5Er�N�Ё$,i��*�>�)M�ݟ��Z��iu�3S
�kC���Rh�����1;�c�� A����ڽ����K'��NW:Zy"�ǰCh_&gq�)-����Z�%������Bd�E����V	������3�G��.��Gk��+F��D-��,�6�iw�.����6��)� �
ϊ^vA�ߏ+K���zB���"�NJ����X��n�E�S@0aP�F	�P��NC��>��r��m��gZ+�))����BV*[�Z���ܮ���k�p���������G�p�ǧuE���@͍�h/#~k���lU��И��T���8�7{U��	�al���4�  /iE�����Q�?�<�cD	a�s�/��TR��@���E7hl,�V7$�}�^��\��\s���G]*�� 7��]v��1xI��[0����@Te;M��4~F�ZJQ-{������j�+�ʍ�V6p�b�X$��McI^����"���k�������r�qOƙ�7��I�+�XMNo�
������j�P�D�2N����O�����
n�g]�\�+
B3�	G�TsR��H_A�ap+s~�~H;�e����]��2��$-�"���U���rDl�!{/I�IMZ{&�)s݌zBsR��S���af��=G�m8�&ɳ������H�=u�ve�*I�+��#�c�/�u���2��`!��@��#�[�3���v3���{u�d�|t�������g���!�X�ͫ����n|� I�	

"��٦�lO�[r�2m�(�ڸJ�@`�����K��K��4�̽�EѰ?[��c��k����D�<G�Ҁ�*��l�^��	�L�zd�D&����+iߖ�)�EM�Z��a�@�Gi@'��|/�3(�hH���}K��sy8�kH��~n�N����������f�W�Z��·���^o`B�M&9��P��Hݑcm`H�Q����d��r��U����ݴ�����531`�1�
����1������uբ��9kZ��*nH��Oy�6�U�ͶB�\�PV)��$:
�<9�U�K��1�\�#������vRِ�r�4)�U����bّ��|��S��f�!x,ob����W�wS������I���ɰGDȱUhX������y�����5$�,�j���T�`箃q)�����n�|��l5x'�'AG�	@S�����F`Vtΐ0�4WWn֏�4CN`y�C�����F60�	7���6�Zh�>���3�+�8㠫��s+L�Z�������߷"�N]����X��n�E�T@0aO�F	�P�@NC���Z?
	ڔ�T4cyaV���eS����0fN>9��Dڤ�!1��t�@�;�3.>���P��ߺ_�����q:$��P���۶�5��h��dRIE!�0�k#b���t�[����$���Ϸ�U`T� ,03=�����嬤9�C|�H�#��>����	=�u�ۿ��X��6v;��c<Ÿ��2��U������	iqn�/lݒi$xxz�Ns�����3��b�#OX�L�]����{s*�l&��0�/��r�����,�Qd`�EI#E��4;�ی��D
DHĄ�0��+EM%ШJB0U%M$�QAPD�UTT�*���� �C6���o�ͭqۆ��������Y h� /�T����P
2:A��R�x�S��t�m;���p
@
�������qd29uʏW��)��N�D
S�������TzYۮ�����_��ȉ��ȑ��Q�n�
�.z�V��a�шJn<a�+�هd��r+KZ:gE�z��Ҍ�=3]:���D�Zm��l7o�����2c����V����;A('�&���b��\�'>��ǥ@��t������Z�k�,�4Wk�c�ܙ��xG\�VU��1�fOM3��·/�1�1s>U;�\_=�7�o��XW�)��>��C�� ��GYJ�l�&������61꣗i�Jww<�#P�j~1;7AǗ5�
�X^�W�'0��Ӵn\
c���yr�0r�?�^��������;���j4�����3�i�dh���?2�Z��U��sz�o\-��1Xʰ"J����؞[*h|i/1ٖɮ�~�꼻��_4���)£�����m��pF+�.�x����3P=�����!��|ڄ����A3�'p��ǑC����'nT��?���V�x�Gк<�S�ﴞE�\�ق��ת/Ec�Q�x���f!#�I��]Jy�٣�%IG������X�c��z�"d{����K�&��L �+7����NYFFJ��n�,N�՗���ƽRE������ۖڵ��zrb������0�b s8(d�KP��8�:qWYډ��H��V	�wim����"�N��<<n�X��E(
����F	PNC��Ph��pNC�N�����X��n�E�U@0aN�F	�P��NC��>��r��m��gZ+�))����BV*[�Z���ܮ���k�p���������G�p�ǧuE���@͍�h/#~k���lU��И��T���8�7{U��	�al���4�  /iE�����Q�?�<�cD	a�s�/��TR��@���E7hl,�V7$�}�^��\��\s���G]*�� 7��]v��1xI��[0����@Te;M��4~F�ZJQ-{������j�+�ʍ�V6p�b�X$��McI^����"���k�������r�qOƙ�7��I�+�XMNo�
������j�P�D�2N����O�����
n�g]�\�+
B3�	G�TsR��H_A�ap+s~�~H;�e����]��2��$-�"���U���rDl�!{/I�IMZ{&�)s݌zBsR��S���af��=G�m8�&ɳ������H�=u�ve�*I�+��#�c�/�u���2��`!��@��#�[�3���v3���{u�d�|t�������g���!�X�ͫ����n|� I�	

"��٦�lO�[r�2m�(�ڸJ�@`�����K��K��4�̽�EѰ?[��c��k����D�<G�Ҁ�*��l�^��	�L�zd�D&����+iߖ�)�EM�Z��a�@�Gi@'��|/�3(�hH���}K��sy8�kH��~n�N����������f�W�Z��·���^o`B�M&9��P��Hݑcm`H�Q����d��r��U����ݴ�����531`�1�
����1������uբ��9kZ��*nH��Oy�6�U�ͶB�\�PV)��$:
�<9�U�K��1�\�#������vRِ�r�4)�U����bّ��|��S��f�!x,ob����W�wS������I���ɰGDȱUhX������y�����5$�,�j���T�`箃q)�����n�|��l5x'�'AG�	@S�����F`Vtΐ0�4WWn֏�4CN`y�C�����F60�	7���6�Zh�>���3�+�8㠫��s+L�Z�������߷"�NV�<<n�X��E(
����F	PNC���߯�$NC�N�<<n�X��E(
����F	PNC����NC�NTM
���X��n�E�V@0aM�F	�P���P!�b`���d@U���7x�4����vW���\В|	"��&��=�H���vz&h��
D��F�2�+ɹ`kPn�(�J��A��	��ppq �汅o�:q��"�3��r�xnr���?���ȗ����@��[�y&���#rMi�}���;'k1#'�8�7����5�U����һ
����f�Y�����h��8����EQ���"��gG´���O��{�i����=�N�P�m�|��OG�H'��"��˂38;NՂT�%�﷼��e�-n�9-B"�3��06�JP�����ƒ%��!��L��(t��s���R���?����u�'0l��yXM;��4SR�}q����ݝ�ᠲp�-}�޿9��3��`��P�|S�B�i1kߡ�ݾ���2�&@��@I~��x� ղ�2C\��;ޤ�ڦ������hW���H�>�l&}�Q�S���ג��+��~��Ols�.յ	f=2��s��]�z|�
 ��;O����@�(�F3��Ư���̸�#:�jԩ~�-�W�F�̫�m 
U�,����,��7�6B�8v��ՊK�I[�v;^���� ��̄��{����#Hو��#��h�bf1�L�h.\˂���'��O
�����0�wrT`"2��?`�8i
�0XA�ΓuMl�m�jD�F���T��`���gLm:����e�,��Zk�.3}J��eޏ����f������R�[�@Q3�^�u���{WK���<%R���U���\4�.��r��@���CJUj**ah�p�/�L���b�qJ��<%��Gj�}PDD[��_����p�����˷;N�9f=$PH�\����a����64|2�t����I%w�~ϔN:ѡ�9�s��>�p�ׁ��y{k�����Ұ�u�]s��uG�B��ŜR���]o�)���5E ��a�ՙ��Z�[Z���u);f��>��a���'��/�=���������4K�r��δ~�q�P�ڊCfctC-���\1t���lc,�������6A�ʏ���|�޻Sy��2����N+Y
���X��n�E�W@0aL�F	�P��NC���:�񧴍\%�-_-iOP#�K�
�vE���p�83Po5l�,�g����w�����:��q��$�U���X(_���U�-ֺ'iS���(f�?�l���u�����'i���u��k�x�(϶�sR�Fc�&�����U��@{�(e�.��Lf�6��88L|G��Ő!7��ą
ۄE�t��2�sw�&��]���-�w`"x>>ð��ޏ��ʆ�P ��}l��NW����«��f:���p�jh�	��3E��I���e���uq�yB��,0D�MyO'Y$`F��8_V��T�O�W�9owG0�}(8F_1�x]����=�������[�õ2G����ktn��HY�&���^2�z� ���I�u����- >^zը�^��8�.׮��-��=��Z�q�hQ��
�K;�\��C}>Ҵe
oI�C���C���tn�D	��d�{<�ؑ��ۊE�T��=��^ntt��6�ݽ
����9��p͎���ﱮ�cDZ���d�찦�e0�O�����US�<�S���4/�p_"��o������,��ᕢ75)�BTclV��
������Oc>0nTH?�<���R�<��7'�I�N�����y����u�1v�6ɷ���].-�B�O��˪�ݕbnK���
����l�����I
�[ElP_�c�a�l�n�P����y|�UD��������>���s){�Q�h��{��j��[H�LD��A�DrH:��^���z�ԉ���+������	�e?��P�U�Cj��N�%}���=;�����x����O���\x�����A3	���玁x����ϓAKGb՛���_��	���Uf�,�%���M�ѭ��uZ�W�!J'�.M�k�
����KΠ�~`�(�5��NA�WFr1yh7����K���r2oMͪ�ҢH��_�#P�<A�F9�"�4�7;)E��9��%O%K��pt>$23�1�6ᜥ��P�F
t��,�9&D.l�z�DŽ�t�ݙ9sr?N���[|r���#��vR���ux>��`
����M,�p3Z"�N�<<n�X��E(
����F	PNC�\P���$NC�N�s
<<n�X��E(
����F	PNC�\P��NC�N�
���X��n�E�X@0aK�F	�P�\NC����}o\��k��=�ӵ��j8:l���#�/ʘ�-J�o>+U���>\G+?G�oG	�#�	��kp�����<;\~t����kSJ���}*45��[{����Of��K���7��;{{��/�)��66m�����)*8F�9I��
��v�Z�RrHW��!������I6x�����{�۽�Bʍh��/��5���]����B�=4H����̞�U3Y�ŕLo\^����K�V�<���@�����V��pT6�؞De�~%ؾ�`�9��P`r�Z���ǥ��n����Ԧ����y�A�{�.*�m����Ͳ��ݥ��3iށq`�.&�i��1��;����p���ܜ
ە:�{�D`>��
�?},���b��)��)���u��=j�V�V��,���0��M�ӌ*�
?�r�L����fs$P��nqhZgĖ,D�5^'���0�z4�����I�����=�+j���ڬ���v����������pi�X�5�p*y28DB�]��4��,t�Q��)H�����������^8������a�'��/
��7���h�i�6]�������O�×�ĜU��5+7��3��
=mz����K̝ިŹ�����!sH�BлsU=��.�����W�4�m������L��&��J����-�������RxRE'���e'j���jխ��	ֆ!��9[�܆
�������iڙٝ	����NW[g�"L���QA谱��)
4����5��
��qcv�U��Ք�@+N�v
�����r(��l:�=m� [�sC�Y�����%l�j��Le\u����9B|<#r�.�Q�#����B�����<�����	_��2������_��'��⚩�4�=�Bԕd��VE�yٶ��z�ۂ�|(���,?���7m�C�U��X.����])8E���
��÷*������&����9eH&e�8�@.l�V���/�1�M�:�"g
;�XH���L(����2��V�ީl2���ŨQX����_Q�����CN�����X��n�E�Y@0aJ�F	�P�NC����K�f�hP�K4N�R����LZR�HT�Y�>˥���y�-VIќ��]�Gg�r��u�Vqe�ɔ���-]!�����r�{)ɴ�J"JH�/x���b��/֟)��u�����2;q*��ت������3�u2��>�i��H�c��*P^�),�la�8M�a��$r#to���㎣�YMks�0�=�A�?��Z}�,�g,w��ƽ�a<�`�U&��v��Z/�wv_��y���#4�ń?
�<!�����5F�����o,q���O����:��2��C�RNR������PKA��C�`۽6�-����)���9'c�[Q�6n��_��E���AsD^��^�vD�e0KX�9�x�����:�2���%R�F���UJI��`�u�\\C���U���D������g��Q���,T�lh����9�ө�����3����$��]�<����oE����@)��'����n2�������|�q�},k���^1U!T��k���tr������a5�xR;�d?kx���
18]�gQ$n-�1e�n/$(0Sʹn� �kX�=��r;�+�;7�Z]�t�7��鞹1��m��o��$�UI;�+��V�2WԈ:~`6�3U~��htIV��D���~�Y̮�W���9H�7�a�1�����Cg�]�9ހ���7dć�P��}�T��2�Čc��ǂ2~�O;(�*��N'��>���_��Kո����2;ژ��� �P9 Rҳ�3cQi���y�XqC>� �r˶��n4���5Y�H�M���ED&�]���)U�cl�[}e�����0����ы�L��l��A��j�s|��fbN��E5��̌�K�H� ��m��;h؋G�n4.��9�x_�H~�\d��8�'[�h�B[h�����
w�`Q3���n��������,K��0����W�3��f��L��C�G:��V-s��S����>r7/P�X�*� �R�S���H�/y����e3���������� �
)Hԝh�r�`�6�٘ܫ��je5�"�N����X��n�E�Z@0aI�F	�P��C��kk�ۥ�c��G�j��֫:j�{�����{pG�'vs�@�����q5�������O7Ү/-�ɀ	������0�O��D��/3�6_42�5���d�
��4�����k;������SK�
o���j���?���7j���Ty�I�
�J�k�yjM!Z��	���7�ט)`?b2�m��ͬK�.���~p,�����.�o�Ŋzhl
��o�xF����io�^N�xp]�ڒ�{�J�������/��S"���O����k�Ye�r��_c�����:C330ddFrO���q���䏹30��'�)�s����!���m�0��.��H]��y���J@�dz���t6f��Ȋ�V�=���걸;����7���S?�p�T�D�]C�}�����ܺ��'��3*��ˏ�j�
�Cc��8�HGy��Cg��D1E��Դ�l>�NɛPdP��8e�����_%^�A�(�*mO�V�<��ءȿ����aa�e�ڞ�����ڗ:Ra�n��ց�����Y��:�E�Z��z��u�h?�;�	ي��
�����s/zS9��X_��xU*0f:HYln����x��a�{ٶ�Cx8sV�Җm�!�v�hħ���Ն\5��Zb�>������Lpo��SQ�&\��O~/F��W�`��3M=�����۶̺xc��(���}o������H[�^bw����;]Z�xN���eN&��0G������;|�P���:R���5�r�R�~�2����ALz6�VF����`/�ȭq��t�+w�@S���,���z�\�|�e�5��%��U��Z�k��1�mW%�z�0�/l‰�r6�<�����6-�<#ذװVT�!�?r���`��&��s��#F�X�&�H�����JE$1_��~�Q��}����ۻd�.�f+�D�#���N�M=�sɷH(@*�bSW��G�� �o�t��"��ݫ����ӣ�|���=��%�CU�QFg��,:u^;�\������e���p"�~�T��ĺG8�
N=EI��q������/х���N�<<n�X��E(
����F	PNC��h��$NC�N�<<n�X��E(
����F	PNC�xP���NC�Nz���X��n�E�[@0aH�F	�P�xNC����b9���,��q�B����sOm�3W����tĈ�E�	��n�Ρ���^81������ө���-;I5tLK�L83��]�WF��)���*_��o1	�=7��e��C�����^߈�[@���η�Z��������Z�����������a1��ܣk,���&�E�F$՞��޻�x
pO!��Px��0	�-�G���<�*T���r�˹���2�4�j�mJ��#��k�[П�B^�k'q��?!�?������_�0UFʀ�	��Rċ��]Ri��?q�>OZ3���W]�OIxa��~3+�q<���!M^�����z�ޅТ\��G�)���G#��w�84�Gs��N�S���s���N��*l���1��'�V����5����f�a���XJ���ٚ�K�$r����S%�~����	��!�0!�s�!U�p���һ�c݉�Hg���m�}!�96H먔cα��EV���C+�>�e�-��~�\B��
��]'r�c��}�sY���t�u�QQW���)�P4�k�:"k{CB��ݗ�W�_f���d�u{��h�JO0���c�������h.�{1Y����})�I�^*�PL�Kj�\q�.�e��2��i�O�k2מM���q��Uo���@�h讨���-|�3P].�,F��(���wLg�1����xt@�K��ݸ}��˖��V��x�Ud+U�����Po�=��A?���2��e��g��ҟ�kN�ULW����Y6��P�܆*߭eT��f�d����-�#�����͜x����ib�T�w�������٘sj��4��v1�S����-�ԛ����ۆ���E(�1ѿ.���rw4h]%+M@(�o���v$�Q�db���Ћ���#
�d��cxAR��4}�aR�8��n5�+�����R�|#��ac+�h�ìi怮bq��KAA�rCh�<{+�`%���ۿL�W� �w�U��1���}��;q���J�p{���9����N����X��n�E�\@0aG�F	�P�,NC��MCY4ճ�i%�u���aıV`#�����=s떽hby���+�$�����2����j�	L��\-f|�:�*�6q������N��V	}���J@A>�9�ά�-3K��#� t3�WZh� �i�b����qϖ�45�����DK����zJ�U�D椢*x��IG&�O>/�fv��В�}��Y�T�{s�7F�j�����`w�<����֕h��2���	�/��v@H������T��Ā����7*����M�R�Cɱd��ao���2����g�<�h�v����t���l���ҌXaOi��J����L��₊���ws%o��i�0�n���錑`^�Ol�����+�e�#��lc�D��Z�kh�źt8����O�f� �O���n�,U�"t(hzXm}K_�������L������1?�ɵ���������#�f2�;Bm٫4�!��!oU��WA/���zj�][ѻY�:�1�m��b����������4�%���K��]�ZTȭ���7��b>��7�����:�� �l�樲�;��ڲ�6v�庋�I��c��w�^�ei��6��Q.�v��}�����?6�"�q���{!H���������ÜWa��������%u��v<��f$k.����2�!���{���6��t$)>�B	�����˔`S���:;�
��Q��[�%�z���ɉ��,W�p��"t���'�?n���.Hn�����v��0A����#�a��Oְ�.L9�����(�:�w�
�/��0�4s&��\'���M�6{=��{�B�[�_b�b��jR��m�:�����Δ��2(�ba�J\@�ƒ%����e.�4=�!�kc֔
��4���CG���"�¥���K0�@H����������	��E߯Q|��jQ7L�����%���Z�>����0�����i�9*��{�Lh��9�A�&p$��!�(�cƪLdD1�ʶ��Q��cr0+�m�"�N�����X��n�E�]@0aF�F	�P�����v��C�`uҳo�œ��w�Xv��'I�K��X�h(�!�ҹ-�S���g9�
���㶨&�WlH���"����r�"�d�N��9#����hp�T�D�Dv�i��~�����{H����T���X�_�LMjo���v�Բ�;$��i��{���'�כEf��^��O<���q4�j�Zv�yT��9�c2<u�"�����:#4
3†6��Ɍ���'��΄q�[�u#Wt���D���J\�~�Ѿ��h�p<��Ih*���`�T[����S������Y��=�V��X�����s���_��T:�"M�������94�gl:n�r����&��E��p:�_L��B�/����g@�oL��)ԩ�P!;�J��D⯆�����ن�K�|�
��:_¶.*уo�踦�LzMࡶQ�~��:���(��5�tq�UR��d���.����V>Ԯ���@�ko��>J�g��kxQ��<��E/��mnx��ͤkBY��h�(�ucRTX�f@D'>���ؔ@��[O�NEDqݣ��Ka ��}{ri�֣ͦ�P+vʂ�.5�%���HQ�ሑ�x��w*q����eQf.Ha��ُ�ju���ϭO(�Q��9U���#��m��mx��L���G���KäB�TT�F���B�J��w��݉D���
̾��n�Y�޲Z���z±Z��=6k�m�|����ncgɴ��������t����h\�r��{2#x���-Q�I*ճ�)�`f3;�����rp�!��E��1z�F��s���%���Eg���m��I�T����'<���G����{%�dm���x��g>��QQ���-nh6N�������ȍ�.��Iw+կ�c�td�k��Y����q�(@i8����ʓP�N�+(w\�%�l�6c6��Ӂ��)Լ�Ѣb�
€�0!�V��U�|C'�?������c��ԍ�jpK@N��/sp��?��p�BM���qE������D5���+�" ��7��N˞<<n�X��E(
����F	PNC��h��$NC�N"�<<n�X��E(
����F	PNC��P���C�N����X��n�E�^@0aE�F	�P��NC��zDr q�h��M��;鐩hn���&,�s����<�`�]yv�cS��&lE�;�S��X�G��!�p�G`�'�|"��f��yig�ݥ�97]+k�D��H^Q��H��͎���q@�N������+���%�Gb�hQHj�u����u�z�ؔ��Q�*�����L�x�������")�˞��LR?���T5OG9K���
�;��oI�'����F��Tx���e�D��	{+�>�Qo����G�Hi`���G{���J��&�WO������KTG�	1>����Ҷ�L�
d��jl�i"t���t����X!��̎���N��=�����@D���S�Kl�Q�&�~�����ZM��{���5�%�ߌUǻ��+�:-c�/�F��s���Q����X�+�8�5V��g��5v������w�*X��������x�6��o��=�Ё�C(�F�E���l��@J������h�}ṏ�j���M�����};��͞�\~�m�Ԥ�=����9�����.^���gd��#�e�0h�呜X����c5�<�.j���}��5P»r�����n!22d�\�f��Q%p�Rщ�R�{�9�aQ���R֏y���ˎ �k��qͻ�T^�P*���tX��>�3mc�[#��T|���e���d�|g�
��A݊���3��L�+%e�L�,�i5�����#��1L��m�|S\�?������H���L��f3Sd��mR�6w�j��Nd���H����.�l���j�6���^��6�ʢ��	��}q&��R����a�/��ߠ2R����SWY���e?����$Mx�\���.���2�S6�w�ԃC�|��+�q/�K��f���d�q�"�^���SJ���I��\�ؐؐ�����3MR�nF��"ψj�>5r:�K��u��������qz�Ʀ��v�!Kh����T������B�n888%u�q<5�Cs�sx�>�I��4�v}%e�����7�����k�a䗕�ˮ�#(=�r�d����@�7�%��b$�I���N�#���X��n�E�_@0aD�F	�P�HNC����vc�vt{n8Խ�&Ad�Y�h�oO�]��M��^����lx�<0�F�b
Pk�����nmw1�Q{Ip#���[������:$��BuG*ɻ��+��������̻5J�/+9���q�ܩ�a�/��8Q��<L���Ȣ=p�?Kz�S;�|�Y*�Fof'Œ���23�;GDO:��O����˧��_[��'ඇb3@ ��gP1�Yz�B�TZN^O>jm�:��/�LJc��6��]���������	�J�HŞ��ꂎ��c���LaǮ��\�"���k�{��~��A�J�̈>u�!$ፅ��������^r�����^��R-3�q���];��F��-,\���¤f0h�y������X�J6l�����u��%�s	�Ǣ����,��K����*���;�fT-�����{VES�HX	:��[��?�9];!F�R���%C���	��x��]�҉*s��]Af�7x���b��v�O��,��o�����$�j.5�3whޭ�<�lwC��3^�KR��3e$�p���HP��G�����@�6�MK���ck��:4���i6�|��q��e#���>�	Eg��h��Tc�5ڮZ���o���uE����qd%�I��Sѭ��0�@um9z��<^��᧠#��Jbb��#���Ԑ ������	�Ҿ�ڂw_qP�����k���4�
$�"B�C�tO�k��s����z����2�'��Dv4����5���{�C��
��j����軚`����+�t�����7��,�ƒYnL�V�3�=�N!^�(�#�w�T�y�{O������Ď=���'��td��^�*�(�6�a|RjO}.)ڵ����[(�PF�9�`�])8�*t"1¥8l,ƪ4T��⌿�ww�h�`ڏ�B��C�U+ ز�U���G���S�]����r��%�̊��Q��E���u���a�⫹��x����-_!���å�a�-[�����b�w������>��4�����$�x�!�m��%{���1�e���#���/�y�"�N$&���X��n�E�`@0aC�F	�P��!����׶��甽�j�A��`�9����'=����&3�tc�)bW/����6l�ɢw)�����W����Z-n�sTI�����r=�ɡrFڪ������xtbx�9��M�3,qlt5��!��p�6��E%������7�E�q��]'ү���V��0��ֺ���LKM�6��h���
��_�<]z��������
͗�k�:�`7�L��-7��
^U��c���͸6Z�u�2���%�����������qDЪ����������RJ	Q�);Kc��M329G�HJ����(�����6���UC$|A�(&D~X�9y$�֥ڶ�Kq-�*bu-h��Ǣ(V�{������-l���:"�DF0�/�:n�2�C�Z��2�	x�6�\�^��!b����h��m\��s��k>%km��
�pw[,���G�k�n
���M��uw��#��7���:����%���X�V1E�#{,��U��l>�����.>ޤs�~�+<�~5eq!9��8����Ui��oLt�+�Ԧ��6�K������Y,j��*�@!�쿣��]�̦L��	AO�d90�������I�84���L��Jk3a`�4^��]�U�����;�N��$����@���D���!X�\믅l��R�6�>u�/�0�hh�m��;�O���o+����(z���ۯ��>*xw��cYMhp�F���7��r�n�������r����}S���S[-'�?��3f�	��b瞗�כ������洒�*V~�ph��AP7C����*��$6sH�m�7I�3�E@3�C+�Ћ1$hp���c+	�&�� �����=H��Ey�5_;����?�H{:+h��@Q	U��G��
��k��i%p����y���ƅ����i�oZ��Q(�R,+$*_ė������;�0i�Tx�N�ݽ6��T>���������b�Aˇю��S$ȉ�z�����O����fK�H����U��Z)��
\���Q��o�G�&|U��������'"�Ne:<<n�X��E(
����F	PNC���$NC�NeH<<n�X��E(
 ����F	PNC��P���HNC�N0����X��n�E�a@0aB�F	�P��NC���_�(9�����]j��'+@�k8�������^1`9R'�rV��@����ǁ{�Es듴�������4����O  ^8��0,O��Ϙ���_��_�b�Нr*��t{7cz���x�iGv�"?�J
��m�&J���줶���~g
�m�r8��V�eN�.����v/��硁LG�����*�.�<�?M��H�e����j��e5c�MV2��V�_��se:Kv]8X�o�CV	�k����^���ƣK���/㽤`s�#To��ba�ā��/�H���e�40��}HRii���s]�~���������xe���7����%/qDZb�=,d�i��1}��g@�9W���6�����6<e֞'N������O��bc��j8��)������B����H���'q�'�ss����B��V�M�n�����鬑[z�������@����sAqVZ��5@�����i�uM�n��������߅����@f�y.BdJ���j[�@���s�Ɵ�Ȧ7YǓ����������L8f��آ1�6H#��'����zCCT(�z�{w?�kOw�X�%|{�\̓Z�{�8A�J�ύ�p���.��z�=-����K��	�������1�+:�N�j�[��f
�<3�4%x��.����M�M��O�u�A)lb����������"u������߮Ț����`� ���l�b�v�'�	|��2��+�_P�.�D�ڢ��$}ֶ��tx>��q����s��}�=7zj�ޟ�'
Fb���%ѥ�HR����*/��i�ǐ��(W@��cW�����	5��++ACrCԂ��qv٣�����ק���ʁ�]�t�������:���L��h�x�<7C�gmf�'�9��в��[ �Mޔ5���
��g�D�@YN���C����3rd��s�#��,N�+��h�1UE0.�I;��~f����2}�N������S��A��!L��P���T�<�=�6�+4�Vi.��*jG;�{�r.��8I���"�Nb����X��n�E�b@0aA�F	�P�dNC��a�-�ه�hS�7�XG�!W�+@f΀�l�?C��}w���7T��.�4C~X��w;dQx;d����
My)�Ls�SY=��~V�ރ33!������.oM��W4q��.9��z sV�\�}�p�L�H�]��
��V6��cS����0QnQF�1	xۂ����e~������`�@[����h'{�����y�l2lB�����u7O��a�����O����������]t>����"!�>3 ��\�A�q�}�+�'�L�jƯ�������.�����;�߹Lq��� :C��Ff���Fҵ�Wxy{�+�҄2:M6��X��)���;z
�����fP��%�/�Nj�?��/�!u(�ݧi@L`��Z��	��"H���3�K���U�)�ؽ^&nA
W�v-L,2����~T�"�����!���J(m�ń�̆�������1��cC��nS
m���M��3M�V��5�����σO[M�l��چe���2�Q�{��:��GS���q������4_2!�`y"�4�<Dw5�_�vE���L�Ž��Nkt~�s-CI��0k�����B���w��8̪u�<�����Jh�\� Np����������d�'~��a��r���=c;�@E�Z`	��(�)��<�i�-5o�"z�n���@;j�q��t�T;H�������mFff�l��ń���}���[�r��0�Ź5]���M��9�KF�(]2'I�ʒ����	?
�~����z�kȯBl#@�����8gc��C���;�%�)"�E��FV��w:��Ŭh�̺�HDU_D8(��'~�F�`sQ�[]�@n$����^�����>'H
mj�����1�XŌjcC�*�L$�!�0������o��npn��@d
��E���buS	9��aɎ�C�	��9�T��cI���
�͆�Z��j�ԵH�WX���VKtb�:������x��O����k�v��5U�o�59�������;z;G|t��g�h:�O�s����y�����\�Ѷ?z\>^1ݏssM2_p��)aA�y��s�KR)��:U�K�8��KżP"�N�����X��n�E�c@0a@�F	�P�NC��Y��b�^��1��Fx��gZ���'���&:nKH�>�bB�QBЮl��:��c��}��>�{�.Qŏ����z����[e����V���hOl6��dY�����3�����X�u:��¥��J�ߌag�>&��F\�� AkD�	�1Т��'1�1�����{�|�XJ�
mÚo&a��cF!PN@��A�E4QL1�~�
��8�H�1�����vq����N8l� ���I���Ğ�M{�����S�����)j�I�H�V��@�<4�1�k�{��3݄X�)]0
�l��Mf�P�S	��D��˾5.|+�*��a%}����k�
J�?�������X��b���mY;�7���N���e�:�k�6�!Ө�4��4]\$���|~3'�W/���z������5�Փ�Rr��4�.����!ӡ��d��Ҙ��5h���VR����Bf��������53^g��M��ʤ�QCV��l����\���Y�hX���6���c�Q)���8
xULV����
�SL�	��˩�+�_��{R%A���2�M����}�1�x�Z�3:@�R`Eݭ��hM6ݻ��f�)9
�����#o�Js�k,(��������R�(��������HdU���)���v���adz�?������CP4@�Zڃ-�'@nr"r8u��3�|����3���-GQ]p���H���V�4G���a���TmR��=h������w$�+���՞1�j�������+��y~�x��=b1]��o�������G_��v Pg9ÐP{��[���� Vb{t��t�+�d��ɶ���+��N(|��k����|���n��&���|���G
��OZ�]��"�T�th1���������#*kT�z��;b� ��+�ԓk; {���T�>�}�����ю���
2؏[g�|�.��ψu�S'�z��!��g�GRh_)P����¨�]R݂K�y��(B��&��X��rt�DػQ�����gZ�,q�òR�M?ɘ�������$l*��N��<<n�X��E(
!����F	PNC�Ph���$NC�N��<<n�X��E(
"����F	PNC���odNC�NvC
���X��n�E�d@0a?�F	�P��C���8cS@e��SF�X��` ���/R#�5�&݊�����{�o_����Z::?
������d���G��߮j�
%�BD�����=���8m��ΰQc�����1� �DƩ�3����]�W�gvT �G}�C����K>��M(�! 302^6�~
�)�w��Z=-bGkfY�4
mt����-|�����m(�_?��ݿ�X_�^�+�'V~
V���JR?���>����1�m�j��W��}���}nΙ򊬠a^���=���=e)�L�=N����2cD�@v1�J���ȊR2K�iJ%�φN�D�r���
�A2�b��ߵܚB�\/��x�{EB�Px��<<}m��˒L�'��L7��<�tzF�̵�}8���k8�J�hv���X��I����կ�o��I�p�GTr�t��E���$����ฃ�DU9]��$"��#yC�Ux��E���$6��@?�
T����q	�`��[���#M��i��DLzkC.=d	J�$n-��/�e=2Q�>F�H2�0��5r���њ$[�����
4%a���	[��U���C}~���3(�HϙD����m'O�%qiD�o?u �G��0�>�
c���U��xR�"EG��K�{wz����F;�׳�=<9+f�Ȏ�й#)��pf�9�5f�A�d���ݜ[(#��_��G�{`�Σ�}Y��J	��eGPq쓎�
W�Fc��2��,��Z݃�ͣ춗�kb�s���y~t�n�q����=N!�d>�<�	��G�L�n�1��3���\NK��W[9C����%nI)q�8��:$t:i��ܹ+��=�y
5�]�y��"&5�F�-�y�]k�������΄��u��L6�O���lb|!�j����y4ST�W��.|֤'ܪqN�����5�Q���s���#�������������1��s�|gE}=#Fč����	IT�Ĺ�+W�bq
�m@�������Z���섦l�������IR�W���S�eW’:��2ZH��l�����J'��6�/D.# .0O�V�1:��Vs�|��GT�r���C5�y\��A������Gr�"�N:V
���X��n�E�e@0a>�F	�P��NC��`�"��}��_��gv5/
}=�<�S�
���;�
醢$BD�(�I�|�[j��� �(�Zظ��*��-r�/��Ꚕ]CQ���&������j0q֗��.�^�7��*t�%g�lmRh78��n:]��R�a��$2p����4
݆�R��Oy��r� ���f���j���OI�Lm���������'�Y`@���Z�b��G!4�5��tc�~jh�)lҞ��;X�>F��$Τ��M�g�Bֳ��_On���e��!���E
��\�Dߋ�%�

@�1��'&���}f����L���K��i��\/4!�J�9:����V���f6օ&k0�?�����7���P��Z0sΦ��s�� �]��S��陀CD਀������$
8BP���R1q��F�FS0'��n��׎ҏ��8�4D,��c�S�„'A�v�t�4	�A��x�4q�Rc�ڸ�?����R�b=��W�z�����?��8�w�5&�)��U9�.�������"����W6W�k�y�pE�V� �V0:��n�o"�z����k7�b��j^tk:��/�����M[�kU1l���ygT�:h���n3q��,4L�Ԝ;Y#90�=�I�[B=e}s���)��]�g1*R�Ne���
��ռer1K`��Fl��A���40���HS�|����Q�3
�%�
%������R�R�gnjeaG�	����g�T2�ٻ��k�=8�=�w�J��)4�Y��}.N�z�r�v�$��~z��}��8�}b"�\������
3�i~�Z�ڲdX���HQ�������ڲ�?9�1�r���D��������&��[�����j�����;��5w2ݿ�8���״�Ę��Ɗ��e�R�M)���Z{M�N��7J}�b׼�S�����or{�v�W�u1ht�.�"�QrEs��G��c������9�5��Ʀ��������)������)����1��ή��@h�C�|�z82s�d��O�`���/�Pl95d�p���
ꯥ?�|�k��zG\ϯ��F7�ƽ�����;�jd�Ɏ#�Z@gj��J5�(W
���X��n�E�f@0a=�F	�P�4NC��p�84��b�����-f��T1����	csU�
u�����ɂmBz���|�ϟ��+��J5)מ	P������<���쳵�E/������%n�|h����ƬGx� 5M�&��7��b
�Ķ�x����b�ʄ�W����_��}>�G��#
���'�'H��6��<,(�2�F�*�_	+�����D�4*�����RU��7g�b��{X
����N��[���3��N�
��*������Z��Y0�l������bfO3[rT�I�\�6H�D���İl?��v�űR�a���k����$x'�k��gk�����l�\����N��#�>%<��CGcp��JM��j��� feQdv�4��bcp�ZM�ո2��XU>��P\n�%t�����,DL�jI��Y4aD����r�+�O��ۆ���Y,�b̺R<^k��L��Z�lke0�I�-s�;���S&�'
�:,!���P��s\j�����C��<�QLlղ��5E�0�m��VQ/
Ζ���!���!�a���4�D����(��퓢���; 
z�a�,�ˮ�d1���p��M��V)�N���֚.
)i�-B9ͨ_<x2����P��"���Z�g���(������18\����}	Ĺgƃs�}��i����?_�"��(O���#��
��W�=�y�3x4��ح��kRň身��#x;��G֡/յ�w[��r53T;JحM^���>��Zfv��3�]9�p�M�����*� ���SFQ�x��k�a�[�y���:�p2����.ldA�8ɏ�x��^�)��zOy�Yf�� �빈���9ˎ���*��������ٕU��b��0B�c�L�mK0�Xt��X���S
5,
����+M�h�$}��)#W#W�so�sj����)8�~���7;�l��w���X[��r����7�� ��O��������w�����/:���<�Q��T���2�Ç�pq����-٩�RϞ{�S�5X�Zj���㜮^
����^/�
�u����߉φ�م��GW�f]e�z˔}F����5ڮ�M!��CN�<<n�X��E(
#����F	PNC�4Ph~��$NC�N�<<n�X��E(
$����F	PNC��sS �NC�N"����X��n�E�g@0a<�F	�P����T�R�)�i�\��y\#;��}㟳�����zfhY���HƵS����g��Oч�����P�u����u��s�q��k:֭o	�<[�7s�WWY;q6��H�s�[D�ߝ��τ^:�yѓ�X뭩���S��H�G>��.%P������R��N6c�Y0R1�%�fz��̹R��o�:џ7�_5u�q�S��7�=j����z�"0��;Y�Ԭ�4��Zx�'��9Α��Ɓ�R/M'�j�Er}�F6A���db�By��L�Q=�+}��:�����,q^����[��sSJ�:3�΄RM�o���Ʒy���[���V����c�;������<V����w…|�/��Wt{����uQ����|��Ϋ|������&"��X�E��j���'�����W.z^'�*R9$)dc+�3$T�M1pt�[�h�5�F���Yȫ�{�ߴ�޵����Ļ\�}���Ǖ]���\%j~ɘҦ1gާTK�K)�+Xs�u����+'���Rα�S�˦�
�:��tph����7���.pɯJ1H笧�l�ٕ��ᄎ)����(���i�Ѿݩ-l����_4�wX������_f}?}^8'M����Q��;g&�����8����ij��r"���|�-��
:f@�af�DiϪ�>N����z��{rs[R�+������[�'KZ�y��s�+�S���ɇ���K���F�i������y���~k7���}c�u�\�L�3�ϖ����,�b�����9Һ��I.jޤ���Y��mIy������ʓ	�Gz��}�R���
�����J
iV�1�(���h�c�r��Y�����),h��>�[�
Y��:M�V�/K#����2�d��偊�g5�=�t�q��o�'��\��w�^/��]q���쓮
��R��N�_�"�~u$ED�1,<�'Z�8Z��ʳ���
�7ᆅLY��uELy����V����}��̆�e}�#8�Q���뮇i��O�������ss�?��}:�!�O�ó��ߴ��u\M
��Q�6^�3��%�j~?ODּ�NV����2���N�
���X��n�E�h@0a;�F	�P��NC��W���l�o�Ɩvg��S�uS�x&���`K��^=�"�*����Q]>�Y(�����j� #r���ܓ�V!+����9&��4�h����/����J���n0kҳ�t��Ǹ:8U��t�����_�M��P��JO��1D���M:3Ms���X��e������{��S+����<�n*����2��c1��4�ڭ�S'��]x��Q�N�™�d}jϣ�8$q��2I���&�i���)hq�<����o�-���_]t���&��8�V�&7{���y�خ$4���p
5�ڹ10G�������u?R����M�5
ק�b#Z�W��~�����������3��`���n����%���c՘eR��?ה�Y1J)Iݔ�mm[����r@�B$�3��e�<�f����nUν3���lu��c��Y9��DЭ%�����JC�JdhHbe@~��_�y_���U�������T�����o������d�%����J$�8�l��~OCT�J��#	�r�C���a�\��y\[��,wT��1	:��\�h�/����hdu��U���E_!�Q�Լ���-����q`�����-$3>ǚ��|ˉC*������2�=;҇|�dr�._���I��ћd�ε�����X�m�z{;�O&�oΏRfbQ�7ת+kE��O�FM����Ȃ��&Q��������m:�K�����i�����-�
��7)�����@mf�,C.��������
b~{y�����ܫ���=g2���8�_<���u�]|��0�v�B�%ؐV��3��-mX���LSj����}*��>\=�O���f����oM�$�����Ӣw�t������ki^d�8��;8�&wA_N�ST����=E+��%��n�����nZZ�����_/�ܖ��鳾�9=+�g��kw���v˱����6w����Q�<;y����j��DO4;��+�h�\�!ALE�=7�+�K�^"�N����X��n�E�i@0a:�F	�P�PNC��^Z]��R)d�!k:�T�m���������5@!l���@#e<�_��P�bIkD����{���5=5������Ẍ́��:����f�=o��^�c~����{��-�K����p~8��� �M���3��Tϻ�u�>ۈ6D8]��������w;���������+BϚ��_�
I�F��q�//ȡߚ>�W3�z݆ R(�"Z{��ᴱ�����J���e�W��L� DZ\�d��(��i"|�O�����L�,����B}���6�G��d������O��?%���4������w������VГ��ܲ:�ިO�I�������I�ܻ�����C�n�����B�'��%)�]Z
Y����AYla-Ⱦ�寖_������h����(����MMǮ�^?��r&.�\�F�;IE��v{Uz���_?^�T���h"8���# +v\��DDZs"�Y^*�3�
Ky.s�d����������Ez*�����+��}�@��R N�)	�+$�{�m+�9�@
�PI=�m��������~�v�� ���y��&2ؔ����ч����ѭ")"~�mͥ�����W�fu�'��)ȏ�
3�!T;�sa�i��)Y��HEᤊ�����j�#��K����g6a���>MY��k�^2-�=�x��A�'�<�ЙK��(*â@-j@�'!���sV��,���
��.�����y�6�۽q��q���n������V��	���艁⎓���D7f�������i�d
oV�ۍ�Z����y�A;(�_w�>��C'5hM�q�k&�J1g��@.F#:l���aTZ�wS׽6Rc@Hۺ���B�w��i�
��,��H��`vF��3��LJ�e9�od���Lb�ɸ*�j��2	b��<���ui����Bk�$�6��������{,%�� �tuW)��[��:���gNf9s.y�V��ŧ�&+�9Q
.QK��]۴ğ��1�}6x�D��4��`[�����7�UWwr"*�)Ĝ�������gM�`T`���G�����O���		$;k"�N7<<n�X��E(
%����F	PNC�PPhm��$NC�N.<<n�X��E(
&����F	PNC�Pb71�NC�N����X��n�E�j@0a9�F	�P�NC���!�]���7fF`j����g������qH�ㄼ��p���=���袱t�N�L\���������������1����u��F��wzY���<�#���#a|�pVgi���"˴�@��V�qw�ąH�Ȏ��G
P��:����Hfh��4�,��� %�LÈUSB����ΰVC�3��:���#1�I\��Y�uk4�#��/SZ�TC��vxО�xub�v�r��Ï�h�T<�/޽=�V�k3������tBq鳅yY=�L$5o����,��zV��I
�P0d$��A>,�p���z
��a��M��	Li Y	��p(���?�g�τ$��w>~�f*�f�����>U�e�+��S9Xڅ-Scެ]H�"JSR�|�t�OZ������~���b]𗅙o��|OR�M��Zq-��2�@��dF&`�V>��U
ZW�q���NNP������	����Qn=��0���/�OE��'���'��d���>Lh��s>:$�5�u_����{���!��x��^���u����~/�y�h-���!����&up��h�J�̳(vŀb:�b�B��9A�
���)�~3�zR3`\1�au������B��F7�O��[�N%�)���ʟ��P���%,���rt��r��jn����L�4�u��Ⱦ|��e7�Bܬk�,�J>�9~�9��|}+N�����uf�����ʆDSa�F�tD9��C����Z������=����;����W�1�$�rt�
3L��7XS)����^!(Z��us����B���6rF�E������QT�5Q=+kK�e�g8Zj7큫fRf���VG��4�������0Q��i�Ġ��&����i[E��6E���K����0�x�zO�R�>�[�����O.���
�[��1�
���&����[K"�.~����Լ	ڶ��MW��^{A��e���F�/��2��ۉ�qY�Q�>�q��T㟳�U����9�\�c��<7L�'֧���{��b�/��x��U����WuS�Z�~���R����׬l4#֧�oab�,�9�b��w��Nr"�N%����X��n�E�k@0a8�F	�P��NC��~
��k��}�k(�v�<��x�y�$�GK�ޱTK����$�-z4@�JR1�c(�G"�����08�̓�V���S��6A����D7e�l�#19����6�E�
hϺrL��l�����䊸���߇���mB�b��t'Z��K�[p�R�Jb���/B���;�%w��b �A�����hœ?M�w<��}<�L�IWxO??��9)�b	��ĞU�D[N̫3D�����������-��n"
a[�ѐ�7\����0�9$��8�x���X:��{�ޞo��7%*�$����ǻ�跕"��,���u���Rw������xi�E;��non�e]�����fP����4("$@;��P�Ə�E.A2"��\����Av�TM��N`r��rqr�� >�/�C��ff.��@G��0Ƅf���4��`ɣmի8��nPվM	1��e��UAl��p�HJ���v��4���t��&���3S.�q�]g9[�o��h��5��H=��<@���7���P��Ƚ9^"!�@��h=����z=�D;ɇL{�����,c��/o�K�kƖ�](cBV�s������Z�����KQ0We�|=����Zfp�*��}���N�i�v���@p���|���b�g��E��lԛ�
aC��u�COvM��)1�ψ������#��*����A��a��87w�Cqb��m0�$�n�C�ϟBZq5��)��Z���]6i�9���B���US3DC>
✋����h��p.@Y���-�^��Y
��o��b�	�hA���Cq7+��K*$�L����9+yA���{��_l������ϡ{���d�)qd��8L�F��[������d�4g:���nw�➱���)[�x����F��}���A!�"qV�9(�y�AP-����u�[{���(�����%��)���irP�3�Bz��8�t�����(��P.4��A&�����>צ��d��9����F�bӴ����^'�z/��0>d�������b�.���P��	�@0f��VF��Z�x�j6��Ce�Aʜ`���ɪ}ғ3=�gʹ��"�N����X��n�E�l@0a7�F	�P�lNC��&��y<�T9'��=zdA�>�4Cx���[�K�}��ֽ}��\Ou?�/����	*�kQ[��B܄$	$�j-`��XQJ��Je��1H�ö�����S�6��Ї���N���(��ġR�D;�����6@��:]^fr�9bA�Cڠ��j�����

y\0@��
T�5�ٞVL�˦+v��a8��LΘPR���Yޜ���NiةF���0>�O��\�6|'��@�gK��P1�.�����t���
	����Vx���X;4x+�B�EB�����$oUH,xb�Y����ʑkg��t��N��c����� ��6��4tl`Z�������@�܃i*9����_t8 L&�,����;���
C(�@�@QH1cB�T[���
).؋��
}^�>���%BV#Яש­vNS.�7Xo��0G(���N�.����zc��@��}Q�+3B�퀁_��|�H��/{�3�p w���A�r��(Ȏ��Z@B�
\�A|k�`��T�
R�(-�k���.��}
�.Ba��T6
Cl�������/�Pv���L�7fp�-�s����+L-��iZV^Q���q����x^vD@
�D[���{����d��]y
�o#5U4V/8�pc���a���p��CKA��mb�
�{&���Z�kyk�%8���F;d@o���w���j��q�#:�0m@���
J�����a6|�Dc�8��,`\� r�FF@�o i����ƵV'�^Ҳ곥g�E�g�-m͊_����p�aٯ|E.��C�d�X����aY�="n�n��[�;Y�/.���X+'����$|�:�`y�g��W8��e��߮��TS�l��ï�0"�%>g[sC�\޿��e����ԧv8C�Y��d��S3�����%�Z($$l�f%���C��<Xq>X̷�ݓ�@�&N�sМg,{M�0�X�
�n0�?xL�!��8PY_#c@r��B��^Э$�t����.����(�0��jk�f��Xr�T��� ��K��8�@���-��tb������fzқ�bn��@��N�<<n�X��E(
(����F	PNC�lPV�=NC�N����X��n�E�m@0a6�F	�P� NC���1��P�����SCkߞ��.���z�~|+=\xO
��_\�h�>��8���.��2�;�Iosr��%�>:o�����xr�Tqm�Z����O�y���
?�MkYr��ܝ|��0g����_r���(V���qˀ����Q��R�˛%-c�=��d�jX�}���6ꦓ!�������qL��+q:�n/�Z�\�dm��`��v��pZdTa������+��c���hB0�`2�,
��:��`����{��і��FpŁ��l!��}^-����l���wJ���!C��3��&�� �è����!AѤ�+w(�-H �IIz]9cP�=�ۼi��HG�8[�"����NM�΃�8�����kbc���@'e�����yc�������ä�B�W�׸1�!dql�<�M�u����,/B��P���E�kbE�6@�7v�nu^8���n#án�
����^8��w���q���:b�`������b(˞����D�g�B�u*��8%���9�
��+��`�
�'&��S�*��
>+F�����g<�L�QE�g�d��o$ù2n��2p��_YR���}/e�������G8��x]��0z���Hf�۪��o`���n2n\�Үz�����}
��� ����������L����!�J��
Zp���c]P)������"�Yskps����kK߻J&pI�!�nZ�0��ڽɪ
Zݭ���N�����^�����pl�G�4#$@w��G�@kӱ$R����Y��y����r���K�C�`��;%O0�#��x�q>E����r0�(�ٮʵ_f�LO�s��L�&}���f?fI�.���4y�������OO��=������,HG����������g	J������Ξ�޽U���r>�1�7�z��	��p�㬘ψ4����	K����e�d������4�����PQʐ�*=�LR,�sI��0S$`e�-�.t��d:ꨲ,��t��1��q�!IZT�H,�+����޸ܫ�����g35L�&x���T�qU �L�������7 z�����"�N����X��n�E�n@0a5�F	�P��C��M���w�h!X4 �2�SSpi�fy-:��x<��D^�{AL���*⽢�S�?�x�`
k��f�M�g8���� f�-鑁E�Ϧ5hu�������U
A�Y��X.�v���}��E��">I6ZE����I����~B��jY���� ,I���B0(vO���aw�D����<Toy�e�}�����]��~-���gѦN�򫝎�9�"��#��2��Z(fy.#!T���>��E�h:�F��w[�4����BEU�w��oq5f�;���7HoІ��R_�ZM�4�o,T.��q��0n���޶�t�4m����q�8,E:9+3
�ɲ��d�Tl23=�F�v��M��ā��FONpRx�3�q"�c�k�p��	u�T`��������*��*���0g9P|����ЉMĜ!���-�3��n�"0�ҋN��ln�+�������2�M&��TEVq���TWWX��Uvf�S?,<p1�a��3�;�b��"��C{�h
��!�\/��b������P�`B݄n�GCpd�V	�i�f#e�I�;N@�x�����g����Ln١7��0�
�2��n����Ծx��0�o����ʑ����]NMV�5Nzݍۻ*�)aEPvظZ�zPK6��V`Z���8�hD9��
������i�0>�KlЄ�;9����8�M�h����.��%}��g~F����,�.ҠP�"v.q�g�J�G
���[�#aLģ�<#�y.�/������MQW����s�NJ�!��
�@	\��R��������=9�i_.%�b�͆,��8YBq�ƫ5F����M��5'�ӑ�[[�q}w�BƝW���N��_�]
��-T�=ŷ|C����������C�����,�t5B�z
7L�G~�l�0d@�@�{{%�p�I��hذ@�AMt)�X`3p��L�<Z.
���aЌ��1�8�������(��C��d<.s�$��;�Q��gJ�pfq�Y�
Z�
�6N��	>3n�Qx�B�D��~��֜
j�-�V���0�-��>5�ڟ���Y��2g`��N�ϓ#$s�����9����Y����Nn <<n�X��E(
)����F	PNC�lPV��$NC�N�.<<n�X��E(
*����F	PNC�lPV��$NC�N����X��n�E�o@0a4�F	�P�lNC��&��y<�T9'��=zdA�>�4Cx���[�K�}��ֽ}��\Ou?�/����	*�kQ[��B܄$	$�j-`��XQJ��Je��1H�ö�����S�6��Ї���N���(��ġR�D;�����6@��:]^fr�9bA�Cڠ��j�����

y\0@��
T�5�ٞVL�˦+v��a8��LΘPR���Yޜ���NiةF���0>�O��\�6|'��@�gK��P1�.�����t���
	����Vx���X;4x+�B�EB�����$oUH,xb�Y����ʑkg��t��N��c����� ��6��4tl`Z�������@�܃i*9����_t8 L&�,����;���
C(�@�@QH1cB�T[���
).؋��
}^�>���%BV#Яש­vNS.�7Xo��0G(���N�.����zc��@��}Q�+3B�퀁_��|�H��/{�3�p w���A�r��(Ȏ��Z@B�
\�A|k�`��T�
R�(-�k���.��}
�.Ba��T6
Cl�������/�Pv���L�7fp�-�s����+L-��iZV^Q���q����x^vD@
�D[���{����d��]y
�o#5U4V/8�pc���a���p��CKA��mb�
�{&���Z�kyk�%8���F;d@o���w���j��q�#:�0m@���
J�����a6|�Dc�8��,`\� r�FF@�o i����ƵV'�^Ҳ곥g�E�g�-m͊_����p�aٯ|E.��C�d�X����aY�="n�n��[�;Y�/.���X+'����$|�:�`y�g��W8��e��߮��TS�l��ï�0"�%>g[sC�\޿��e����ԧv8C�Y��d��S3�����%�Z($$l�f%���C��<Xq>X̷�ݓ�@�&N�sМg,{M�0�X�
�n0�?xL�!��8PY_#c@r��B��^Э$�t����.����(�0��jk�f��Xr�T��� ��K��8�@���-��tb������fzқ�bn��@��N
r<<n�X��E(
+����F	PNC��PV��#�N��<<n�X��E(
,����F	PNC��PE�N NC�N����X��n�E�p@0a3�F	�P��NC����Cd7&�no�t�q��SRv���cE�h)!A�Y%��mՙ!)z��`��!�dC���4��]��'��!���}wJk����p�9ɋaIa bqC†�'(Oj�#���2c6륗�r2�JM7Q])���0ax�$ry�&��$)�@��_�Ԑ�!�o��HS~�7����cNq8'ց;�3����}��.���nVgo����gɏ�k_�!�Y�<>Wz����?�p@m>_�=׉�����凰L�=�\,�3��\����5}N�l�yMA�9ڪ5�&!kQU��u���*�~��ޣ�<S���#���a��dQU7sE,ǩ�HB�Vc=cD�~�L��p���h�!���gY���9�[�u��:���z{�������:�1	
얾��jő��v��3��(x�l���Q�ק�J��i�v�H�kq5��N�|��3+����P�7ы���q�Nֿ{E,��,K�������k����ﵲ�;��'�{|Ǝ!�HB9ˎj6t��+?ew���Î�|Q����6]E4N���3IK2�_g:9��	
��Ko��%�nEK�ˢA��d4t��jR{UNfJC,��q�0T�i�ui��81�71-�ڿ�kKS���V�DP���q��=�]��<phL��̝��v}�n����L��᳅���=N�%;Fטq]E�笲���#�<�J��B�M����.i�������;lHB�*W�f��082�Ew�������k��e
hn)��&(����H3\���s�1����ya1�(�SsƧ
����h^K;�g��}M�GFF�O�����#�#�o�O�AH�D�*x�
�c��T���F�“c��pfX"e���}�{�`� a1%���Q(Hb��o0��5�.��&3���+����
N^�}�����`�VJV�3AH�v,$AI�m��^5�s��^�
py�o���)l���&c�"�>���j'������n.Pv�(�%S��9�B^^���Μg��ӣ[}Y������ZʏeU>W��V�w�����=����{���J���ؑ�'r�^0c&#�?0ڳ9ZX��`�Q�������#�Nb���X��n�E�q@0a2�F	�P�<NC���c���D`p�3��9�ax4��������Ң��gV	�3��*��<fE�����7�����ְf:�~���c�:uܰ:	կ+�xh�e7����<*���i��e����ZH��g�|V�w9�����">Hj�p�V��1�F��1�&L�&��<�\���ѻ
)�rFָ����e�{����~€D#WKpD����q��B�`�����$uZ4��(0�X;s~�fJ�J(9g��7�IN�z�@X&�ԙQ2�@f)˗��Vj	���"�|$h⿩B׹mA�Fm��ƅ��RóI����%'<�j��,�#v�$����p�'|�c�����.���\;#�q�G=rNy9lq0�O�{���� ��,EJ	���@$*�71�XPG��2���i�U�ϲ
��C�=??^w\NO�~L��ݛ�(�;�jɋ�V���T�[Ҷ^�U�&n>(��D�N^(�d����V�_�'leL}~`�xq���ٯ[�s4�o�v ����~j+�/�I�����ߕ��D0�,쬰7��8'� ?�W=\H\-�;K�c�?	���mQб^��������:�Y�����#���������XS�i�Aʓ�zs�P&��|a���Σ���_���E#�`A��"?�����8Pan/i}N��8)Dh������cQ�||��f'�B#���SA@8G��q��Ƽ���8�Ѥ�B���.�"8��?#F~.4^ѳΐ 9��(-べ�����@:��1A������딅�f3E�t��Z6�	��f2!J����P�Q4�����y����:�
����^jVN.�B��F��:����WL�������'{9��2vM�������yDXN:(���H�Bp�2��Ռ`����a�>uw�厮?|O������඿!���������J�V�YF"Q�����n18���,�Տ��eL(�y���W�d��������Y}����5O`���\��T?�w��tr4;:�'���P�1��E?�����}��>V촙v�]ZN�	8��\�4�0�1�`%�#�N<<n�X��E(
-����F	PNC���E�HlNC�N�<<n�X��E(
.����F	PNC��:KY�NC�N~���X��n�E�r@0a1�F	�P���P!�:��%*��9�d�T�Nh�XMS#v/b���qMC�������r��e�NVK�rJI�T:�b`����K�����5,���-\Q���iX�i�4LL\�&��P�`Ą�6R]�H��fUEQn�Ͼ1�"13�����*QOjp�q$�p#2YJ�S��F"}btGh��m[B7�f������nY*G-=c�1T���d��c�'��$���{Џ���ʲj9T���Mpv��7�&ǿ^K��Y-���[?v����M�p�X�6!G���<�w�ID�?��MO�1�gAƼ�*G���e��B<	93G�+��/�a�\�v��vB-��Ķ��CA�e��o��8;�ێ8>��eg�+�����\K{���Y�?���O���J@��ڻ��W���OW@��N�⾯1X0-��	�o��@�G��)+ɯk(����ș�+~��,������[	8bVM#0�AO�䯲9���H1���DQz��=>���T����!�0J��8n��)0B��Fh��ҨÔ����Of�"���bb:DG�5	�#�A�0Ը/
 �,
(�����blK�'�~�1��Q����O�<���7�����MM�~6*��X�0L����I�W�y7�Y�L�ZƇs
)�g��{�U�0����"+#��y׬gk	R�S/)��6��A�	r���*�Zɘճ�������-
1��A����u_����œ
�������Q��l7֜�'R%+�����4b��G�H�J��J��+c�sl���j��1!�^�Y�^�����҄]Vf����U|}���,��mGQe�o�>����$�,���92.O~�A5h0Dr�Lv#�JH�a
�%h���h��q����ג��
��	�(�QP��&<��ٽ��N΀p�7-��Q�˘]ꖇ:�0p����t�	�hyf�������MPi
Z�_eI�����1�(�@w�aI�B�
���MyH���������_���V�Nrk��"G5�=�r��
��N.����X��n�E�s@0a0�F	�P��NC����bk��@1���l ���	�^O(�Sxml����LD\Z$�gL���}(�|�PF��Ө�xPQ�I��t�Y��D�@Y���+�G�����/�+�wr"H�N����<��N����m֞:I3St�#����&�U�d�l�8�ӗ
�[����H�l1E�<�ZT���G��gc�>?3�,����9>Q��$6M��44���a;d� �x��B	�`������C�c����(ߗw�vx������B���������KhRp�Zu�*�	�fp��@�I,��*�]��a�a@�����r�)�2
*�ޥx��ѵ�,��:������8ň��"����i��nE<oZ�_�)������(�2��i�O꿦����wyA�������!�u�p,����k� ��D|�xp������@�|�����]0����Ì_#Wš�lu�ůo��ೄ��d�:8��
�Q��qCj�0}���/œ	�:HV�{��d�V��p2nU��0@�Z ��,�񝙎F�P����'�*>�qF�]_!��=�r��f���*�iԍC��@Ƥ��s��Y��m}�^����x�yDaK;DX��$G�������t�}��FV�!�<M�o��h�$��ǽ/���%|���"�����m�2g_u�K����8�A��*s�>�W��{��G�Q��C��R�	ƿ*���w�?��W]0f��V���J�q~��_T��\����R����������,���qPf-t�CZe1yZ(��,S�k����=��T���/�j�0Z�p7A�b������8il
�b����E��mM��s�y������X��Jv���_W�o�m/����3���O�r:�d���G��ԭ�٩�\p�V4g�/DLm�H�-B��ѡ�����-2S-�6����+�����D�%A1�K9���Sm��IH1M���dI�ʲ4��߾Yא������pb���~���Ry
ɴh!I���(�
cY\r
���jP\������(��i��$׺��ݖG/r�#�NƎ���X��n�E�t@0a/�F	�P�XNC���.Ќ�ɔ�:��&Ƴ�>�,�"?N�f#��x3�'����[#}h��S38��E��5�	���,">͵�ܡ�O����������g*��J:������(;Pv���Q�eXa\��u� 3�rJH������w�����9N���~��8VS���
ϻ"Jl$OS��*/C�n~��(Kc�@hǽ���������T�T�cJ�b�|�ϕ{��o����
�����^:���ů�Y�"?�*
CB�LT��/<^�UH4`5h
v�mP""�+J8�lM婬�R����G����t�hMۂ!����|�q<xq�Ѕ����K%N��LU���D����Q�<DzX�������(Ә
����>�1>"�����ϕ�կ�u�� A��:>�w�������������%Y�������D>-��heJ�30A�U3m�d�D�N5�q�k���ic
���:��=M��h��i�j�+T$B�3s{ ��_����Q�e���Ag1,���o�U�V*9�bT����
x�?[-DJ��������B��w���E������:�%{O��\��>L�֫z���kʰC_E�'<C�����G;7䟶LG͘F��2,(��|K>�����]��
��I4(�S�| ��������JzG�?������_>/�@��o�$\yN~�b��ZgʼnAZ���z��|c�P��<O߳��K�RP���~M�����,�j�(�I�Af;�c26c�ۂ��uC���׶��x��#�y�mϼ
�
�s�W��Q>g+��\��:?�L%�Z�O�+��� ���h�&W�	�*��o��œ	'�����;z��ξ�|ot���pDi�]��4Īe$@j��*�'k爰���Z›T�(�u��.�7�Pg[��e�����6v��m�=Q~'������Ѡ�<&8��&^h�@Co0"Қ�qq�L�R�@4���)xiU��JW�ī��hM����g����h���NΠ/*�rq�9Y�z�����฿ٟIz���;�M<��N��<<n�X��E(
/����F	PNC�XP�:KHlNC�N�<<n�X��E(
0����F	PNC�XP.�d��#�N�<<n�X��E(
1����F	PNC�P)/d��#�Nw���X��n�E�u@0a.�F	�P�NC��II[#������E������߾����b	�Ax�u��,�m��1���?����������P����1������Y��c���r|9��6#�W��д0wۉ0?�꫏9���x�^�~"
��I��eBJ%
&/��:y�_���I�D2�0�U~��tt���D���1
�/̡�����LW�)^��v�\�
N�0;�V���pFNbwLd���EV��I�}�TH�$JftNM:���b�w��n0Q�>�#e!��ޡq��Fg��Xbp6L���hZ,A�Z�$���Qw�=,�ICBU�RqP�e*1T���gU��`uSIE�
����>��n���H��O�5��0���e��g��N18�:�x�g�)#1.Ǝ�NB����*0(%y ���]�dIQ�$+Z��^�5���Lc�X�OC����8����<^~����fG�ȹFO�Y��ϩBG����aѨ1`�R�c��L�'Y��V����c�w�p�6\/���jd	DV1>b`��h�0�<�z8ĥ!P8l�4��<q�h��Pw�G�IT��|�ǣ�I�0QCZ�����ԶM���f��0Ԏ��aBD���ʛ!��_���9&	Z�>�
ҥ(��q���y�5LZ¿[/Eκ�>���@��\,�,��@:��2�=X���p��}Xe����%K{9�~��ӶϏ������P����?��j�A�����U�+�\������/mw/�j�:����ě�~�r�:23�9��~�*����M��~>a���h2�T! �ŇA�5f\'�4�;*���_������Φ"Ũ�H�L�=:�N����iY�3"j�$:ԓ��I*ˏǚӣÒ�7Ō���U�9fr&
X���~����Rc�;I��(��Q��̆��:U���O-%'��+i�b���s�d��Gt������7����Y,Jq�@�t3=fK,aa��{�9�7�p�f@���2s�'RLcsm*���[�P��[Kb�Ԥ&��V��Vv�^>^��?�xw�Xf�C5�g�fy��
�-�$)�4���4)�7	��8��`T�^�a�`4�������N���X��n�E�v@0a-�F	�P��C��'�ۺ=Dj�{s}����RIU�~J9b�f���$|�#��n��8?��s���'�ž��&@V�Y�D3�љ���2��{�����6w��/��M}+������Ϟ��8��H�`
zC:���"�=�kG�4C~VaΘ��{H���x�p3�������V��d�=')���"2��7?���߼��ó�����5�~���C��gZWz�}�Q�3C�������a��k�#�g�������wB���At���+�5�a
��1&���$���iU�$����T�"��EW�xc&I&�������^$e�򉏟G���`����i{���3�ɍ��b\���r�4�U4���Ǔ����4o*�>'�~��Ѳ��NH�j�l���
����_[����p�# �rUey�uE �������ۃ凔g?=��>8�a�Ã�P�6�������>���(>�HtO��Vu��R,]h���:���{�(0x��x^�s*���yv7:�3r�IQ�*�]4�fj,e!��(��h���*w[���=pƑ�Lcf�X��o���!=r�B��a~•���ptu��������$��D����2:��"���,�4]���4��Nȓ�&0��թ[]�2�R����|o�/L��٪�_#\ZS�
Q(��d�Q�fރ������<�(�Gpd��Fv\+���Ǔ�J8�^��^�׌TqC��A8�(�;�9�i"���:Dy��D�2��z&�Q@K�nI�4Eu���Ч�i��Ty,X����I�	��o3be�ƣ�&�SI,3�Dο8��@��TS���(}�13�^`��^v��²��S����rx�������
���|����Y����Q����^qA���kKN"����%?��vw�G�>5�����Jk���|����E�HG�{������P����������A���E�Z��qU�H��vJH��P���n�,�8k���	��Ua�u	��֠����5��#�N�<<n�X��E(
2����F	PNC�tP�)/HlNC�N�C<<n�X��E(
3����F	PNC�tP�vNC�N	q���X��n�E�w@0a,�F	�P�tNC��@��Z���'���������I}��)c
���ֽ��6k������+o��}R���Eډ�8a�CUU\�Ԑ&���[��̈0gw�l|�Ô�Q
���c	��!�������$`�`�<�R�A(эr��`����'��K��_���Jr�*��g
�0)@A�{+���r�k{zX�͛$���r�a��@j͐��8F�TΜq��'Vq�IH[�1�������ٙū�z�m%ڎo����&����w:�/����.�B8疷�}���	�Z�=�����.��S5�޵��<ρ��XC&���؋��L&,����WF#�>�2���K���#w��K0�wSx���K�Y��Z'E��h���%
)7=�������Mv�h[��x~�Q/�������*
\�~�A@иL���H��+.�a����W��uT8.�gz��mX��]Y��Ho&M��!L6e��7dR�P��h�����׽w��{�%�?�㼮����g�0�M��{��'2��\�giH��������^m��5 PMK� �o���2�ْ��
�﬛��>ݖ����TS+C�8����+ƳX�@�i���������y��{�?�FW�C\1�8>a7�H��A�?wԊ1'�[���K�W��Kv&	��yD�/��h�
�^��kۂӎ����;��j1����$�w�ê$����㩝��~���M����{�����9�q^i���k4�Li���д#A�5��h����A�9��41ǿ~�~�:7voQ��ڧ�������!��Q�߻��2��,D����]6�M���j܉�C�mo͞������������_�>
�>��$�#=�D�v΅��Th8��1�P�q���N����|��W'>	�jC>��JWˉ��8�:X
&JNT
숵�t�G���(�fmf#�3�l�ߠ����V��x�MYz9Mn�u���˝�Q�2���c�Z0����@���F���5�B�1Q���s꾪-�&������G�<����G{����kh]�"#�N�<<n�X��E(
4����F	PNC�(P�tNC�N����X��n�E�x@0a+�F	�P�(NC�����+j׃�|�bh��['0P�F��������qP�ɻ����U����fb��I$���&11�zɑԡ\�&}s��lR1�9��z�%�JOē�4�|]f��2sqG�*>��i}=9G�1.=q
�{{�}�[�ⵏ2^V(��Lw#	b)vx�������q0�����-P':<��e��L�����|_	/����U�.��꺓j�WK��<�}���F~��������$�b�!��q�(�){���U�;��,��p���fN#�7���$�T.�V.2����!ֆ��R��/���L&�����l̹�#�d�j��f�@�]�Tj���g,��B�쭅*�Xm�By�15�o�4U���]�(
�ߢI��(9���=���R�_�{�������2aw��D��:�W}�9�&M΢	����2�J7�i�1�S���$�b��
�'���[��J����xs����9D�=�E ����
���sJU��yiz������q���ɈR��Ha�	�����27_a���s0�1�����א�	���R���ى���#�,���#�<nA�4@�	�K9Oo�y��B� ^�����(��J���0�2�
+��
<0qJ(1��PB�B���O�DjB
����*\G�2�|����B���3�fbeZ_6�.Q��^i�B�d��	���ע�^Jc�,$S�����?��Qʄ������������ƍ�j=��2i�?)�3�Y#Is`��YI�����	j'+�~��h�])��B�-�G�W�/�r{�7	�Fk�jEo���c8������]�.SV�~|Mm���k##�Ij��I�Xd�E���
Aȁ0�1V$ƈ��u���I:�b%U��Q��9D
G����u��
-1�j�"?���,"'d����
����nXe�'R"=��2��}�=���=jD
�{B�XA]��@DP�(xx�����w�?,�o`����؊F��(h�����6c&u%�H{�3"p�>HT���#�N�����X��n�E�y@0a*�F	�P��C���z��Zz�����6d��w��8<���������rp�ʁU��ۧ#wnR^���_�J�������|�����kb�p���0�s��Ybvg!t;�st��Ly�W�r�q��̙W6������HU�"�G�������n�����f�'s9fe���:e����SF��`��N)]�����*�`H��od�%~��+��U˩�O��P��ys���pj�sQg������n����w�|�
�Τ0�B̲"nk���

$BRs*1�Y3���dp��8���qK��{��C�E�a��D,G��sY��aw9��͌���Ȭ<�FOi'Dp(�{k��ٮ
�s���>�)��<��
�� �Y�1�N����8s�d;���!��8b����jRhʼ~n��8�}����^<�[IB���w���A�Yx�����^J�H�pO�ZL�>Z	;�%6Z"�D�F����n�b����<�����;�]��u��c?���^9ޞ�O?N^#਽󸦋�'������Z*�<sK8���X�<D��U�bC�O�������	v>����Wp�`u�8U��㩝j�l-���+E�������Y�c��nj|q�W5xVw<O��F�7фO;yۈ��#�;)8�!X)�\�/�s�5�iUC����c)W����FF�ka��C��*##�c�����|{�m����b�ۭE�+�㯭�a�)u�;��,���<D�E��Kf��cq>q����j�C�nsN��A	���# ��Q����6��&s�����#�	h05���ŠZ�y���4�g��lj�j��h������`�Q���'3c�6+�b<���;%�23&C��~�J95�^�!�A'��KK'߹�,I�@�k��(9<	���ث�#L������X1`A9��QS����E!9���>EA?�Yq
G�‰Zy%�@�f�������)�d�B��dG@~hO������y����j��G�>�;���x�mpe�Tp����+���Z*3�%%$#�N�<<n�X��E(
5����F	PNC��P�HlNC�N�<<n�X��E(
6����F	PNC��P��(NC�N3���X��n�E�z@0a)�F	�P��NC����M�
��td��-?����)c`�)2C���.B[���f���A��3�.����k�K�j�
	�O�v��N��`���‚�!� fx�m2�yD�em�ד]>I�F.kN��%��[U�_����d�1?4�1��0�B����	����Ѕ��{]�_8��U��{zM�B0,!��Mg�x��10eܿmM��b����}u��K���1�4t��#��f�+�zzqa��}��(3�B|�	;��ST���s�VU�L�̩�&ю(���Ό�My����Pq	��W�h��î�&�2�1_��0����)�����e|y!y�$�Љ�Kb&��?\I���:���`�ig���	S�jMu2�����Q�Ŧx���ݞ����ny�;3Z��W�]_���!)D��<���S~�"e���]ڄ�C�'Jb����IB]����8���Ѫ"�maA��&�������q��#q������U9�vR�%�p��{.���0с�>��a$� �.9PРQ�Q8D�S�~�����vl̾�̩p�'|Mqs:�S��?r�Q�������s��AJ)����>�˺l�g���zk����1:cĐ��uA���f��+�6$a��p�?m���FRQ�����+{�b.&���u���G�jq���'X���Ɂ:�[�m:�JfT�BD֔��V�p5)jU2n
�����x��m���W��c�z�����	+BB_�l����G�o�꽼��+#G�Lӈ[�>g���բ�H�#���!Bb�s3b�ɅlBE	�����W���eFW��"{ID����O5��3퀘����۰��/
}��2��,{�pd-:B�B#o�������Vs&ˋy?D��%��;�/���# ���M���[e2=���)$��aE���i��c�$6�F����f��W0q1Q���Ȼ��qb��gGΡ�<��wY�85]�n4��EqNI��!��H�*[]�:T4N8fSނGQ��ћ4���5�����2�AN�>��
Ž�~#U�����rrɦكHP�vB��j�4&�=�L�`�V�ᤊ�$�*i
m����� aE�#�Nu.<<n�X��E(
7����F	PNC�DP��NC�N]K���X��n�E�{@0a(�F	�P�DNC����5b9�
_b�7u�h��	P�*@;�d�4�N�+E��
i��.�~�Ԩ�k�Se�ql'��������GϼK
�<d�������N�Q*
vɡV~��}��eKH�c�R���$! B�B!��/~5��o��%c�Y��)l�ˈ&�˯�fu�P@QJ�9P���җ�5)�&8g�������4��=dd�Č�DJ�N�<D�5��N���=X������`�9���c 8�8�ifi�i٦�y%���s����ل(�<��|'��Z�>S+�7~j}`��d�M�_����@]TZ�K���8���H,Dz�V�>������%D�
p1�����7��Ǟ���6�u�����`:|��ǝĐt�)~��4����8ͱ�E���tیdo��~���oO�����o������QQ��̞��2h�f����
O���(�H��~�W��x��.)�W�
�*)��wdE�I����Va2HW�����,�?;Ԓ߭�C�J������J�w�ox��h?��_g�� �C�|ɀw�YJ�Hv}NO������c�sx����\'&Ϝad3.5�\w?!�0��z1aD�#�3Ѣ`"r������)d��Y��
R�n�����H�o2��\P9�Va�4�E2�;X�r0<YcHM��d��xn1�f� a�����@t��)�pMM����xsg��ٷ �g�h�7���61X�|����i|�'A�޴�ŜO���z��Jb��M\��08���J���ߺ���X4{{����z0�NtH��y�P�G��e(-2����������l"S��7�
�pu�5
7���UߌG���>�N������R�jd�1�~	b�Y�7�ax�-㒾/y0/���=M�fT�)�
���i�o��۞'c���>���k����2ps��2L�ɀ�&W@��+(���.dZ%�ʌf=}�_�Q��_��H�9Ш��?�0ϵ��}��l�C%=��V�3�x1K:~Q1�b)�gOh�j}f[��(�"7pӞ�
2$f@��ёw+�
`�����\&�_^s�Xl#�N*L���X��n�E�|@0a'�F	�P��P!����`���5�ĨA��I����������'K�h����`J!6T~G�	�|��K(i̯H�P��8��>/�D�
D};��a|�Z4�8+e=�uL�``�'�D2o7
�që>4冃ʷaV:�Y�t^��X6�G��s��l��������W�\FaB��Ԇ'H=�HJ`9jii�������M�H�m+���j(t1n7d��N��co����,B�Ok��� }}��f>E0��p��}�S����n����T���O�ǿI�B����#(�#伪P�%�jU@�n�J��0(�L?�d���L�J���!�Tea�n0��ؚqo�_q�8����>���R�8���
��=�/m����>O��)(H_y��
��a�>�س�O}?��������y���q\������.�����gױzkq�$KNT�/H����&��~5��jF/z���q���[$���1�T|�QtX��g!o�Fϕ�L3�:�=�+�⑒�+�+7�����&�l���ӿ�dD�(�Y1�Z�u�O���я'���Q�c���>Q�8#İ��E��:l�3��I1�%W�p=,����_�`�Chb��US{��&��(|����a�������-�_c"����}�(�{�8�AgB�4�y�e�5�q+Ү�X����<�Wf$~�j_�[}yx���g�u���pkk�s�����x�T!:�~>�q��s����Y�7��O+��)yG�*oOq����7���^t�����(���D���}��Msd���,�������\���뎳�_�W��Y\Z��W�M���6IL�	�'3���L�.�U�fvo���78��>�^难��bmb�{�s��jw���������'ėa|�\������Օ�|�8���$[�]���X�%qk�x��<1fj�q5:�x���N���	������s
t��h���xū��~c��{Z�9�7��w�]q��>2��#�f(]̺���1�������H�׳�vb�WWo���:�V5D�^:���ࢱu�w��1���#�N	[<<n�X��E(
8����F	PNC��P��lNC�N�h<<n�X��E(
9����F	PNC��P�DNC�N`����X��n�E�}@0a&�F	�P��NC��r���]u�0l�\Z�²K�ZqI �Q6�Z<���S8�C�ZĜf�fCƣek�Z�{��s���}�>|���O4���J9a��e���Bqz�ߩ�������$��OL�[�������EA�rw9A���
�����Q���M���5��9����(�&e�[81�+��wD`T�/���$��91��olt&I��b�u���q���$�cuQ�Fy1���W;���cKf7ւ���&�/����9q=�4xX�k���y����0aY|Ejoh��o�_ԏ��th��л��WyC1�)�����k`���7�/�Vq�<�������L��D/C(���L��.O�|�l�t�w�~B�5���MN@������v���p������l�����,b	��	�>z�*5^����xx����tX�r��
�	-����/�s�&h������{�~�����1���D�f5g�|���D�s��$UK<�T?_o�������h��]W����Nu�Ug&K��6k�5�����GW�����7�8񮦍������s\y(��Q����'&�Z�W�4�����j|��;Ʊ���r�ܛή�l���]{>Q(��J���Ŝ���]מb�����.�����=}|�+?a��#՜�t���X�t8�
g���ӝ���	r���{W������Y�$ӎ�4c�B�\o./\�]��m�x��}<vV����8>{��<gs�i?,��.a���1_3���L��O
2��k1���8�4�����g�S��0O�k0���<�?ԇ_W_S�}�و�<�L�jo�߷�۰}f	�K'�oqƞ�	�F<bJ���C��W�fJPl���E��|O|őF&�-�7�Sq-DU�H�/�)d�����h?b�����f�8���}ĕƮx��R�q��������[Ӕz7��b�U�!�7Q���\WJ/';�Yx�$���W���C�~<^�{��_��O�)#H�Q�)c����z��<IR/X�����ZA)>>��1�'��k혞��4Tw�`b-^�#�N�<<n�X��E(
:����F	PNC�`P���NC�N�����X��n�E�~@0a%�F	�P�`NC�������D�'��DZV���$����\�<���7
6�
���o�1f
Z�r{·�_���TY��:~��}#�_w�tp�=���]���7갠�_
Q���u���5�@R1z�.��*��UMP�'�{.#�Ʋ{��v���¬�h��A�x�8�~���<�_,���
u�B&>�w!b�A���U“7��,( &[�V�5�,�Q�����c���g��(�hq����/������2S�JF�2^���]�w-N�G��n�ѴGj"�(#�P/��
4��h��V5��L�7[����c*�WWQ)����0k����'�J�G��#�$c���K��6� ��7����H���d��#�;�<wՂ3WS?��Z����ƅQ��h�𠏇G��q�����Y"�ϟ۰�-ɚ�=���Z�#jy\p����tLW�XS5`��X�DsjR�ڗ����RɄ-��k�F#�����,J��{Â���x>s�-F�9=��C�ֶ0`��O8(-��!HaRK��ٞ����������,�3���,v���0��ȭ)F�1���L��"N��y#X����b$J�D��M{��������m�)��T|.K���~eD��.�y�����%�ٜ��7nL����3��}��$����=d�����q��Z�3����]c�Q)V?Z=gvw����]j=�)ᶡ���]N�9�8ޮpS<�L2�@���e	�O&ӞF�,�Wh�r��ÿ����*�ʼ{ԕG���?��Ε���-G�+�b��������"��>N��T��rb1@�8o�h6�,�8���J�v[Ɨ��
�8�{�p����>��V���K�r�75����F�,�����"s�֊`��W�y��Y�M���)������gi����I��/�nL����y�В����"����K��`� ץ^�`ȓ�Y�ʙ��l�\P(��y_�Z�X`�4V���0G�̳�,�͖��׺�����Nh����X��n�E�@0a$�F	�P�NC��n��BN8��bq@<�ݪM�*ReF���@:jܕ2E��A	qٌL!ia�o��򌟼9����0�S������i�o���w
���M����?�%�s��խm��0�-%?HL�9��Q����ER��C_Μ�$_h����?j�A��R��X��b8O�Y>4JQ�?��������E
0 G͟��:О�Dc���i�b`��I@�.Gbx��I�d��&�O��V=~�������e\��oNc~��v���6�M���-$j�E�w���	�*�r0f��!"5�}l�w�}�J|l�>��������i�}z0�>�����i����YG�F#�Kq0(3S�%��t�Vi��93Vص�@�����2�d��9�{����������Cb�ԛ ,E)�0�S��t�؏!���=�>KS�:J�+=z�*&��,�J�9����-����H�7��8���5�f3�$&	I����m����3tO�������G�z�r�����?*�ŏf�2�1�c��W3��>��2��y���F�����i�/)�1��Ő��	�20�2���U󨘫�$*}.{���9�<39��&mR��#NT_��g��0���xx�Fh��Lh���r���bM����v6T]-���2[����@��)��9�ڵ3%���(ƴ-Qc�����v�6B�?������;��a�!��w�C(pj��-��d�`y,7��&P���iCBB�W�6���hg�}.îi�LoP���S��R6t\
1���
�V
Q��Q�ן�_�{�BP�y��C�60��X�~>w���pq�`�f��c�z�L�S~�����Lj��ϬQn������*��e�� a��`Q�@�8l��4�d�~���+L�R���<&!@����������Q��&dQ�q�&��z'G�����W�+~4�<�2I�Q�O�'�P9˖(W`�x����� �sT���uNX�9���������27+�s
�x���J��;�;�w�����qėYz|�1��c�=W�n�=NVe,���VVW��0f?LSAϾ#J:g��2#�N�<n�X��E(
;����F	PNC����HlNC�N�<<n�X��E(
<����F	PNC����`NC�N!;���X��n�E��@0a#�F	�P��C��#�bPo_+�Q����q"�!B�~Q"�Ξq�u�<�x�l�#�*y�=kW��z��ޚ���\�|�����P)��-��B�y�=�M�`�^�,/�����TZ9_�r{��@�\��12~g
�5�֡"�q��'>��Tez>Ҍ0�u��d�h��	�Y��?��|F2�jbzÊ���J�!�����!)�M�ڏ"$+��@H����0��
�Qg��e3:sWeQ^X_'�PV���n��	����эb9C�7��LhL�3#�O�PdC=���W
�Շ���9������q��>��_�_��������>5(V���]���:�\��8'����JM����eɪ�(�!l��8O"b�Q6�g�キfa��:'���T���?��Q�������u�z��㋁9���2��I�\)J��s�������L
���6n�`=>F`�

s]{u���9P<�����L t&D\@@��t�Qw����?��Ǽ������_*��R�S5�����љF�4Z���,B��zI�y�%�����0[.���ɶ�q��;ަ���N�������#�����V��vGxx��H��-_���J�dm��n�
m3�.+�o�ض|���1!�\W��g�����=r������45Q6���^o��MSf
�!gF���ro�T�����24�M)�-�Ȏ�F����dΐ��_#�Hκ`�]+_IM�T���\
*K�+o����c`.�ސn.^;�>��#:��pq��]x�x7��QZ�0�E�������u�;އ��&=��2X����*�� W{����h!���⊌�/p�'4ؼ:9�F�""C"j2��3|��-!�  O�f@/��+M��-5�����5����߽��eL��d�8$�ۅ��rV2���������v<,�jcɼ{���H�GC��t���ᢧA_������H����J>������������9�W��߂��u8�O~ww�)N6#�E��~��@]勉�-M������^ῦ��8���ގ�v���T5�=>�E����S#�N�<<n�X��E(
=����F	PNC�|P���C�N%����X��n�E��@0a"�F	�P�|NC��oaCS�̦P4tSr�M:I�,�3��������'Áq��'��*��_�_�O�@���u|6;W
n4��~w���͙u�Q�Gҫ�P���,5�Jƿ��$�]�j�]����>�
��3����I;��&h�����'࿗���/i������(��
���B;��[����O�0���[�w1��3��!��c����Lܖ:��ΰlv�A�͔L���TLTB���a�o�|�Y��t�)#�":���:	�[�A�50�����!���׌�I�D�s1ž���J��x�4ā�vw��r�WM��Z!�0�]��ܹ Q��3�5R���Nz
���+�L4�6�/D$��뾴�&���wfh���g�pp�kE�fN��l���BR9w����pm�>��=b.^>aYA�`��$�ᶠz�ӅT���>]�a�S6
5��d����ޮ��L�����Yˉ����g��%��TS�&��~t��Ҷ?���};�]7;�K3���7|���]\�ͱF�Y�1��^Y>��:*'��>�{L�)uN�S��mH-��JW~/�U�97��<"�ک���gK��9����l���*�<f��o�'���f,��S���QbԵ~��_�<��}����<�4��m0��k��^���gh<D�4q��њ�|隓O4�s�S�@m}�\\E�m�H���8�;�;L����W��O/��m X`����'WXK&�Y{�L��j��,M��n��cת6�v����#v�^:s������Ud9��!��5��o�|��v��c�3�*��a��O�������W��V����9n�f.V;Ɋ�漎���L<������q�bHO	��o�M�������c'l�	�����=�`��^�T	[�;au�H���x
;�<��������p(G宽~
o�����-�
_0"��_��x����D�������Ue)�)v{��2�b?HYS�"G���O���,��bN��\�l
���*�#�N����X��n�E��@0a!�F	�P�0NC��X�-x�5�QºCG�������濜�j�����wm�22-���/����"E'=��Q�{?��%�7��t�/o��f@�"��EP��&��
w�~���(9<��>;�48������߼?;���,�.�]?C�a,#	
�`�0c(���8�:]!�3��������h
P�<�=;������5=X������jxE�w����"P,;եt-�E�Q�G}�����*�Y J�`y������P������5;�벸��l��Adf.�U��%��ޱ���NI��ϣ�����_u�@�u}UUUYUR`�Fa�`�	���_��H�U��5QKz���{T����F�Ȉ�T�0E�#]�f�EN�#ޔ[�����%�y~���1�p�Bo��Z����/Ais��{���u�y�4ú �Q
�2�n�����E�9���33|�������N������?�����Ĕ���?�GS�] �������7	!��k��vI?g������CQUW���ҿoWi
ՕUqp\��2ў?�������w����Y��R���-^KfDZ���m�'��!�o��̼��F?�f�S`�	�ǩ�*|*�a�N3�W���P�Q�o�?��(E��6,=��0�8�J���	����q������R��?��S�ά��J'�fm���֓j��=&x��x�'ؼ��Kz��3����$da]���ň�O�<˜��������������w�k�v��J�DЍ�Cy*`��[�?�=������<!<2��(8}Yr�(2B�n��������
��+VI�he޿��o���(�̙u���P1���h=�/��	��瞴�����2g+���?@	��+�c��ٗ'��he�G�OԘ0_�8�>L����&�q�ۛ�s����q+��e���I4p개L���_K��v�lҤor;e~P��|�N���3�%=���RՏc��j���X٫�l���r�n�ӫ��-����1e���g�{���*\�x�JS�������H���qzZ��.�#�Ne�<<n�X��E(
>����F	PNC����HlNC�N9�<<n�X��E(
?����F	PNC����|NC�Ny����X��n�E��@0a �F	�P����S�W�fLh��z��1�S��ё��.b,����֧����-N?k�X"*���=b;6'�"���Q)�Z���S�_� 6#
#&���p4�,�v{v�Qv{x�LW��D�e-aV}
��0ffl�ą��\}^L����ǹÁ����������3xJ0U�W�2�9<5��>6��7���}�
s�G�������R�����}�2B94gb&��������e�������7�ގ���qK��^Ϳ�X���ŜO>9�����9YV{��/m�[|oy`���}XźiIQ��1�ӘD�7?��3�w�2e�y˄&�P`�� DP�=H�Q�2*���.7��YA���k�h
�2X���%][^cG�����l�������L�	30;�V�	�5�E�?�6=���Wڀ�1l�x/�]K���2!��&���^��E���B(��u"���eI�����I[�z���B�U0���@]�������h˓Ix�������<b6��(P�3�p���
��N��y�5���K�Q�ǚ	�����γ:g�~|��i�-O6#��u����Wl}�	����.���RH��v�����m�lL��=����<��v�^χ���4�1㢊8hK�?�n:�y���*c��p�
@��ӌ��kQ:䥺�ݪ�?i�$/�:�뉤-.�#�1���'�"yeo춲S��vpݷ�[Z��I��J'GQƗ����F�\^�K�M?�K����lg��Y��y͓U�屫۠�c��\t��[��,|����t�	&�Γ4�\�]���C�R���3j�T���1���D
d����W�#"x(A��J��N�v���M�٤�A;YA'[Vv���_A@}5���������`�hu��e���x���!8-�G����7��c�5˔������E4^���!ʁٖust}�6��>��Έ����l�����<w��O��{�5_�I�6������#�oB�������G�R�\!C�tРŴ������S��9�-��!ݡ� 4$R+m�Ќb��C�X�����e,U�9�%���r@�!8M�=h>X0(WYoH�#�N8<<n�X��E(
@����F	PNC��PӢ�NC�N����X��n�E��@0a�F	�P��NC��2/PhU<�����*�c��o��v0�=�$�����l�,�)�{I��I��H�^���͹��(}ȯ��f6
;����Ӑ�3�x7��]���>�F֖�z���r>0�f}��x:�	�f�Q�44?�~�I����2�0�� �NSъ�ځ?�O�)���0����z�:�xxL�5�|T��d|�+>ՠ����b�HH��i�=���hW�����45��c��R�P<��CL3�oK��A�C�K-�i�vw��	B��G6F8|�D�����2N��c��CBr�y��كS��S7!!VA��
�xI�F������Y������;�@�GM����h�n�^mR����~��ӟ
I�d��%H�F���j�xZ�T�
�
R���>��ō6���=�#s�"�P5"B�Lt��0��=,Q��yY���c���Og�v����e@/FH�2҅J�?���l��=K����`��b�u"�0X
�N,�?��_h�G/`l�<)�v(������Qq~��[��<U~�����.�#�:���h�2�ral��t��!̨�0���Vf;boeV
Ȁf�������Yk�W���l��74��n�Y�ց$�eP�vey����FS�~-�#f��E��w"������s�P���Y��]�A��e�t��T'��`?}�Ca�&�
�o��#�pK�ݙf�L�R^�����oН<_�<�۰gLC�sg��辴��lJg�z��e�"f��S��cC��J�n�~@�C(���-��cn�Kr1Q���.��>��jC�ڹ5Cz-��UdR0k~&��7c(?F�����@(-� ���Z��>*T�wz`��|���g�<��s�g;ny=Pl2��tć���b`������	$��%
�3@l;-QJ]AGb
.���f��������)��e*�k�a�?��w@k� �v<����Q{`n͗ �����+Q���7.�N�9z󗠂/��v�	]�2�\��"8%�K��j�>kk1������L�ɂo�{(G�ʯ]�D?}B�N�70-�����r��#�Nj���X��n�E��@0a�F	�P�LNC���=�Lc,g���	���2	�
��P�	v�d�^\�&VO؀s��=�V	İ�k4�*e+%����Z��h[rS
,%���
����XO�ƈ˵P=d��^B������tW!���F�2��������܎����Zn->��"!�_��)��O�1�B���y�2����I徳
խ�ս御����ϝQ����:�Ƨ�����q�X0�Sp�/4�g7Ι_�9�����1޸;3m�n��~�p��L�������<-�v�?��7�h�/C�����-X$�թϜ�k��r�>*����ˉn܇ho��L?��Nq3�6�@���.��xF6|[��*j�dj0k��}�[|�������ڝ�������T^\󿲍�,�������l��︧CI��������	�d�1��ErL`�jija�3$�ʒy�5�Q�<81�}��59��~���#cl��j������ѕ�#��Ip�'������������8�G�-& �$�S!���?=�i��4���H������b����OO뾍Χb�DA�F	riI��5n��%px�K�2d���	�/��c>�2�;bD)����/����(�IYm������]�������d�Le2���)Z��d~q��{��*@����FzފrV��!�GGp�E��8R|�9��.:�k������r O��=+m#�\�td��a�O���98^n�^Hk���D���g^���Y��6'�n�ˬ
�����4��4̍@?2��`R����Ԑ���H������������i�������62�p�ؚfZ��r�F	B�$��UHDT!X�W���v������֕v�WU2�U��w�'��[��i=	`��E��@T(��@s�����_~c[4��'G��Ç�<|	P�	�4��j]������d�n{)��q���n��7�^[��ZK �xs$�/�8( $٘Rjy9��/�5?�O�������#�H�Ռ�q�:S*�3�f�,R
��ߎY��E�p�K�j��#�N�<<n�X��E(
A����F	PNC�P�ӢHlNC�N�=<<n�X��E(
B����F	PNC�P�˘NC�N	w���X��n�E��@0a�F	�P�NC���kƿ̟�����V#��җ���Ⱳ"S�.�hJM�	�"[kz{���
ud@��NLΣC�<��"�g��W�v\Y^�G��(`h�wt�l7A؀�K��i�!Va:\��6Yl�����U�w�����y!�m
��C���Z?�h³���/������-s^�g�t@a�M��5㮝�K,⻯���a����^���G�ɘ�b��4���%j�nf����������13ӊ��-^��m�>�x̞�WV.�  	
�^�͑?��D�&pٰ��,RckF<wI��2�c$p8���U����V���D���UW�>w�Vk��G7L�?��Ws����m��o�Uq:�������|� �:Ė���~aT|2����p��֓@bB��4�Y���S5���/�b����zO������
	����H6K
õV=�D-�������v��b���؝	4|Vm���e��g�.I���R-��HÜ	���.��Ӏ����+	O�Ф��3����B���nfw���� ��^6y2j�f�6�p��� �p4J>һ���ʪ�)U�G��������Ҵٺ'��^���"!�D䃬@�3��w���������#��~S%e�2[�e�E�~�	�����l`�3aT�ӀS���
ё�4��
<O}O�0
����IX����89�
��]��=fn��{6�#����P2Ei\���3���<L�t�ٗЍ�(Lћ1����T����6��\w�Y(9��:���x8`lK�wK�w#K�6�qM��tH��]���72��z$��4�u�Oh)<�"T
q��������������_�Yo����sB��(��1�N6V(>��Ȭ;�/p�g���vL����]�<�n�I�1�񄋈�)�Ƙr^{��1wB<v��@�j��@���İ�����@;�u��&R��4���h�����'��lW?�һ����ׂ��y� �獥�� Y	��J(�����_��v��XM�Ž�7X����s?�Ʒ��ft������}�z��`�s-T#�N��<<n�X��E(
C����F	PNC��P†�NC�Nê���X��n�E��@0a�F	�P��NC���5ϾK{��5��.���
e	j�k�y\�+x�LJ��՜?Up5&ďvՅ�s�jϿ�=�@��
z�4�ɀ�v!x�W�.c ��c�0<n�>~T>�;��(eH��ae�����u6�2�0f@�~��'E��	��6	���as�8���G3��"N��b�x.U1��l0�	=����R������1'4��N�����ԅ�`w��C-��Pn�P)T��y��I�������/��85�Ԣ�1^d�o����ύ���-U*�Z֪�?{����z���r�0���YoUV��Z�wy�UUV��UUUUUܪf����(�}���FN�C��.A�}0�ާ���9�Q�[Iw�a����ay&�u��hݎg���!!T�?�1�-��V��&	c����c8�f�!�<ȌȈPby?��55���Y�]�>E��
X�Q�͖�֗1�z���ܬC�9Da�wU���4�|��������Z;���a\]��Qx:�olQ׮�g˯��Y4�t���
+�����y�-�G���F
u����H}T'�"B�������lw��z9�+�[P5a�)�t�pHZa������rỸ�Hs�o6�.���W��mϴ�Z����%�e|А/&�UI�?c�w�L`�~�E���fu6o0f�U��P����H(lG��ϗW/��l(��1�͙�Z6Y*_�_��u�8�E��M�'�D�0F3(sC,0��C-Q���F'��j�p�	�4�\�Lu�wnٷ9�`Xі�8�PDR�E�W��L-�c��DX_�������
N��?�{ί
0����T�F`_n�����t���������t������=�lB�#)���2������ ?�x��7�>��	�L��0@Ԯ�ph>;ϳ'}�w2`�֐�=���]vܴ�#��R|���,7��VpqTf�	O� ?��BO��w�u�x�c�:��E��s����f�*H��s�[Y��P�Q0�Gs�\��A�XQj آ۟=E�e�J9]�db��g�`�����o8`z�y~�*&��D,���I&`����0
�3�)���p��(�����q���r$��I5�o؈�)=k��ΧS�ua��#�N�����X��n�E��@0a�F	�P�hNC��پy��qf;)�lE��D��>��t:�~@�v���;
�4^9���T$�����9���R�p�����=�����Q9��`��{��<j�"�+�m��ؑ5�Vq�.�z��d��,�-��`��ΊyǪX�_R�����ޯ����� sEG�I�f�����F{O�G�:ZZ-��K��z@F�e�9T�������p��-?��,�m�1��Ts�:��jِm6V��}�Z2�
��?�A-L%ߎ���i�]jKX���4e}l�V"�L	�;�D��X�.�s�`�v�
.�"��P'rd���T��g���g��&�������E�g�.��1a)�)��^�]�O�7���զ8{�~;���⥍���
���X�ct��e�0:��o�����)OU�>O�{���T���WJ��HVC��oG9a����48�A�ͦ����_��9��0Lw]�A���a�A�������cin�7]����v�����41/��s�R�`vihh^a�2��������E'��=�=VDs�������������@}�����(�H��eq���T\ma�@��e8)8轚�M��)mk[�6��m$##$-(�5��R��I����#����|֯2��cY��oaʶnJ:�ݡ�X�ָ��'�3A��:�����G�=z�v53.��E���F�}̪��Z��D9���[���Z�����z����َ����řs�M�	n��	���nq�� n�پ�cƘ��||�������'~o��خ�L���	�������m���Ly[�Bp��f�h6#я0�W4%g�\d�Nc����-Ƀp6`р��4q�e�%5�Q�sҍA����=3������T"�݋*z}�
?����]JF���-3�k4Xe���@1H9�{�[<�<
���
��5�>dضê��%Ņs�+�$���L��wZjӡ��4^�dO�T6cH8dq��Wx�����-�<P�B;;�¢��n���m�E�CQ0f��Q�L�-���U���mP��@����h!��#�N)�<<n�X��E(
D����F	PNC�Ph���NC�NU	���X��n�E��@0a�F	�P�NC��ks�>^��f�Y-�T)��ɹT9����
�[=6����/FX�=������Ō#I��0_�Q�k��L<?w��<���fj,婿|A9o8v[�FJ����!�3���\�-������Ŧ��k�t!��(
�n���ρ�������y��S����>���Y=[Z�u�[���4�����Yĕ��6r����!!��c�~7���	�2�ΐ���eRmO��T��&�,�meݳ��SϿ}����a�k��s����G&9j޿�l�����s���rZF�U�w䩎E{����=,huV�Z��-�!.�?�Cg�4�:'���,�~��g��Y�h��,U�(#���L�6{�>'hRU��̪�	�J�1��!(y/�⏮���n��dži�tP�ꪧ�t�2��f�x zW�u]�pB�3W&�>����b��`��C65��'5h����2A�q�4-M �63��Y��]&�<`dҘ@�y����/D��LPd�d���Z
]>���X�'\;7�&~Y,�P�c��a�ɭ��e ��lɍb��eZ���q�H�u,;{�B<�|���Fξ����4�pL�Z�	�>D���_F���~Z�k.��͠
+�I�ja�p�خ�o
��{v�?��m��Y��ຳ���s�+�=#
4�Q�笹t%���3�a8�+xO����Ψ�;%���:$�S�@-X�x��63c�߸N�C�;�0��R�����DVd.^�mi:�INE;�������Ӏ]���*�Y:?������f~�~��+��-����u�-��/3G/ޚ�):=�ӇJb�{����uI(@a�����v��������.Zv<��W��%�1�|����"�<��ɧ4�ؑ0c�=ܦ��j����<%��bD)c��>E��E��y�O^��]��şt����Y���S^�:D�]=N�;
�* �� �†ԧ'j�u.
�ޣ�j�P�`�����Ϙ�_�����6ЎdнbF��������2&�q\�1�*�И��ų����B�}���b��=�`H��BC*����d����_m�����N�	<<n�X��E(
E����F	PNC���j�C�NU@	���X��n�E��@0a�F	�P��C���{�4�=�;}Uz�����)�����(33#�	uC�l�kB�^�
��l{I��&���[��m"`\}ăZC����N6�?mQ������<���X��N�����
�Z� ^����S�"�q?��s�EC4zD??���%���Y�Y������<������a�8����Z�[����]MՎbj��S���m?�=���S��d_ڵ��5�P4bq��9�K����PX�Y<[�#�Vfϗd��=�~��������T��������u�f�k�D�����O�P?9uHv܀`�6D�%��(�1d2��N��H�DIF����(AAT�Y	�������f�u��>�	��Z���D��?�7㗇�Fvk_	��ٻ6T/�y�Ә<
���h��O�!��{5܈�����'��-���q˲9P���;ȿ��׬vuU��]]en�����ht]����o�O��Žv��-YP�C�ӦH\���Я��R�Qe��-Rz^����/�����0`��
��������+���o�ٷ�Ǘ������.չ��n�>O���4���=�l�m��9=7��hs�?���j�';����@����oc�9�'������C�����[%��������s�ύ����+����u�=�w�>:�	��0��ɾ�K��$���R�*I
Wԅ�9����X�Y%Z���$��j4h����1��k��u���^!���j�����&�/�����aG�
8��͞=PM����qS<N���y�p-#���Q5����.���נ��գ;�Ѷ�,{�a;z&r������p�O�����.�,���$Ddd�ɢM`��yݤթ-Y����V��y�]�V��e�^r,;��G|��F�]ڽP�K6+4{���ݨ�w����$���n|�&L$V���:�v�e��h3,���"��$ CQe�{��zzеr���qzyF�ۊr��9;�Zۮ�LC������
���M����y����	���X��n�E��@0a�F	�P��NC���fݝ۟�$4��EU��-!���u�_ʞ�Éy:HOP���?��S�[U+�A��s�c<�����(Y8,tѵ~VF���_��o�52�������qj)8��L�����}&Og�R��x�S���V��������G�oj�<���*�$�fl�/z~��V��ȉ�?�����o���E�s��zʻ�6_�X��� 
��pN�2�$l���P
t��cs�v�D�;C���|����Ә�(z�}�#w�9Y�Zȇ�u��ӽĈnw����[w��W��n}
RFa�3�g�N6:-)��:4 ld��T���7Ce��v����A3����RH�eFb"��TzD�5T��5��1��
j�8B�d�.��gl�g��eE�E̼���)%��ni��,Z�8��@�����m�RN3���q
農�h⦌���E�Y����������
aa�s��H�V���&�ѣg
��S_&�bK�8��pg�4���o����:�`�
՚/������x�Q�b��F��+{J��ǰ����:CV�1�w��b���A���.#6�P��_���s�2t��H�y:�$#��`YaSp��$Pl3���s���������!K��΢s������=t5�%3���7�#�ޮCd�{��o�w����0v"����_Hp���H�\`�pet�I+�*�ܥ���J�C����e0��Z�COn*xXGŏԳ��g'��g�����|>ݚI��"�1ݍY7ާ�J�����jZ2R�q�b
6Q�� ��$��F�3�����u�o���ڊ�~��n�P��A�����YM���&��0���/��MAp�or��h��2D6\���-*��.�^�}o���Ά��Y[�>����h;զ��G�+z�r�:/+�B����x��b�m(T��3���g��[��|�:Z���dw3a��	S@e����j�i���U�-�����{�~�C�0�BA���%Ԣޯv"ҋ�{0"�K����u���-�C�z^�b J�4ʋ"���S��q���#�Nu�	���X��n�E��@0a�F	�P�8NC��"5�>7���俱}�۔,V�p�Aƞ�B�ѵ5��VB�6��5��`�fUKf�6�L3�<vk,�bbC6c
�	�bj�v!���Tל�hf�	E��Ϳ'6	3�����&DKd��U�aٕ�Z���ҵAז���~_s�{T|���Q3��07��q�a���<���_��{��w���o�}��H2����#4Qt�a�Y؝���n�w(K��U�x�T(o%q��nyI�+v��CD�ċ��)�F%?-�pAa����}�Ʉ�	ۙ% (��9QF�
Ѵd-�sr�#�H���";�aF	���B�za8`����~�@�H�Ȁ���%��6p�����>�
xB���>a��Vg
X@�e;Za/kݓ��yZI�� @�n����9�F�v��w���Qm�a��qK����W-u�5J˘'J�T�C����j�׀Za�d��/�k����0��$��`k������t��Hd��W���P\i��y%�����͈!��0����HP	���y���0�f���7�a�z���5o�}i�*�B�^�-V��p�+��P.�|M�{9��s�<L��|:�*}x��GQ�5����C��1SK�~ČLSH����(YT�
��ipSF׽��F+�	�"��`8���y��g@h[@k�#/�g"'������dq���8���6����<���n��+� �ọ��.=V���r��_��G_������Q�M��`a=ʬ�I�TX�e��j�5󑓟+5��F�%|Vyy0j�{)7��.9E%?v������Ŀ�DX���:�h*��T�T7
x,��d��J�,�G�L��=w9��@P�2-fĔ�Fb�[�DB�U�%G
Q���Ճ��x7&�ύ��������"$�����CY���/EA��^��yCKdo:X��NQ\'�h�֋�7��k�îK$Z��G�����$��0]2F�����[,���^�^Y�qZ����Djq�n[��Ɠ�<%/Y�15_�'�����s���B����esu+���
����i���w�ÊQҘžy�\��	զÐ9���N����!��o3�6g��`%wC��|�Ic1U���MQ�9�E��{u�	ɑUE犅/n�(YK��d7m,Up��<���W��#�N����X��n�E��@0a�F	�P��C���{�4�=�;}Uz�����)�����(33#�	uC�l�kB�^�
��l{I��&���[��m"`\}ăZC����N6�?mQ������<���X��N�����
�Z� ^����S�"�q?��s�EC4zD??���%���Y�Y������<������a�8����Z�[����]MՎbj��S���m?�=���S��d_ڵ��5�P4bq��9�K����PX�Y<[�#�Vfϗd��=�~��������T��������u�f�k�D�����O�P?9uHv܀`�6D�%��(�1d2��N��H�DIF����(AAT�Y	�������f�u��>�	��Z���D��?�7㗇�Fvk_	��ٻ6T/�y�Ә<
���h��O�!��{5܈�����'��-���q˲9P���;ȿ��׬vuU��]]en�����ht]����o�O��Žv��-YP�C�ӦH\���Я��R�Qe��-Rz^����/�����0`��
��������+���o�ٷ�Ǘ������.չ��n�>O���4���=�l�m��9=7��hs�?���j�';����@����oc�9�'������C�����[%��������s�ύ����+����u�=�w�>:�	��0��ɾ�K��$���R�*I
Wԅ�9����X�Y%Z���$��j4h����1��k��u���^!���j�����&�/�����aG�
8��͞=PM����qS<N���y�p-#���Q5����.���נ��գ;�Ѷ�,{�a;z&r������p�O�����.�,���$Ddd�ɢM`��yݤթ-Y����V��y�]�V��e�^r,;��G|��F�]ڽP�K6+4{���ݨ�w����$���n|�&L$V���:�v�e��h3,���"��$ CQe�{��zzеr���qzyF�ۊr��9;�Zۮ�LC������
���M����y���"
<<n�X��E(
G����F	PNC�8P9-'�=�#�N�
66$�n�E(
G����F	PNC�8P9-$�N����X��n�E��@0a�F	�P��C���{�4�=�;}Uz�����)�����(33#�	uC�l�kB�^�
��l{I��&���[��m"`\}ăZC����N6�?mQ������<���X��N�����
�Z� ^����S�"�q?��s�EC4zD??���%���Y�Y������<������a�8����Z�[����]MՎbj��S���m?�=���S��d_ڵ��5�P4bq��9�K����PX�Y<[�#�Vfϗd��=�~��������T��������u�f�k�D�����O�P?9uHv܀`�6D�%��(�1d2��N��H�DIF����(AAT�Y	�������f�u��>�	��Z���D��?�7㗇�Fvk_	��ٻ6T/�y�Ә<
���h��O�!��{5܈�����'��-���q˲9P���;ȿ��׬vuU��]]en�����ht]����o�O��Žv��-YP�C�ӦH\���Я��R�Qe��-Rz^����/�����0`��
��������+���o�ٷ�Ǘ������.չ��n�>O���4���=�l�m��9=7��hs�?���j�';����@����oc�9�'������C�����[%��������s�ύ����+����u�=�w�>:�	��0��ɾ�K��$���R�*I
Wԅ�9����X�Y%Z���$��j4h����1��k��u���^!���j�����&�/�����aG�
8��͞=PM����qS<N���y�p-#���Q5����.���נ��գ;�Ѷ�,{�a;z&r������p�O�����.�,���$Ddd�ɢM`��yݤթ-Y����V��y�]�V��e�^r,;��G|��F�]ڽP�K6+4{���ݨ�w����$���n|�&L$V���:�v�e��h3,���"��$ CQe�{��zzеr���qzyF�ۊr��9;�Zۮ�LC������
���M����y����<<n�X��E(
H����F	PNC�8Pl�'�=�$�N�66$�n�E(
H����F	PNC�8Pl�%�N�����X��n�E��@0a�F	�P��C���{�4�=�;}Uz�����)�����(33#�	uC�l�kB�^�
��l{I��&���[��m"`\}ăZC����N6�?mQ������<���X��N�����
�Z� ^����S�"�q?��s�EC4zD??���%���Y�Y������<������a�8����Z�[����]MՎbj��S���m?�=���S��d_ڵ��5�P4bq��9�K����PX�Y<[�#�Vfϗd��=�~��������T��������u�f�k�D�����O�P?9uHv܀`�6D�%��(�1d2��N��H�DIF����(AAT�Y	�������f�u��>�	��Z���D��?�7㗇�Fvk_	��ٻ6T/�y�Ә<
���h��O�!��{5܈�����'��-���q˲9P���;ȿ��׬vuU��]]en�����ht]����o�O��Žv��-YP�C�ӦH\���Я��R�Qe��-Rz^����/�����0`��
��������+���o�ٷ�Ǘ������.չ��n�>O���4���=�l�m��9=7��hs�?���j�';����@����oc�9�'������C�����[%��������s�ύ����+����u�=�w�>:�	��0��ɾ�K��$���R�*I
Wԅ�9����X�Y%Z���$��j4h����1��k��u���^!���j�����&�/�����aG�
8��͞=PM����qS<N���y�p-#���Q5����.���נ��գ;�Ѷ�,{�a;z&r������p�O�����.�,���$Ddd�ɢM`��yݤթ-Y����V��y�]�V��e�^r,;��G|��F�]ڽP�K6+4{���ݨ�w����$���n|�&L$V���:�v�e��h3,���"��$ CQe�{��zzеr���qzyF�ۊr��9;�Zۮ�LC������
���M����y����<<n�X��E(
I����F	PNC�8P9-'�=�%�NҙRR�X��n�E�D�&@:|��o��E(
I����F	PNC�8P9-%�Nי66$�n�E(
I����F	PNC�8P9-'�Nj���X��n�E��@0a�F	�P��C���{�4�=�;}Uz�����)�����(33#�	uC�l�kB�^�
��l{I��&���[��m"`\}ăZC����N6�?mQ������<���X��N�����
�Z� ^����S�"�q?��s�EC4zD??���%���Y�Y������<������a�8����Z�[����]MՎbj��S���m?�=���S��d_ڵ��5�P4bq��9�K����PX�Y<[�#�Vfϗd��=�~��������T��������u�f�k�D�����O�P?9uHv܀`�6D�%��(�1d2��N��H�DIF����(AAT�Y	�������f�u��>�	��Z���D��?�7㗇�Fvk_	��ٻ6T/�y�Ә<
���h��O�!��{5܈�����'��-���q˲9P���;ȿ��׬vuU��]]en�����ht]����o�O��Žv��-YP�C�ӦH\���Я��R�Qe��-Rz^����/�����0`��
��������+���o�ٷ�Ǘ������.չ��n�>O���4���=�l�m��9=7��hs�?���j�';����@����oc�9�'������C�����[%��������s�ύ����+����u�=�w�>:�	��0��ɾ�K��$���R�*I
Wԅ�9����X�Y%Z���$��j4h����1��k��u���^!���j�����&�/�����aG�
8��͞=PM����qS<N���y�p-#���Q5����.���נ��գ;�Ѷ�,{�a;z&r������p�O�����.�,���$Ddd�ɢM`��yݤթ-Y����V��y�]�V��e�^r,;��G|��F�]ڽP�K6+4{���ݨ�w����$���n|�&L$V���:�v�e��h3,���"��$ CQe�{��zzеr���qzyF�ۊr��9;�Zۮ�LC������
���M����y���)<<n�X��E(
J����F	PNC�8Pl�'�=�'�NT)66$�n�E(
J����F	PNC�8Pl�*�N9|���X��n�E��@0a�F	�P��C���{�4�=�;}Uz�����)�����(33#�	uC�l�kB�^�
��l{I��&���[��m"`\}ăZC����N6�?mQ������<���X��N�����
�Z� ^����S�"�q?��s�EC4zD??���%���Y�Y������<������a�8����Z�[����]MՎbj��S���m?�=���S��d_ڵ��5�P4bq��9�K����PX�Y<[�#�Vfϗd��=�~��������T��������u�f�k�D�����O�P?9uHv܀`�6D�%��(�1d2��N��H�DIF����(AAT�Y	�������f�u��>�	��Z���D��?�7㗇�Fvk_	��ٻ6T/�y�Ә<
���h��O�!��{5܈�����'��-���q˲9P���;ȿ��׬vuU��]]en�����ht]����o�O��Žv��-YP�C�ӦH\���Я��R�Qe��-Rz^����/�����0`��
��������+���o�ٷ�Ǘ������.չ��n�>O���4���=�l�m��9=7��hs�?���j�';����@����oc�9�'������C�����[%��������s�ύ����+����u�=�w�>:�	��0��ɾ�K��$���R�*I
Wԅ�9����X�Y%Z���$��j4h����1��k��u���^!���j�����&�/�����aG�
8��͞=PM����qS<N���y�p-#���Q5����.���נ��գ;�Ѷ�,{�a;z&r������p�O�����.�,���$Ddd�ɢM`��yݤթ-Y����V��y�]�V��e�^r,;��G|��F�]ڽP�K6+4{���ݨ�w����$���n|�&L$V���:�v�e��h3,���"��$ CQe�{��zzеr���qzyF�ۊr��9;�Zۮ�LC������
���M����y����<<n�X��E(
K����F	PNC�8P9-'�=�*�N�R�X��n�E�D�'@:{��o��E(
K����F	PNC�8P9-*�N�66$�n�E(
K����F	PNC�8P9-2�N����X��n�E��@0a�F	�P��C���{�4�=�;}Uz�����)�����(33#�	uC�l�kB�^�
��l{I��&���[��m"`\}ăZC����N6�?mQ������<���X��N�����
�Z� ^����S�"�q?��s�EC4zD??���%���Y�Y������<������a�8����Z�[����]MՎbj��S���m?�=���S��d_ڵ��5�P4bq��9�K����PX�Y<[�#�Vfϗd��=�~��������T��������u�f�k�D�����O�P?9uHv܀`�6D�%��(�1d2��N��H�DIF����(AAT�Y	�������f�u��>�	��Z���D��?�7㗇�Fvk_	��ٻ6T/�y�Ә<
���h��O�!��{5܈�����'��-���q˲9P���;ȿ��׬vuU��]]en�����ht]����o�O��Žv��-YP�C�ӦH\���Я��R�Qe��-Rz^����/�����0`��
��������+���o�ٷ�Ǘ������.չ��n�>O���4���=�l�m��9=7��hs�?���j�';����@����oc�9�'������C�����[%��������s�ύ����+����u�=�w�>:�	��0��ɾ�K��$���R�*I
Wԅ�9����X�Y%Z���$��j4h����1��k��u���^!���j�����&�/�����aG�
8��͞=PM����qS<N���y�p-#���Q5����.���נ��գ;�Ѷ�,{�a;z&r������p�O�����.�,���$Ddd�ɢM`��yݤթ-Y����V��y�]�V��e�^r,;��G|��F�]ڽP�K6+4{���ݨ�w����$���n|�&L$V���:�v�e��h3,���"��$ CQe�{��zzеr���qzyF�ۊr��9;�Zۮ�LC������
���M����y����<<n�X��E(
L����F	PNC�8Pl�'�=�2�Nr�RR�X��n�E�D�(@:z��<�E(
L����F	PNC�8Pl�2�Nv�66$�n�E(
L����F	PNC�8Pl�6�N.�<<n�X��E(
M����F	PNC�8P��86�N���X��n�E��@0a�F	�P�8NC��"5�>7���俱}�۔,V�p�Aƞ�B�ѵ5��VB�6��5��`�fUKf�6�L3�<vk,�bbC6c
�	�bj�v!���Tל�hf�	E��Ϳ'6	3�����&DKd��U�aٕ�Z���ҵAז���~_s�{T|���Q3��07��q�a���<���_��{��w���o�}��H2����#4Qt�a�Y؝���n�w(K��U�x�T(o%q��nyI�+v��CD�ċ��)�F%?-�pAa����}�Ʉ�	ۙ% (��9QF�
Ѵd-�sr�#�H���";�aF	���B�za8`����~�@�H�Ȁ���%��6p�����>�
xB���>a��Vg
X@�e;Za/kݓ��yZI�� @�n����9�F�v��w���Qm�a��qK����W-u�5J˘'J�T�C����j�׀Za�d��/�k����0��$��`k������t��Hd��W���P\i��y%�����͈!��0����HP	���y���0�f���7�a�z���5o�}i�*�B�^�-V��p�+��P.�|M�{9��s�<L��|:�*}x��GQ�5����C��1SK�~ČLSH����(YT�
��ipSF׽��F+�	�"��`8���y��g@h[@k�#/�g"'������dq���8���6����<���n��+� �ọ��.=V���r��_��G_������Q�M��`a=ʬ�I�TX�e��j�5󑓟+5��F�%|Vyy0j�{)7��.9E%?v������Ŀ�DX���:�h*��T�T7
x,��d��J�,�G�L��=w9��@P�2-fĔ�Fb�[�DB�U�%G
Q���Ճ��x7&�ύ��������"$�����CY���/EA��^��yCKdo:X��NQ\'�h�֋�7��k�îK$Z��G�����$��0]2F�����[,���^�^Y�qZ����Djq�n[��Ɠ�<%/Y�15_�'�����s���B����esu+���
����i���w�ÊQҘžy�\��	զÐ9���N����!��o3�6g��`%wC��|�Ic1U���MQ�9�E��{u�	ɑUE犅/n�(YK��d7m,Up��<���W��6�N����X��n�E��@0a�F	�P�����P��b�b��E9�8�)8��lӝ������k�
��tv�y��.����/�f���:V�E+���6e���H�$(k�(����5���ic�4��n�����6�����W2k��n,;P$c�GA��L��m+rXnD]s�a�����y�AHe=�E[�'���}X|�(�^�W��)t�m�!ќO�X�lQ1C-
*�(�-���)�y���]E�`��P	�EX�&��>w��t��M�z�'Me2D��]�ݰ�cI���[Oz�������4��p{W�*�~����S/��5 �k�1�����֯U�휋�9��������'J�&i�4��&+�Un�mȥu��z;��۾�z��~����~=;���������s�

_k��׉�!����B鋸ĸ**j��}�����h壭r�Z��Y���V.^Ї����m���[�p�oNfޚ$�z��˾�c�~�����q(������}n�!�*x{��p)z�Ūݙ�An{�e�ެ}\E����D�H���$[�������"��3(�b�@aK������7,U7�8���ߟW���(���p�����F&o}�+����F@^SYX����@{�����x�}����V�6�U�?��W��;���.�$��sQ�B������h�1�wl�F;;I{hpO9��x�nq�|K]�]�;s��d{��	�d]���o��%?V��t�7�&���q�������Wr}6N��i1r9B1�מ������yU�v3��U�k�(��v�/\�s�׶�F�0���7��ÉQO#�0� m.Ͼ�K��������j	u0�[Ӆ�r ���S4��	v
M'��N�������>?(�u%�$��k�*��Lj�t���zJ�n��ڀ����3~��Ux�����ʓ�T��fkQ���9�&���v�z��<89�q�C�+'��Yx��^����.W�u�ժP�	��{)$��~N^N����-2F����U�;���t���,B�.as���P�D��é����j�I�J��;lR!��N�<<n�X��E(
N����F	PNC��<3���N�66$�n�E(
N����F	PNC��<36�N4'<<n�X��E(
O����F	PNC��P0x�+�K&6�N9'66$�n�E(
O����F	PNC��P0x
No.     Time        Source                Destination           Protocol Info
      7 0.058200    192.168.0.4           193.195.70.9          TCP      1027 > http [SYN] Seq=0 Win=4380 Len=0 MSS=1460

Frame 7 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 0, Len: 0

No.     Time        Source                Destination           Protocol Info
     10 0.087259    193.195.70.9          192.168.0.4           TCP      http > 1027 [SYN, ACK] Seq=0 Ack=1 Win=5840 Len=0 MSS=1460

Frame 10 (58 bytes on wire, 58 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 0, Ack: 1, Len: 0

No.     Time        Source                Destination           Protocol Info
     11 0.092127    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=1 Ack=1 Win=4380 Len=0

Frame 11 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 1, Ack: 1, Len: 0

No.     Time        Source                Destination           Protocol Info
     13 0.101668    192.168.0.4           193.195.70.9          HTTP     GET /FreeMiNT/builds/freemint/trunk-11082011.tar.bz2 HTTP/1.1 

Frame 13 (248 bytes on wire, 248 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 1, Ack: 1, Len: 194
Hypertext Transfer Protocol

No.     Time        Source                Destination           Protocol Info
     16 0.130029    193.195.70.9          192.168.0.4           TCP      http > 1027 [ACK] Seq=1 Ack=195 Win=8576 Len=0

Frame 16 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 1, Ack: 195, Len: 0

No.     Time        Source                Destination           Protocol Info
     18 0.133805    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 18 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 1, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     20 0.133987    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 20 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 1461, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     21 0.138428    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=2921 Win=1460 Len=0

Frame 21 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 2921, Len: 0

No.     Time        Source                Destination           Protocol Info
     23 0.141903    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=2921 Win=4380 Len=0

Frame 23 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 2921, Len: 0

No.     Time        Source                Destination           Protocol Info
     26 0.167143    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 26 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 2921, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     28 0.170853    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 28 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 4381, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     30 0.171056    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 30 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 5841, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     31 0.176909    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=5841 Win=4380 Len=0

Frame 31 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 5841, Len: 0

No.     Time        Source                Destination           Protocol Info
     34 0.205644    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 34 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 7301, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     36 0.205888    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 36 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 8761, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     37 0.213308    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 31#1] 1027 > http [ACK] Seq=195 Ack=5841 Win=4380 Len=0

Frame 37 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 5841, Len: 0

No.     Time        Source                Destination           Protocol Info
     39 0.216898    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 31#2] 1027 > http [ACK] Seq=195 Ack=5841 Win=4380 Len=0

Frame 39 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 5841, Len: 0

No.     Time        Source                Destination           Protocol Info
     42 0.433827    193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 42 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 5841, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     43 0.437780    192.168.0.4           193.195.70.9          TCP      [TCP ZeroWindow] 1027 > http [ACK] Seq=195 Ack=10221 Win=0 Len=0

Frame 43 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 10221, Len: 0

No.     Time        Source                Destination           Protocol Info
     45 0.441933    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=10221 Win=4380 Len=0

Frame 45 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 10221, Len: 0

No.     Time        Source                Destination           Protocol Info
     48 0.468306    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 48 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 10221, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     50 0.468706    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 50 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 11681, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     51 0.473405    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=13141 Win=1460 Len=0

Frame 51 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 13141, Len: 0

No.     Time        Source                Destination           Protocol Info
     53 0.477109    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=13141 Win=4380 Len=0

Frame 53 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 13141, Len: 0

No.     Time        Source                Destination           Protocol Info
     56 0.502169    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 56 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 13141, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     58 0.506013    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 58 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 14601, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     60 0.506197    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 60 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 16061, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     61 0.513360    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=16061 Win=2920 Len=0

Frame 61 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 16061, Len: 0

No.     Time        Source                Destination           Protocol Info
     63 0.516966    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=17521 Win=4380 Len=0

Frame 63 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 17521, Len: 0

No.     Time        Source                Destination           Protocol Info
     66 0.541408    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 66 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 17521, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     68 0.545335    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 68 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 18981, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     70 0.545556    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 70 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 20441, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     71 0.549034    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=20441 Win=1460 Len=0

Frame 71 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 20441, Len: 0

No.     Time        Source                Destination           Protocol Info
     73 0.551955    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=21901 Win=4380 Len=0

Frame 73 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 21901, Len: 0

No.     Time        Source                Destination           Protocol Info
     76 0.581446    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 76 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 21901, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     78 0.581537    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 78 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 23361, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     80 0.581774    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 80 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 24821, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     81 0.589062    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=24821 Win=1460 Len=0

Frame 81 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 24821, Len: 0

No.     Time        Source                Destination           Protocol Info
     83 0.591952    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=26281 Win=4380 Len=0

Frame 83 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 26281, Len: 0

No.     Time        Source                Destination           Protocol Info
     86 0.621468    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 86 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 26281, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     88 0.621600    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 88 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 27741, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     90 0.621854    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 90 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 29201, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     91 0.629006    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=29201 Win=1460 Len=0

Frame 91 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 29201, Len: 0

No.     Time        Source                Destination           Protocol Info
     93 0.631959    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=30661 Win=4380 Len=0

Frame 93 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 30661, Len: 0

No.     Time        Source                Destination           Protocol Info
     96 0.659586    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 96 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 30661, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
     98 0.659707    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 98 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 32121, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    100 0.661518    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 100 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 33581, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    101 0.667752    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=32121 Win=2920 Len=0

Frame 101 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 32121, Len: 0

No.     Time        Source                Destination           Protocol Info
    104 0.934487    193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 104 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 32121, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    105 0.937735    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=35041 Win=1460 Len=0

Frame 105 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 35041, Len: 0

No.     Time        Source                Destination           Protocol Info
    107 0.941970    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=35041 Win=4380 Len=0

Frame 107 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 35041, Len: 0

No.     Time        Source                Destination           Protocol Info
    110 0.967173    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 110 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 35041, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    112 0.970204    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 112 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 36501, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    113 0.973470    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=37961 Win=1460 Len=0

Frame 113 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 37961, Len: 0

No.     Time        Source                Destination           Protocol Info
    115 0.976971    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=37961 Win=4380 Len=0

Frame 115 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 37961, Len: 0

No.     Time        Source                Destination           Protocol Info
    118 1.003658    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 118 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 37961, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    120 1.008213    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 120 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 39421, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    122 1.008329    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 122 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 40881, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    123 1.013360    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=40881 Win=2920 Len=0

Frame 123 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 40881, Len: 0

No.     Time        Source                Destination           Protocol Info
    125 1.016983    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=42341 Win=4380 Len=0

Frame 125 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 42341, Len: 0

No.     Time        Source                Destination           Protocol Info
    128 1.044272    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 128 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 42341, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    130 1.048527    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 130 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 43801, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    132 1.048652    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 132 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 45261, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    133 1.053564    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=45261 Win=2920 Len=0

Frame 133 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 45261, Len: 0

No.     Time        Source                Destination           Protocol Info
    135 1.056979    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=46721 Win=4380 Len=0

Frame 135 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 46721, Len: 0

No.     Time        Source                Destination           Protocol Info
    138 1.085334    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 138 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 46721, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    140 1.087587    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 140 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 48181, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    142 1.088213    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 142 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 49641, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    143 1.093398    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=49641 Win=2920 Len=0

Frame 143 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 49641, Len: 0

No.     Time        Source                Destination           Protocol Info
    145 1.096982    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=51101 Win=4380 Len=0

Frame 145 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 51101, Len: 0

No.     Time        Source                Destination           Protocol Info
    148 1.124065    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 148 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 51101, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    150 1.128211    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 150 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 52561, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    152 1.128368    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 152 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 54021, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    153 1.133366    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=54021 Win=2920 Len=0

Frame 153 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 54021, Len: 0

No.     Time        Source                Destination           Protocol Info
    155 1.136986    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=55481 Win=4380 Len=0

Frame 155 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 55481, Len: 0

No.     Time        Source                Destination           Protocol Info
    158 1.161255    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 158 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 55481, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    160 1.166059    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 160 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 56941, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    162 1.166297    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 162 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 58401, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    163 1.173406    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=58401 Win=2920 Len=0

Frame 163 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 58401, Len: 0

No.     Time        Source                Destination           Protocol Info
    165 1.176990    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=59861 Win=4380 Len=0

Frame 165 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 59861, Len: 0

No.     Time        Source                Destination           Protocol Info
    168 1.204691    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 168 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 59861, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    170 1.208705    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 170 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 61321, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    172 1.208903    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 172 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 62781, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    173 1.213416    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=62781 Win=2920 Len=0

Frame 173 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 62781, Len: 0

No.     Time        Source                Destination           Protocol Info
    175 1.216991    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=64241 Win=4380 Len=0

Frame 175 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 64241, Len: 0

No.     Time        Source                Destination           Protocol Info
    178 1.241238    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 178 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 64241, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    180 1.245910    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 180 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 65701, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    182 1.246145    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 182 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 67161, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    183 1.252002    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=67161 Win=4380 Len=0

Frame 183 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 67161, Len: 0

No.     Time        Source                Destination           Protocol Info
    186 1.278620    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 186 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 68621, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    188 1.278799    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 188 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 70081, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    189 1.283359    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 183#1] 1027 > http [ACK] Seq=195 Ack=67161 Win=4380 Len=0

Frame 189 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 67161, Len: 0

No.     Time        Source                Destination           Protocol Info
    191 1.286993    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 183#2] 1027 > http [ACK] Seq=195 Ack=67161 Win=4380 Len=0

Frame 191 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 67161, Len: 0

No.     Time        Source                Destination           Protocol Info
    194 1.513915    193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 194 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 67161, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    195 1.517819    192.168.0.4           193.195.70.9          TCP      [TCP ZeroWindow] 1027 > http [ACK] Seq=195 Ack=71541 Win=0 Len=0

Frame 195 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 71541, Len: 0

No.     Time        Source                Destination           Protocol Info
    197 1.522035    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=71541 Win=4380 Len=0

Frame 197 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 71541, Len: 0

No.     Time        Source                Destination           Protocol Info
    200 1.551047    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 200 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 71541, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    202 1.551187    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 202 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 73001, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    203 1.558520    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=74461 Win=1460 Len=0

Frame 203 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 74461, Len: 0

No.     Time        Source                Destination           Protocol Info
    205 1.562043    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=74461 Win=4380 Len=0

Frame 205 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 74461, Len: 0

No.     Time        Source                Destination           Protocol Info
    208 1.586445    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 208 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 74461, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    210 1.590559    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 210 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 75921, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    212 1.590711    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 212 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 77381, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    213 1.593479    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=77381 Win=1460 Len=0

Frame 213 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 77381, Len: 0

No.     Time        Source                Destination           Protocol Info
    215 1.597649    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=77381 Win=4380 Len=0

Frame 215 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 77381, Len: 0

No.     Time        Source                Destination           Protocol Info
    217 1.617125    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=78841 Win=4380 Len=0

Frame 217 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 78841, Len: 0

No.     Time        Source                Destination           Protocol Info
    220 1.627496    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 220 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 78841, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    222 1.627657    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 222 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 80301, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    223 1.633495    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=81761 Win=1460 Len=0

Frame 223 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 81761, Len: 0

No.     Time        Source                Destination           Protocol Info
    225 1.637032    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=81761 Win=4380 Len=0

Frame 225 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 81761, Len: 0

No.     Time        Source                Destination           Protocol Info
    228 1.648634    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 228 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 81761, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    229 1.657096    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=83221 Win=4380 Len=0

Frame 229 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 83221, Len: 0

No.     Time        Source                Destination           Protocol Info
    232 1.669310    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 232 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 83221, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    234 1.669500    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 234 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 84681, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    235 1.673444    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=86141 Win=1460 Len=0

Frame 235 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 86141, Len: 0

No.     Time        Source                Destination           Protocol Info
    237 1.677031    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=86141 Win=4380 Len=0

Frame 237 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 86141, Len: 0

No.     Time        Source                Destination           Protocol Info
    240 1.686564    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 240 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 86141, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    241 1.697126    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=87601 Win=4380 Len=0

Frame 241 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 87601, Len: 0

No.     Time        Source                Destination           Protocol Info
    244 1.704526    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 244 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 87601, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    246 1.704731    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 246 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 89061, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    247 1.708538    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=90521 Win=1460 Len=0

Frame 247 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 90521, Len: 0

No.     Time        Source                Destination           Protocol Info
    249 1.712036    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=90521 Win=4380 Len=0

Frame 249 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 90521, Len: 0

No.     Time        Source                Destination           Protocol Info
    252 1.728849    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 252 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 90521, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    253 1.737152    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=91981 Win=4380 Len=0

Frame 253 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 91981, Len: 0

No.     Time        Source                Destination           Protocol Info
    256 1.741715    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 256 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 91981, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    258 1.741913    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 258 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 93441, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    259 1.748471    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=94901 Win=1460 Len=0

Frame 259 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 94901, Len: 0

No.     Time        Source                Destination           Protocol Info
    261 1.752039    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=94901 Win=4380 Len=0

Frame 261 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 94901, Len: 0

No.     Time        Source                Destination           Protocol Info
    264 1.765906    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 264 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 94901, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    265 1.777106    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=96361 Win=4380 Len=0

Frame 265 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 96361, Len: 0

No.     Time        Source                Destination           Protocol Info
    268 1.784342    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 268 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 96361, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    270 1.784535    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 270 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 97821, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    271 1.788502    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=99281 Win=1460 Len=0

Frame 271 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 99281, Len: 0

No.     Time        Source                Destination           Protocol Info
    273 1.792042    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=99281 Win=4380 Len=0

Frame 273 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 99281, Len: 0

No.     Time        Source                Destination           Protocol Info
    276 1.809770    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 276 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 99281, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    277 1.817129    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=100741 Win=4380 Len=0

Frame 277 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 100741, Len: 0

No.     Time        Source                Destination           Protocol Info
    280 1.822113    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 280 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 100741, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    282 1.822299    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 282 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 102201, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    283 1.828539    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=103661 Win=1460 Len=0

Frame 283 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 103661, Len: 0

No.     Time        Source                Destination           Protocol Info
    285 1.832049    192.168.0.4           193.195.70.9          TCP      [TCP Window Update] 1027 > http [ACK] Seq=195 Ack=103661 Win=4380 Len=0

Frame 285 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 103661, Len: 0

No.     Time        Source                Destination           Protocol Info
    288 1.846778    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 288 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 103661, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    289 1.857156    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=105121 Win=4380 Len=0

Frame 289 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 105121, Len: 0

No.     Time        Source                Destination           Protocol Info
    292 1.860020    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 292 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 105121, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    294 1.860217    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 294 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 106581, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    295 1.867802    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=108041 Win=2920 Len=0

Frame 295 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 108041, Len: 0

No.     Time        Source                Destination           Protocol Info
    298 1.884998    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 298 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 108041, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    299 1.888125    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=109501 Win=4380 Len=0

Frame 299 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 109501, Len: 0

No.     Time        Source                Destination           Protocol Info
    302 1.898310    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 302 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 109501, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    304 1.915310    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 304 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 110961, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    306 1.915494    193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 306 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 112421, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    308 2.146790    193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 308 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 109501, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    309 2.152895    192.168.0.4           193.195.70.9          TCP      1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 309 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    310 2.152902    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#1] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 310 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: D-Link_fb:38:38 (00:24:01:fb:38:38)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    312 2.604063    193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 312 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 109501, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    313 2.607869    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#2] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 313 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    314 2.607878    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#3] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 314 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: D-Link_fb:38:38 (00:24:01:fb:38:38)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    316 3.524138    193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 316 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 109501, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    317 3.527976    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#4] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 317 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    318 3.528003    192.168.0.2           192.168.0.4           ICMP     Redirect (Redirect for host)

Frame 318 (82 bytes on wire, 82 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 192.168.0.2 (192.168.0.2), Dst: 192.168.0.4 (192.168.0.4)
Internet Control Message Protocol

No.     Time        Source                Destination           Protocol Info
    319 3.528008    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#5] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 319 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: D-Link_fb:38:38 (00:24:01:fb:38:38)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    325 5.364315    193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 325 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 109501, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    326 5.368125    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#6] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 326 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    327 5.368133    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#7] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 327 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: D-Link_fb:38:38 (00:24:01:fb:38:38)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    329 9.044714    193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 329 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 109501, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    330 9.048467    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#8] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 330 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    331 9.048492    192.168.0.2           192.168.0.4           ICMP     Redirect (Redirect for host)

Frame 331 (82 bytes on wire, 82 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 192.168.0.2 (192.168.0.2), Dst: 192.168.0.4 (192.168.0.4)
Internet Control Message Protocol

No.     Time        Source                Destination           Protocol Info
    332 9.048497    192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#9] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 332 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: D-Link_fb:38:38 (00:24:01:fb:38:38)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    334 16.405415   193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 334 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 109501, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    335 16.409096   192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#10] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 335 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    336 16.409123   192.168.0.2           192.168.0.4           ICMP     Redirect (Redirect for host)

Frame 336 (82 bytes on wire, 82 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 192.168.0.2 (192.168.0.2), Dst: 192.168.0.4 (192.168.0.4)
Internet Control Message Protocol

No.     Time        Source                Destination           Protocol Info
    337 16.409127   192.168.0.4           193.195.70.9          TCP      [TCP Dup ACK 309#11] 1027 > http [ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 337 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: D-Link_fb:38:38 (00:24:01:fb:38:38)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    338 20.463839   192.168.0.4           193.195.70.9          TCP      1027 > http [FIN, ACK] Seq=195 Ack=112421 Win=4380 Len=0

Frame 338 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Ack: 112421, Len: 0

No.     Time        Source                Destination           Protocol Info
    341 20.490691   193.195.70.9          192.168.0.4           TCP      [TCP Retransmission] [TCP segment of a reassembled PDU]

Frame 341 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 112421, Ack: 195, Len: 1460

No.     Time        Source                Destination           Protocol Info
    343 20.490907   193.195.70.9          192.168.0.4           TCP      [TCP segment of a reassembled PDU]

Frame 343 (1514 bytes on wire, 1514 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4)
Internet Protocol, Src: 193.195.70.9 (193.195.70.9), Dst: 192.168.0.4 (192.168.0.4)
Transmission Control Protocol, Src Port: http (80), Dst Port: 1027 (1027), Seq: 113881, Ack: 196, Len: 1460

No.     Time        Source                Destination           Protocol Info
    344 20.494995   192.168.0.4           193.195.70.9          TCP      1027 > http [RST] Seq=195 Win=0 Len=0

Frame 344 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Len: 0

No.     Time        Source                Destination           Protocol Info
    345 20.495004   192.168.0.4           193.195.70.9          TCP      1027 > http [RST] Seq=195 Win=0 Len=0

Frame 345 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: D-Link_fb:38:38 (00:24:01:fb:38:38)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 195, Len: 0

No.     Time        Source                Destination           Protocol Info
    346 20.498661   192.168.0.4           193.195.70.9          TCP      1027 > http [RST] Seq=196 Win=0 Len=0

Frame 346 (60 bytes on wire, 60 bytes captured)
Ethernet II, Src: 00:92:1d:58:b0:d4 (00:92:1d:58:b0:d4), Dst: AsustekC_05:f6:be (00:0c:6e:05:f6:be)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 196, Len: 0

No.     Time        Source                Destination           Protocol Info
    347 20.498666   192.168.0.4           193.195.70.9          TCP      1027 > http [RST] Seq=196 Win=0 Len=0

Frame 347 (54 bytes on wire, 54 bytes captured)
Ethernet II, Src: AsustekC_05:f6:be (00:0c:6e:05:f6:be), Dst: D-Link_fb:38:38 (00:24:01:fb:38:38)
Internet Protocol, Src: 192.168.0.4 (192.168.0.4), Dst: 193.195.70.9 (193.195.70.9)
Transmission Control Protocol, Src Port: 1027 (1027), Dst Port: http (80), Seq: 196, Len: 0