Attached the tcpdump output from the communication between weewx running on 
a raspberry PI and the vantage Vue console.
There is communication, but no data transfer.

Running telnet:

Trying 192.168.178.10...
Connected to 192.168.178.10.
Escape character is '^]'.VER

OK
RXTEST

OK
RXCHECK

OK

I hope this helps.

Andre

Op zaterdag 2 mei 2020 00:01:05 UTC+2 schreef Tom Keffer:
>
> If you open up a telnet session to the Vue, can you communicate with it?
>
> Use the connectivity test 
> <https://github.com/weewx/weewx/wiki/Troubleshooting-the-Davis-Vantage-station#establishing-connectivity>,
>  
> except use telnet. 
>
> On Fri, May 1, 2020 at 12:31 PM Andre C <[email protected] <javascript:>> 
> wrote:
>
>> After upgrading weewx from 3.9.2 to 4.0, weewx no longer recognizes the 
>> Vantage Vue console.
>>
>> The console has a serial to IP link, so weewx communicates over Ethernet.
>> Below the output from syslog:
>>
>> May  1 21:20:33 Domo systemd[1]: Starting LSB: weewx weather system...
>> May  1 21:20:35 Domo weewx[420] INFO __main__: Initializing weewx version 
>> 4.0.0
>> May  1 21:20:35 Domo weewx[420] INFO __main__: Using Python 3.7.3 
>> (default, Dec 20 2019, 18:57:59) #012[GCC 8.3.0]
>> May  1 21:20:35 Domo weewx[420] INFO __main__: Platform 
>> Linux-4.19.97-v7+-armv7l-with-debian-10.3
>> May  1 21:20:35 Domo weewx[420] INFO __main__: Locale is 'nl_NL@euro'
>> May  1 21:20:35 Domo weewx[420] INFO __main__: PID file is 
>> /var/run/weewx.pid
>> May  1 21:20:35 Domo weewx[443] INFO __main__: Using configuration file 
>> /etc/weewx/weewx.conf
>> May  1 21:20:35 Domo weewx[443] DEBUG __main__: Initializing engine
>> May  1 21:20:35 Domo weewx[443] INFO weewx.engine: Loading station type 
>> Vantage (weewx.drivers.vantage)
>> May  1 21:20:35 Domo weewx[332]: Starting weewx weather system: weewx.
>> May  1 21:20:35 Domo systemd[1]: Started LSB: weewx weather system.
>> May  1 21:20:35 Domo weewx[443] DEBUG weewx.drivers.vantage: Driver 
>> version is 3.2.0
>> May  1 21:20:35 Domo weewx[443] DEBUG weewx.drivers.vantage: Opened up 
>> ethernet host 192.168.178.10 on port 22222. timeout=4.0, tcp_send_delay=0.5
>> May  1 21:20:36 Domo weewx[443] DEBUG weewx.drivers.vantage: Gentle wake 
>> up of console successful
>> May  1 21:20:36 Domo weewx[443] ERROR weewx.drivers.vantage: No <ACK> 
>> received from console
>> May  1 21:20:36 Domo weewx[443] DEBUG weewx.drivers.vantage: 
>> _determine_hardware; retry #0
>> May  1 21:20:37 Domo weewx[443] ERROR weewx.drivers.vantage: No <ACK> 
>> received from console
>> May  1 21:20:37 Domo weewx[443] DEBUG weewx.drivers.vantage: 
>> _determine_hardware; retry #1
>> May  1 21:20:37 Domo weewx[443] ERROR weewx.drivers.vantage: No <ACK> 
>> received from console
>> May  1 21:20:37 Domo weewx[443] DEBUG weewx.drivers.vantage: 
>> _determine_hardware; retry #2
>> May  1 21:20:38 Domo weewx[443] ERROR weewx.drivers.vantage: No <ACK> 
>> received from console
>> May  1 21:20:38 Domo weewx[443] DEBUG weewx.drivers.vantage: 
>> _determine_hardware; retry #3
>> May  1 21:20:38 Domo weewx[443] ERROR weewx.drivers.vantage: Unable to 
>> read hardware type; raise WeeWxIOError
>> May  1 21:20:38 Domo weewx[443] ERROR weewx.engine: Import of driver 
>> failed: Unable to read hardware type (<class 'weewx.WeeWxIOError'>)
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****  
>> Traceback (most recent call last):
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****    File 
>> "/usr/share/weewx/weewx/engine.py", line 103, in setupStation
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****      
>> self.console = loader_function(config_dict, self)
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****    File 
>> "/usr/share/weewx/weewx/drivers/vantage.py", line 39, in loader
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****      
>> return VantageService(engine, config_dict)
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****    File 
>> "/usr/share/weewx/weewx/drivers/vantage.py", line 1897, in __init__
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****      
>> Vantage.__init__(self, **config_dict[DRIVER_NAME])
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****    File 
>> "/usr/share/weewx/weewx/drivers/vantage.py", line 514, in __init__
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****      
>> self._setup()
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****    File 
>> "/usr/share/weewx/weewx/drivers/vantage.py", line 1321, in _setup
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****      
>> self.hardware_type = self._determine_hardware()
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****    File 
>> "/usr/share/weewx/weewx/drivers/vantage.py", line 1312, in 
>> _determine_hardware
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****      
>> raise weewx.WeeWxIOError("Unable to read hardware type")
>> May  1 21:20:38 Domo weewx[443] CRITICAL weewx.engine:     ****  
>> weewx.WeeWxIOError: Unable to read hardware type
>> May  1 21:20:38 Domo weewx[443] CRITICAL __main__: Unable to load driver: 
>> Unable to read hardware type
>> May  1 21:20:38 Domo weewx[443] CRITICAL __main__:     ****  Exiting...
>>
>> Any help is appreciated.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/30b975af-18ad-4c5e-b97e-a1d1cddb4821%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/30b975af-18ad-4c5e-b97e-a1d1cddb4821%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ae7b2620-a65a-4af9-8960-d233cfc78387%40googlegroups.com.
listening on any, link-type LINUX_SLL (Linux cooked), capture size 1500 bytes
20:51:06.125841 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags [S], 
seq 3517470653, win 64240, options [mss 1460,sackOK,TS val 3500849498 ecr 
0,nop,wscale 7], length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 003c 0e01 4000 4006 4750 c0a8 b20f  E..<..@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57bd 0000 0000  .....FV...W.....
        0x0030:  a002 faf0 e599 0000 0204 05b4 0402 080a  ................
        0x0040:  d0aa b95a 0000 0000 0103 0307            ...Z........
20:51:06.126929 IP basisstation.fritz.box.22222 > weewx.local.38470: Flags 
[S.], seq 57640, ack 3517470654, win 1412, options [mss 1412], length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002c 002a 4000 4006 5537 c0a8 b20a  E..,.*@[email protected]....
        0x0020:  c0a8 b20f 56ce 9646 0000 e128 d1a8 57be  ....V..F...(..W.
        0x0030:  6012 0584 b5b2 0000 0204 0584 0000       `.............
20:51:06.127019 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags [.], 
ack 1, win 64240, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 0e02 4000 4006 4763 c0a8 b20f  E..(..@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57be 0000 e129  .....FV...W....)
        0x0030:  5010 faf0 e585 0000                      P.......
20:51:06.127625 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags 
[P.], seq 1:2, ack 1, win 64240, length 1
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0029 0e03 4000 4006 4761 c0a8 b20f  E..)..@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57be 0000 e129  .....FV...W....)
        0x0030:  5018 faf0 e586 0000 0a                   P........
20:51:06.128660 IP basisstation.fritz.box.22222 > weewx.local.38470: Flags [.], 
ack 2, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 002b 4000 4006 553a c0a8 b20a  E..(.+@[email protected]:....
        0x0020:  c0a8 b20f 56ce 9646 0000 e129 d1a8 57bf  ....V..F...)..W.
        0x0030:  5010 0584 cd3e 0000 0000 0000 0000       P....>........
20:51:06.500513 IP basisstation.fritz.box.22222 > weewx.local.38470: Flags 
[P.], seq 1:7, ack 2, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 002c 4000 4006 5533 c0a8 b20a  E....,@[email protected]....
        0x0020:  c0a8 b20f 56ce 9646 0000 e129 d1a8 57bf  ....V..F...)..W.
        0x0030:  5018 0584 69cb 0000 0a0d 4f4b 0a0d       P...i.....OK..
20:51:06.500567 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags [.], 
ack 7, win 64234, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 0e04 4000 4006 4761 c0a8 b20f  E..(..@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57bf 0000 e12f  .....FV...W..../
        0x0030:  5010 faea e585 0000                      P.......
20:51:06.628884 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags 
[P.], seq 2:8, ack 7, win 64234, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e 0e05 4000 4006 475a c0a8 b20f  E.....@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57bf 0000 e12f  .....FV...W..../
        0x0030:  5018 faea e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:51:06.632126 IP basisstation.fritz.box.22222 > weewx.local.38470: Flags [.], 
ack 8, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 002d 4000 4006 5538 c0a8 b20a  E..(.-@[email protected]....
        0x0020:  c0a8 b20f 56ce 9646 0000 e12f d1a8 57c5  ....V..F.../..W.
        0x0030:  5010 0584 cd32 0000 0000 0000 0000       P....2........
20:51:07.130653 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags 
[P.], seq 8:14, ack 7, win 64234, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e 0e06 4000 4006 4759 c0a8 b20f  E.....@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57c5 0000 e12f  .....FV...W..../
        0x0030:  5018 faea e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:51:07.133988 IP basisstation.fritz.box.22222 > weewx.local.38470: Flags 
[P.], seq 7:13, ack 14, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 002e 4000 4006 5531 c0a8 b20a  E.....@[email protected]....
        0x0020:  c0a8 b20f 56ce 9646 0000 e12f d1a8 57cb  ....V..F.../..W.
        0x0030:  5018 0584 69b9 0000 0a0d 4f4b 0a0d       P...i.....OK..
20:51:07.134083 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags [.], 
ack 13, win 64228, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 0e07 4000 4006 475e c0a8 b20f  E..(..@[email protected]^....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57cb 0000 e135  .....FV...W....5
        0x0030:  5010 fae4 e585 0000                      P.......
20:51:07.593509 IP basisstation.fritz.box.22222 > weewx.local.38470: Flags 
[P.], seq 13:19, ack 14, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 002f 4000 4006 5530 c0a8 b20a  E..../@[email protected]....
        0x0020:  c0a8 b20f 56ce 9646 0000 e135 d1a8 57cb  ....V..F...5..W.
        0x0030:  5018 0584 69b3 0000 0a0d 4f4b 0a0d       P...i.....OK..
20:51:07.593591 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags [.], 
ack 19, win 64222, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 0e08 4000 4006 475d c0a8 b20f  E..(..@[email protected]]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57cb 0000 e13b  .....FV...W....;
        0x0030:  5010 fade e585 0000                      P.......
20:51:07.632581 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags 
[P.], seq 14:20, ack 19, win 64222, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e 0e09 4000 4006 4756 c0a8 b20f  E.....@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57cb 0000 e13b  .....FV...W....;
        0x0030:  5018 fade e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:51:07.635809 IP basisstation.fritz.box.22222 > weewx.local.38470: Flags [.], 
ack 20, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 0030 4000 4006 5535 c0a8 b20a  E..(.0@[email protected]....
        0x0020:  c0a8 b20f 56ce 9646 0000 e13b d1a8 57d1  ....V..F...;..W.
        0x0030:  5010 0584 cd1a 0000 0000 0000 0000       P.............
20:51:08.134542 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags 
[P.], seq 20:26, ack 19, win 64222, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e 0e0a 4000 4006 4755 c0a8 b20f  E.....@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57d1 0000 e13b  .....FV...W....;
        0x0030:  5018 fade e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:51:08.137951 IP basisstation.fritz.box.22222 > weewx.local.38470: Flags 
[P.], seq 19:25, ack 26, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 0031 4000 4006 552e c0a8 b20a  E....1@[email protected].....
        0x0020:  c0a8 b20f 56ce 9646 0000 e13b d1a8 57d7  ....V..F...;..W.
        0x0030:  5018 0584 69a1 0000 0a0d 4f4b 0a0d       P...i.....OK..
20:51:08.138074 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags [.], 
ack 25, win 64216, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 0e0b 4000 4006 475a c0a8 b20f  E..(..@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57d7 0000 e141  .....FV...W....A
        0x0030:  5010 fad8 e585 0000                      P.......
20:51:08.597833 IP basisstation.fritz.box.22222 > weewx.local.38470: Flags 
[P.], seq 25:31, ack 26, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 0032 4000 4006 552d c0a8 b20a  E....2@[email protected]....
        0x0020:  c0a8 b20f 56ce 9646 0000 e141 d1a8 57d7  ....V..F...A..W.
        0x0030:  5018 0584 699b 0000 0a0d 4f4b 0a0d       P...i.....OK..
20:51:08.597893 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags [.], 
ack 31, win 64210, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 0e0c 4000 4006 4759 c0a8 b20f  E..(..@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57d7 0000 e147  .....FV...W....G
        0x0030:  5010 fad2 e585 0000                      P.......
20:51:08.653522 IP weewx.local.38470 > basisstation.fritz.box.22222: Flags 
[R.], seq 26, ack 31, win 64210, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 0e0d 4000 4006 4758 c0a8 b20f  E..(..@[email protected]....
        0x0020:  c0a8 b20a 9646 56ce d1a8 57d7 0000 e147  .....FV...W....G
        0x0030:  5014 fad2 e585 0000                      P.......
20:52:39.544543 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags [S], 
seq 1375663675, win 64240, options [mss 1460,sackOK,TS val 3500942917 ecr 
0,nop,wscale 7], length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 003c cdba 4000 4006 8796 c0a8 b20f  E..<..@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f63b 0000 0000  .....HV.Q..;....
        0x0030:  a002 faf0 e599 0000 0204 05b4 0402 080a  ................
        0x0040:  d0ac 2645 0000 0000 0103 0307            ..&E........
20:52:39.545608 IP basisstation.fritz.box.22222 > weewx.local.38472: Flags 
[S.], seq 64960, ack 1375663676, win 1412, options [mss 1412], length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002c 0033 4000 4006 552e c0a8 b20a  E..,.3@[email protected].....
        0x0020:  c0a8 b20f 56ce 9648 0000 fdc0 51fe f63c  ....V..H....Q..<
        0x0030:  6012 0584 7a44 0000 0204 0584 0000       `...zD........
20:52:39.545721 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags [.], 
ack 1, win 64240, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 cdbb 4000 4006 87a9 c0a8 b20f  E..(..@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f63c 0000 fdc1  .....HV.Q..<....
        0x0030:  5010 faf0 e585 0000                      P.......
20:52:39.546409 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags 
[P.], seq 1:2, ack 1, win 64240, length 1
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0029 cdbc 4000 4006 87a7 c0a8 b20f  E..)..@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f63c 0000 fdc1  .....HV.Q..<....
        0x0030:  5018 faf0 e586 0000 0a                   P........
20:52:39.547481 IP basisstation.fritz.box.22222 > weewx.local.38472: Flags [.], 
ack 2, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 0034 4000 4006 5531 c0a8 b20a  E..(.4@[email protected]....
        0x0020:  c0a8 b20f 56ce 9648 0000 fdc1 51fe f63d  ....V..H....Q..=
        0x0030:  5010 0584 91d0 0000 0000 0000 0000       P.............
20:52:39.727692 IP basisstation.fritz.box.22222 > weewx.local.38472: Flags 
[P.], seq 1:7, ack 2, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 0035 4000 4006 552a c0a8 b20a  E....5@[email protected]*....
        0x0020:  c0a8 b20f 56ce 9648 0000 fdc1 51fe f63d  ....V..H....Q..=
        0x0030:  5018 0584 2e5d 0000 0a0d 4f4b 0a0d       P....]....OK..
20:52:39.727741 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags [.], 
ack 7, win 64234, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 cdbd 4000 4006 87a7 c0a8 b20f  E..(..@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f63d 0000 fdc7  .....HV.Q..=....
        0x0030:  5010 faea e585 0000                      P.......
20:52:40.047829 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags 
[P.], seq 2:8, ack 7, win 64234, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e cdbe 4000 4006 87a0 c0a8 b20f  E.....@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f63d 0000 fdc7  .....HV.Q..=....
        0x0030:  5018 faea e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:52:40.051089 IP basisstation.fritz.box.22222 > weewx.local.38472: Flags [.], 
ack 8, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 0036 4000 4006 552f c0a8 b20a  E..(.6@[email protected]/....
        0x0020:  c0a8 b20f 56ce 9648 0000 fdc7 51fe f643  ....V..H....Q..C
        0x0030:  5010 0584 91c4 0000 0000 0000 0000       P.............
20:52:40.510639 IP basisstation.fritz.box.22222 > weewx.local.38472: Flags 
[P.], seq 7:13, ack 8, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 0037 4000 4006 5528 c0a8 b20a  E....7@[email protected](....
        0x0020:  c0a8 b20f 56ce 9648 0000 fdc7 51fe f643  ....V..H....Q..C
        0x0030:  5018 0584 2e51 0000 0a0d 4f4b 0a0d       P....Q....OK..
20:52:40.510732 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags [.], 
ack 13, win 64228, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 cdbf 4000 4006 87a5 c0a8 b20f  E..(..@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f643 0000 fdcd  .....HV.Q..C....
        0x0030:  5010 fae4 e585 0000                      P.......
20:52:40.549545 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags 
[P.], seq 8:14, ack 13, win 64228, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e cdc0 4000 4006 879e c0a8 b20f  E.....@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f643 0000 fdcd  .....HV.Q..C....
        0x0030:  5018 fae4 e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:52:40.552822 IP basisstation.fritz.box.22222 > weewx.local.38472: Flags [.], 
ack 14, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 0038 4000 4006 552d c0a8 b20a  E..(.8@[email protected]....
        0x0020:  c0a8 b20f 56ce 9648 0000 fdcd 51fe f649  ....V..H....Q..I
        0x0030:  5010 0584 91b8 0000 0000 0000 0000       P.............
20:52:41.051018 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags 
[P.], seq 14:20, ack 13, win 64228, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e cdc1 4000 4006 879d c0a8 b20f  E.....@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f649 0000 fdcd  .....HV.Q..I....
        0x0030:  5018 fae4 e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:52:41.054355 IP basisstation.fritz.box.22222 > weewx.local.38472: Flags 
[P.], seq 13:19, ack 20, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 0039 4000 4006 5526 c0a8 b20a  E....9@[email protected]&....
        0x0020:  c0a8 b20f 56ce 9648 0000 fdcd 51fe f64f  ....V..H....Q..O
        0x0030:  5018 0584 2e3f 0000 0a0d 4f4b 0a0d       P....?....OK..
20:52:41.054449 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags [.], 
ack 19, win 64222, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 cdc2 4000 4006 87a2 c0a8 b20f  E..(..@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f64f 0000 fdd3  .....HV.Q..O....
        0x0030:  5010 fade e585 0000                      P.......
20:52:41.513934 IP basisstation.fritz.box.22222 > weewx.local.38472: Flags 
[P.], seq 19:25, ack 20, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 003a 4000 4006 5525 c0a8 b20a  E....:@[email protected]%....
        0x0020:  c0a8 b20f 56ce 9648 0000 fdd3 51fe f64f  ....V..H....Q..O
        0x0030:  5018 0584 2e39 0000 0a0d 4f4b 0a0d       P....9....OK..
20:52:41.513986 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags [.], 
ack 25, win 64216, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 cdc3 4000 4006 87a1 c0a8 b20f  E..(..@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f64f 0000 fdd9  .....HV.Q..O....
        0x0030:  5010 fad8 e585 0000                      P.......
20:52:41.552489 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags 
[P.], seq 20:26, ack 25, win 64216, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e cdc4 4000 4006 879a c0a8 b20f  E.....@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f64f 0000 fdd9  .....HV.Q..O....
        0x0030:  5018 fad8 e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:52:41.555741 IP basisstation.fritz.box.22222 > weewx.local.38472: Flags [.], 
ack 26, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 003b 4000 4006 552a c0a8 b20a  E..(.;@[email protected]*....
        0x0020:  c0a8 b20f 56ce 9648 0000 fdd9 51fe f655  ....V..H....Q..U
        0x0030:  5010 0584 91a0 0000 0000 0000 0000       P.............
20:52:42.106419 IP weewx.local.38472 > basisstation.fritz.box.22222: Flags 
[R.], seq 26, ack 25, win 64216, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 cdc5 4000 4006 879f c0a8 b20f  E..(..@.@.......
        0x0020:  c0a8 b20a 9648 56ce 51fe f655 0000 fdd9  .....HV.Q..U....
        0x0030:  5014 fad8 e585 0000                      P.......
20:55:16.178767 ARP, Request who-has fritz.box tell basisstation.fritz.box, 
length 46
        0x0000:  0001 0001 0006 001d 0a00 6d98 0000 0806  ..........m.....
        0x0010:  0001 0800 0604 0001 001d 0a00 6d98 c0a8  ............m...
        0x0020:  b20a 0000 0000 0000 c0a8 b201 0000 0000  ................
        0x0030:  0000 0000 0000 0000 0000 0000 0000       ..............
20:55:55.155827 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags [S], 
seq 2144533838, win 64240, options [mss 1460,sackOK,TS val 3501138529 ecr 
0,nop,wscale 7], length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 003c d563 4000 4006 7fed c0a8 b20f  E..<.c@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd4e 0000 0000  .....PV....N....
        0x0030:  a002 faf0 e599 0000 0204 05b4 0402 080a  ................
        0x0040:  d0af 2261 0000 0000 0103 0307            .."a........
20:55:55.156961 ARP, Request who-has weewx.local tell basisstation.fritz.box, 
length 46
        0x0000:  0001 0001 0006 001d 0a00 6d98 0000 0806  ..........m.....
        0x0010:  0001 0800 0604 0001 001d 0a00 6d98 c0a8  ............m...
        0x0020:  b20a 0000 0000 0000 c0a8 b20f 0000 0000  ................
        0x0030:  0000 0000 0000 0000 0000 0000 0000       ..............
20:55:55.157003 ARP, Reply weewx.local is-at b8:27:eb:63:d2:4f (oui Unknown), 
length 28
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0806  .......'.c.O....
        0x0010:  0001 0800 0604 0002 b827 eb63 d24f c0a8  .........'.c.O..
        0x0020:  b20f 001d 0a00 6d98 c0a8 b20a            ......m.....
20:55:56.195029 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags [S], 
seq 2144533838, win 64240, options [mss 1460,sackOK,TS val 3501139569 ecr 
0,nop,wscale 7], length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 003c d564 4000 4006 7fec c0a8 b20f  E..<.d@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd4e 0000 0000  .....PV....N....
        0x0030:  a002 faf0 e599 0000 0204 05b4 0402 080a  ................
        0x0040:  d0af 2671 0000 0000 0103 0307            ..&q........
20:55:56.196030 IP basisstation.fritz.box.22222 > weewx.local.38480: Flags [.], 
ack 2144533839, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 0009 4000 4006 555c c0a8 b20a  E..(..@[email protected]\....
        0x0020:  c0a8 b20f 56ce 9650 0000 11d0 7fd2 fd4f  ....V..P.......O
        0x0030:  5010 0584 48d4 0000 0000 0000 0000       P...H.........
20:55:56.992670 IP basisstation.fritz.box.22222 > weewx.local.38480: Flags 
[S.], seq 4560, ack 2144533839, win 1412, options [mss 1412], length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002c 000a 4000 4006 5557 c0a8 b20a  E..,..@[email protected]....
        0x0020:  c0a8 b20f 56ce 9650 0000 11d0 7fd2 fd4f  ....V..P.......O
        0x0030:  6012 0584 3146 0000 0204 0584 0000       `...1F........
20:55:56.992832 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags [.], 
ack 1, win 64240, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 d565 4000 4006 7fff c0a8 b20f  E..(.e@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd4f 0000 11d1  .....PV....O....
        0x0030:  5010 faf0 e585 0000                      P.......
20:55:56.993809 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags 
[P.], seq 1:2, ack 1, win 64240, length 1
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0029 d566 4000 4006 7ffd c0a8 b20f  E..).f@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd4f 0000 11d1  .....PV....O....
        0x0030:  5018 faf0 e586 0000 0a                   P........
20:55:56.994889 IP basisstation.fritz.box.22222 > weewx.local.38480: Flags [.], 
ack 2, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 000b 4000 4006 555a c0a8 b20a  E..(..@[email protected]....
        0x0020:  c0a8 b20f 56ce 9650 0000 11d1 7fd2 fd50  ....V..P.......P
        0x0030:  5010 0584 48d2 0000 0000 0000 0000       P...H.........
20:55:57.445911 IP basisstation.fritz.box.22222 > weewx.local.38480: Flags 
[P.], seq 1:7, ack 2, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 000c 4000 4006 5553 c0a8 b20a  E.....@[email protected]....
        0x0020:  c0a8 b20f 56ce 9650 0000 11d1 7fd2 fd50  ....V..P.......P
        0x0030:  5018 0584 e55e 0000 0a0d 4f4b 0a0d       P....^....OK..
20:55:57.445995 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags [.], 
ack 7, win 64234, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 d567 4000 4006 7ffd c0a8 b20f  E..(.g@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd50 0000 11d7  .....PV....P....
        0x0030:  5010 faea e585 0000                      P.......
20:55:57.495454 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags 
[P.], seq 2:8, ack 7, win 64234, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0406 0800  .......'.c.O....
        0x0010:  4500 002e d568 4000 4006 7ff6 c0a8 b20f  E....h@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd50 0000 11d7  .....PV....P....
        0x0030:  5018 faea e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:55:57.498708 IP basisstation.fritz.box.22222 > weewx.local.38480: Flags [.], 
ack 8, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 000d 4000 4006 5558 c0a8 b20a  E..(..@[email protected]....
        0x0020:  c0a8 b20f 56ce 9650 0000 11d7 7fd2 fd56  ....V..P.......V
        0x0030:  5010 0584 48c6 0000 0000 0000 0000       P...H.........
20:55:57.997658 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags 
[P.], seq 8:14, ack 7, win 64234, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e d569 4000 4006 7ff5 c0a8 b20f  E....i@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd56 0000 11d7  .....PV....V....
        0x0030:  5018 faea e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:55:58.001059 IP basisstation.fritz.box.22222 > weewx.local.38480: Flags 
[P.], seq 7:13, ack 14, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 000e 4000 4006 5551 c0a8 b20a  E.....@[email protected]....
        0x0020:  c0a8 b20f 56ce 9650 0000 11d7 7fd2 fd5c  ....V..P.......\
        0x0030:  5018 0584 e54c 0000 0a0d 4f4b 0a0d       P....L....OK..
20:55:58.001182 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags [.], 
ack 13, win 64228, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 d56a 4000 4006 7ffa c0a8 b20f  E..(.j@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd5c 0000 11dd  .....PV....\....
        0x0030:  5010 fae4 e585 0000                      P.......
20:55:58.461213 IP basisstation.fritz.box.22222 > weewx.local.38480: Flags 
[P.], seq 13:19, ack 14, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 000f 4000 4006 5550 c0a8 b20a  E.....@[email protected]....
        0x0020:  c0a8 b20f 56ce 9650 0000 11dd 7fd2 fd5c  ....V..P.......\
        0x0030:  5018 0584 e546 0000 0a0d 4f4b 0a0d       P....F....OK..
20:55:58.461331 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags [.], 
ack 19, win 64222, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0006 0800  .......'.c.O....
        0x0010:  4500 0028 d56b 4000 4006 7ff9 c0a8 b20f  E..(.k@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd5c 0000 11e3  .....PV....\....
        0x0030:  5010 fade e585 0000                      P.......
20:55:58.499631 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags 
[P.], seq 14:20, ack 19, win 64222, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0800 0800  .......'.c.O....
        0x0010:  4500 002e d56c 4000 4006 7ff2 c0a8 b20f  E....l@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd5c 0000 11e3  .....PV....\....
        0x0030:  5018 fade e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:55:58.502878 IP basisstation.fritz.box.22222 > weewx.local.38480: Flags [.], 
ack 20, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0406 0800  ..........m.....
        0x0010:  4500 0028 0010 4000 4006 5555 c0a8 b20a  E..(..@[email protected]....
        0x0020:  c0a8 b20f 56ce 9650 0000 11e3 7fd2 fd62  ....V..P.......b
        0x0030:  5010 0584 48ae 0000 0000 0000 0000       P...H.........
20:55:59.001587 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags 
[P.], seq 20:26, ack 19, win 64222, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e d56d 4000 4006 7ff1 c0a8 b20f  E....m@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd62 0000 11e3  .....PV....b....
        0x0030:  5018 fade e58b 0000 5752 4412 4d0a       P.......WRD.M.
20:55:59.004942 IP basisstation.fritz.box.22222 > weewx.local.38480: Flags 
[P.], seq 19:25, ack 26, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 0011 4000 4006 554e c0a8 b20a  E.....@[email protected]....
        0x0020:  c0a8 b20f 56ce 9650 0000 11e3 7fd2 fd68  ....V..P.......h
        0x0030:  5018 0584 e534 0000 0a0d 4f4b 0a0d       P....4....OK..
20:55:59.005071 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags [.], 
ack 25, win 64216, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 d56e 4000 4006 7ff6 c0a8 b20f  E..(.n@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd68 0000 11e9  .....PV....h....
        0x0030:  5010 fad8 e585 0000                      P.......
20:55:59.549698 IP weewx.local.38480 > basisstation.fritz.box.22222: Flags 
[R.], seq 26, ack 25, win 64216, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 d56f 4000 4006 7ff5 c0a8 b20f  E..(.o@.@.......
        0x0020:  c0a8 b20a 9650 56ce 7fd2 fd68 0000 11e9  .....PV....h....
        0x0030:  5014 fad8 e585 0000                      P.......
21:04:04.154389 IP weewx.local.38488 > basisstation.fritz.box.22222: Flags [S], 
seq 1769467719, win 64240, options [mss 1460,sackOK,TS val 3501627531 ecr 
0,nop,wscale 7], length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 003c 3305 4000 4006 224c c0a8 b20f  E..<3.@.@."L....
        0x0020:  c0a8 b20a 9658 56ce 6977 ef47 0000 0000  .....XV.iw.G....
        0x0030:  a002 faf0 e599 0000 0204 05b4 0402 080a  ................
        0x0040:  d0b6 988b 0000 0000 0103 0307            ............
21:04:04.155465 IP basisstation.fritz.box.22222 > weewx.local.38488: Flags 
[S.], seq 43400, ack 1769467720, win 1412, options [mss 1412], length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002c 0014 4000 4006 554d c0a8 b20a  E..,..@[email protected]....
        0x0020:  c0a8 b20f 56ce 9658 0000 a988 6977 ef48  ....V..X....iw.H
        0x0030:  6012 0584 bde7 0000 0204 0584 0000       `.............
21:04:04.155580 IP weewx.local.38488 > basisstation.fritz.box.22222: Flags [.], 
ack 1, win 64240, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 3306 4000 4006 225f c0a8 b20f  E..(3.@.@."_....
        0x0020:  c0a8 b20a 9658 56ce 6977 ef48 0000 a989  .....XV.iw.H....
        0x0030:  5010 faf0 e585 0000                      P.......
21:04:04.156298 IP weewx.local.38488 > basisstation.fritz.box.22222: Flags 
[P.], seq 1:2, ack 1, win 64240, length 1
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0029 3307 4000 4006 225d c0a8 b20f  E..)3.@.@."]....
        0x0020:  c0a8 b20a 9658 56ce 6977 ef48 0000 a989  .....XV.iw.H....
        0x0030:  5018 faf0 e586 0000 0a                   P........
21:04:04.157381 IP basisstation.fritz.box.22222 > weewx.local.38488: Flags [.], 
ack 2, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 0015 4000 4006 5550 c0a8 b20a  E..(..@[email protected]....
        0x0020:  c0a8 b20f 56ce 9658 0000 a989 6977 ef49  ....V..X....iw.I
        0x0030:  5010 0584 d573 0000 0000 0000 0000       P....s........
21:04:04.256812 IP basisstation.fritz.box.22222 > weewx.local.38488: Flags 
[P.], seq 1:7, ack 2, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 0016 4000 4006 5549 c0a8 b20a  E.....@[email protected]....
        0x0020:  c0a8 b20f 56ce 9658 0000 a989 6977 ef49  ....V..X....iw.I
        0x0030:  5018 0584 7200 0000 0a0d 4f4b 0a0d       P...r.....OK..
21:04:04.256836 IP weewx.local.38488 > basisstation.fritz.box.22222: Flags [.], 
ack 7, win 64234, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 3308 4000 4006 225d c0a8 b20f  E..(3.@.@."]....
        0x0020:  c0a8 b20a 9658 56ce 6977 ef49 0000 a98f  .....XV.iw.I....
        0x0030:  5010 faea e585 0000                      P.......
21:04:04.657867 IP weewx.local.38488 > basisstation.fritz.box.22222: Flags 
[P.], seq 2:8, ack 7, win 64234, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e 3309 4000 4006 2256 c0a8 b20f  E...3.@.@."V....
        0x0020:  c0a8 b20a 9658 56ce 6977 ef49 0000 a98f  .....XV.iw.I....
        0x0030:  5018 faea e58b 0000 5752 4412 4d0a       P.......WRD.M.
21:04:04.661132 IP basisstation.fritz.box.22222 > weewx.local.38488: Flags [.], 
ack 8, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 0017 4000 4006 554e c0a8 b20a  E..(..@[email protected]....
        0x0020:  c0a8 b20f 56ce 9658 0000 a98f 6977 ef4f  ....V..X....iw.O
        0x0030:  5010 0584 d567 0000 0000 0000 0000       P....g........
21:04:05.021933 IP basisstation.fritz.box.22222 > weewx.local.38488: Flags 
[P.], seq 7:13, ack 8, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 0018 4000 4006 5547 c0a8 b20a  E.....@[email protected]....
        0x0020:  c0a8 b20f 56ce 9658 0000 a98f 6977 ef4f  ....V..X....iw.O
        0x0030:  5018 0584 71f4 0000 0a0d 4f4b 0a0d       P...q.....OK..
21:04:05.022012 IP weewx.local.38488 > basisstation.fritz.box.22222: Flags [.], 
ack 13, win 64228, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 330a 4000 4006 225b c0a8 b20f  E..(3.@.@."[....
        0x0020:  c0a8 b20a 9658 56ce 6977 ef4f 0000 a995  .....XV.iw.O....
        0x0030:  5010 fae4 e585 0000                      P.......
21:04:05.160112 IP weewx.local.38488 > basisstation.fritz.box.22222: Flags 
[P.], seq 8:14, ack 13, win 64228, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e 330b 4000 4006 2254 c0a8 b20f  E...3.@.@."T....
        0x0020:  c0a8 b20a 9658 56ce 6977 ef4f 0000 a995  .....XV.iw.O....
        0x0030:  5018 fae4 e58b 0000 5752 4412 4d0a       P.......WRD.M.
21:04:05.163422 IP basisstation.fritz.box.22222 > weewx.local.38488: Flags [.], 
ack 14, win 1412, length 0
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 0028 0019 4000 4006 554c c0a8 b20a  E..(..@[email protected]....
        0x0020:  c0a8 b20f 56ce 9658 0000 a995 6977 ef55  ....V..X....iw.U
        0x0030:  5010 0584 d55b 0000 0000 0000 0000       P....[........
21:04:05.662108 IP weewx.local.38488 > basisstation.fritz.box.22222: Flags 
[P.], seq 14:20, ack 13, win 64228, length 6
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 002e 330c 4000 4006 2253 c0a8 b20f  E...3.@.@."S....
        0x0020:  c0a8 b20a 9658 56ce 6977 ef55 0000 a995  .....XV.iw.U....
        0x0030:  5018 fae4 e58b 0000 5752 4412 4d0a       P.......WRD.M.
21:04:05.665523 IP basisstation.fritz.box.22222 > weewx.local.38488: Flags 
[P.], seq 13:19, ack 20, win 1412, length 6
        0x0000:  0000 0001 0006 001d 0a00 6d98 0000 0800  ..........m.....
        0x0010:  4500 002e 001a 4000 4006 5545 c0a8 b20a  E.....@[email protected]....
        0x0020:  c0a8 b20f 56ce 9658 0000 a995 6977 ef5b  ....V..X....iw.[
        0x0030:  5018 0584 71e2 0000 0a0d 4f4b 0a0d       P...q.....OK..
21:04:05.665645 IP weewx.local.38488 > basisstation.fritz.box.22222: Flags [.], 
ack 19, win 64222, length 0
        0x0000:  0004 0001 0006 b827 eb63 d24f 0000 0800  .......'.c.O....
        0x0010:  4500 0028 330d 4000 4006 2258 c0a8 b20f  E..(3.@.@."X....
        0x0020:  c0a8 b20a 9658 56ce 6977 ef5b 0000 a99b  .....XV.iw.[....
        0x0030:  5010 fade e585 0000                      P.......

Reply via email to