Skip to content

Instantly share code, notes, and snippets.

@ad-m

ad-m/logs.md Secret

Created January 29, 2020 04:52
Show Gist options
  • Save ad-m/e360f5b21ac4d88780b861e59e41ab8c to your computer and use it in GitHub Desktop.
Save ad-m/e360f5b21ac4d88780b861e59e41ab8c to your computer and use it in GitHub Desktop.
"github:mscdex/ssh2#b5aad43272ee08509e93e3ae3969c2ccfa1d9d84"-client over openssh-server
$ nodejs lib/sshTar2.js ... | ts
sty 29 04:55:46 DEBUG: Local ident: 'SSH-2.0-ssh2js0.4.8'
sty 29 04:55:46 DEBUG: Client: Trying **CUT** on port 22 ...
sty 29 04:55:46 DEBUG: Client: Connected
sty 29 04:55:47 DEBUG: Parser: IN_INIT
sty 29 04:55:47 DEBUG: Parser: IN_GREETING
sty 29 04:55:47 DEBUG: Parser: IN_HEADER
sty 29 04:55:47 DEBUG: Remote ident: 'SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3'
sty 29 04:55:47 DEBUG: Outgoing: Writing KEXINIT
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 8)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: pktLen:1076,padLen:6,remainLen:1072
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: KEXINIT
sty 29 04:55:47 DEBUG: Comparing KEXINITs ...
sty 29 04:55:47 DEBUG: (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
sty 29 04:55:47 DEBUG: (remote) KEX algorithms: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1
sty 29 04:55:47 DEBUG: KEX algorithm: ecdh-sha2-nistp256
sty 29 04:55:47 DEBUG: (local) Host key formats: ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
sty 29 04:55:47 DEBUG: (remote) Host key formats: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
sty 29 04:55:47 DEBUG: Host key format: ssh-ed25519
sty 29 04:55:47 DEBUG: (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 04:55:47 DEBUG: (remote) Client->Server ciphers: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
sty 29 04:55:47 DEBUG: Client->Server Cipher: aes128-ctr
sty 29 04:55:47 DEBUG: (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 04:55:47 DEBUG: (remote) Server->Client ciphers: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected]
sty 29 04:55:47 DEBUG: Server->Client Cipher: aes128-ctr
sty 29 04:55:47 DEBUG: (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 04:55:47 DEBUG: (remote) Client->Server HMAC algorithms: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 04:55:47 DEBUG: Client->Server HMAC algorithm: hmac-sha2-256
sty 29 04:55:47 DEBUG: (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 04:55:47 DEBUG: (remote) Server->Client HMAC algorithms: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 04:55:47 DEBUG: Server->Client HMAC algorithm: hmac-sha2-256
sty 29 04:55:47 DEBUG: (local) Client->Server compression algorithms: none
sty 29 04:55:47 DEBUG: (remote) Client->Server compression algorithms: none,[email protected]
sty 29 04:55:47 DEBUG: Client->Server compression algorithm: none
sty 29 04:55:47 DEBUG: (local) Server->Client compression algorithms: none
sty 29 04:55:47 DEBUG: (remote) Server->Client compression algorithms: none,[email protected]
sty 29 04:55:47 DEBUG: Server->Client compression algorithm: none
sty 29 04:55:47 DEBUG: Outgoing: Writing KEXECDH_INIT
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 8)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: pktLen:220,padLen:7,remainLen:216
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: KEXECDH_REPLY
sty 29 04:55:47 DEBUG: Checking host key format
sty 29 04:55:47 DEBUG: Checking signature format
sty 29 04:55:47 DEBUG: Verifying host fingerprint
sty 29 04:55:47 DEBUG: Host accepted by default (no verification)
sty 29 04:55:47 DEBUG: Verifying signature
sty 29 04:55:47 DEBUG: Outgoing: Writing NEWKEYS
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 8)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: pktLen:12,padLen:10,remainLen:8
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: NEWKEYS
sty 29 04:55:47 DEBUG: Outgoing: Writing SERVICE_REQUEST (ssh-userauth)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: pktLen:28,padLen:10,remainLen:16
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: HMAC size:32
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:47 DEBUG: Parser: Verifying MAC
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: SERVICE_ACCEPT
sty 29 04:55:47 DEBUG: Outgoing: Writing USERAUTH_REQUEST (none)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: pktLen:44,padLen:19,remainLen:32
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: HMAC size:32
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:47 DEBUG: Parser: Verifying MAC
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: USERAUTH_FAILURE
sty 29 04:55:47 DEBUG: Client: none auth failed
sty 29 04:55:47 DEBUG: Outgoing: Writing USERAUTH_REQUEST (password)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: pktLen:12,padLen:10,remainLen:0
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: HMAC size:32
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:47 DEBUG: Parser: Verifying MAC
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: USERAUTH_SUCCESS
sty 29 04:55:47 Client :: ready
sty 29 04:55:47 DEBUG: Outgoing: Writing CHANNEL_OPEN (0, session)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: pktLen:924,padLen:10,remainLen:912
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: HMAC size:32
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:47 DEBUG: Parser: Verifying MAC
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: GLOBAL_REQUEST ([email protected])
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: pktLen:28,padLen:10,remainLen:16
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: HMAC size:32
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:47 DEBUG: Parser: Verifying MAC
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_OPEN_CONFIRMATION
sty 29 04:55:47 DEBUG: Outgoing: Writing CHANNEL_REQUEST (0, exec)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: HMAC size:32
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:47 DEBUG: Parser: Verifying MAC
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 2097152)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:47 DEBUG: Parser: IN_PACKET
sty 29 04:55:47 DEBUG: Parser: Decrypting
sty 29 04:55:47 DEBUG: Parser: pktLen:12,padLen:6,remainLen:0
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:47 DEBUG: Parser: HMAC size:32
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:47 DEBUG: Parser: Verifying MAC
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:47 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_SUCCESS (0)
sty 29 04:55:47 Exec :: ready
sty 29 04:55:47 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:47 Transferred bytes: 512
sty 29 04:55:47 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 1024
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 1138
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 1536
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 2048
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 2285
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 2560
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 3072
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 3584
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 4096
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 4608
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 33198
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 33280
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 33792
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 34405
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 34816
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 35328
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 71296
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 136832
sty 29 04:55:48 Transferred bytes: 202368
sty 29 04:55:48 Transferred bytes: 267904
sty 29 04:55:48 Transferred bytes: 333440
sty 29 04:55:48 Transferred bytes: 398976
sty 29 04:55:48 Transferred bytes: 464512
sty 29 04:55:48 Transferred bytes: 530048
sty 29 04:55:48 Transferred bytes: 595584
sty 29 04:55:48 Transferred bytes: 661120
sty 29 04:55:48 Transferred bytes: 726656
sty 29 04:55:48 Transferred bytes: 792192
sty 29 04:55:48 Transferred bytes: 857728
sty 29 04:55:48 Transferred bytes: 923264
sty 29 04:55:48 Transferred bytes: 988800
sty 29 04:55:48 Transferred bytes: 1054336
sty 29 04:55:48 Transferred bytes: 1119872
sty 29 04:55:48 Transferred bytes: 1185408
sty 29 04:55:48 Transferred bytes: 1250944
sty 29 04:55:48 Transferred bytes: 1316480
sty 29 04:55:48 Transferred bytes: 1382016
sty 29 04:55:48 Transferred bytes: 1447552
sty 29 04:55:48 Transferred bytes: 1513088
sty 29 04:55:48 Transferred bytes: 1578624
sty 29 04:55:48 Transferred bytes: 1644160
sty 29 04:55:48 Transferred bytes: 1709696
sty 29 04:55:48 Transferred bytes: 1775232
sty 29 04:55:48 Transferred bytes: 1840768
sty 29 04:55:48 Transferred bytes: 1906304
sty 29 04:55:48 Transferred bytes: 1971840
sty 29 04:55:48 Transferred bytes: 2037376
sty 29 04:55:48 Transferred bytes: 2102912
sty 29 04:55:48 Transferred bytes: 2168448
sty 29 04:55:48 Transferred bytes: 2233984
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:16,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:48 STDOUT: .
sty 29 04:55:48 
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:7,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:48 STDOUT: Dockerfile
sty 29 04:55:48 
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:7,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:48 STDOUT: action.yml
sty 29 04:55:48 
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:13,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:48 STDOUT: dist
sty 29 04:55:48 
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:14,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:48 STDOUT: lib
sty 29 04:55:48 
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:5,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:48 STDOUT: node_modules
sty 29 04:55:48 
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:44,padLen:16,remainLen:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:48 STDOUT: package-lock.json
sty 29 04:55:48 
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:5,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:48 STDOUT: package.json
sty 29 04:55:48 
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:4,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:48 STDOUT: dist/index.js
sty 29 04:55:48 
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 104064)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Parser: IN_PACKET
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:48 DEBUG: Parser: Decrypting
sty 29 04:55:48 DEBUG: Parser: HMAC size:32
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:48 DEBUG: Parser: Verifying MAC
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:48 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 2299520
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 2365056
sty 29 04:55:48 Transferred bytes: 2430592
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 2496128
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 2561664
sty 29 04:55:48 Transferred bytes: 2627200
sty 29 04:55:48 Transferred bytes: 2692736
sty 29 04:55:48 Transferred bytes: 2758272
sty 29 04:55:48 Transferred bytes: 2823808
sty 29 04:55:48 Transferred bytes: 2889344
sty 29 04:55:48 Transferred bytes: 2954880
sty 29 04:55:48 Transferred bytes: 3020416
sty 29 04:55:48 Transferred bytes: 3085952
sty 29 04:55:48 Transferred bytes: 3151488
sty 29 04:55:48 Transferred bytes: 3217024
sty 29 04:55:48 Transferred bytes: 3282560
sty 29 04:55:48 Transferred bytes: 3348096
sty 29 04:55:48 Transferred bytes: 3413632
sty 29 04:55:48 Transferred bytes: 3479168
sty 29 04:55:48 Transferred bytes: 3544704
sty 29 04:55:48 Transferred bytes: 3610240
sty 29 04:55:48 Transferred bytes: 3675776
sty 29 04:55:48 Transferred bytes: 3741312
sty 29 04:55:48 Transferred bytes: 3806848
sty 29 04:55:48 Transferred bytes: 3872384
sty 29 04:55:48 Transferred bytes: 3937920
sty 29 04:55:48 Transferred bytes: 3963489
sty 29 04:55:48 Transferred bytes: 3963904
sty 29 04:55:48 Transferred bytes: 3964416
sty 29 04:55:48 Transferred bytes: 3967279
sty 29 04:55:48 Transferred bytes: 3967488
sty 29 04:55:48 Transferred bytes: 3968000
sty 29 04:55:48 Transferred bytes: 3970181
sty 29 04:55:48 Transferred bytes: 3970560
sty 29 04:55:48 Transferred bytes: 3971072
sty 29 04:55:48 Transferred bytes: 3972898
sty 29 04:55:48 Transferred bytes: 3973120
sty 29 04:55:48 Transferred bytes: 3973632
sty 29 04:55:48 Transferred bytes: 3974144
sty 29 04:55:48 Transferred bytes: 3974656
sty 29 04:55:48 Transferred bytes: 3975168
sty 29 04:55:48 Transferred bytes: 3975680
sty 29 04:55:48 Transferred bytes: 3976192
sty 29 04:55:48 Transferred bytes: 3976704
sty 29 04:55:48 Transferred bytes: 3977216
sty 29 04:55:48 Transferred bytes: 3977728
sty 29 04:55:48 Transferred bytes: 3978240
sty 29 04:55:48 Transferred bytes: 3978752
sty 29 04:55:48 Transferred bytes: 3979264
sty 29 04:55:48 Transferred bytes: 3979776
sty 29 04:55:48 Transferred bytes: 3980288
sty 29 04:55:48 Transferred bytes: 3980800
sty 29 04:55:48 Transferred bytes: 3981312
sty 29 04:55:48 Transferred bytes: 3981824
sty 29 04:55:48 Transferred bytes: 3982336
sty 29 04:55:48 Transferred bytes: 3982848
sty 29 04:55:48 Transferred bytes: 3983360
sty 29 04:55:48 Transferred bytes: 3983872
sty 29 04:55:48 Transferred bytes: 3984384
sty 29 04:55:48 Transferred bytes: 3984896
sty 29 04:55:48 Transferred bytes: 3985408
sty 29 04:55:48 Transferred bytes: 3985920
sty 29 04:55:48 Transferred bytes: 3986432
sty 29 04:55:48 Transferred bytes: 3986944
sty 29 04:55:48 Transferred bytes: 3987456
sty 29 04:55:48 Transferred bytes: 3987968
sty 29 04:55:48 Transferred bytes: 3988480
sty 29 04:55:48 Transferred bytes: 3988992
sty 29 04:55:48 Transferred bytes: 3989504
sty 29 04:55:48 Transferred bytes: 3990016
sty 29 04:55:48 Transferred bytes: 3990528
sty 29 04:55:48 Transferred bytes: 3991040
sty 29 04:55:48 Transferred bytes: 3991552
sty 29 04:55:48 Transferred bytes: 3992064
sty 29 04:55:48 Transferred bytes: 3992576
sty 29 04:55:48 Transferred bytes: 3993088
sty 29 04:55:48 Transferred bytes: 3993600
sty 29 04:55:48 Transferred bytes: 3994112
sty 29 04:55:48 Transferred bytes: 3994624
sty 29 04:55:48 Transferred bytes: 3995136
sty 29 04:55:48 Transferred bytes: 3995648
sty 29 04:55:48 Transferred bytes: 3996160
sty 29 04:55:48 Transferred bytes: 3996672
sty 29 04:55:48 Transferred bytes: 3997184
sty 29 04:55:48 Transferred bytes: 3997696
sty 29 04:55:48 Transferred bytes: 3998208
sty 29 04:55:48 Transferred bytes: 3998720
sty 29 04:55:48 Transferred bytes: 3999232
sty 29 04:55:48 Transferred bytes: 3999744
sty 29 04:55:48 Transferred bytes: 4000256
sty 29 04:55:48 Transferred bytes: 4000768
sty 29 04:55:48 Transferred bytes: 4001280
sty 29 04:55:48 Transferred bytes: 4001792
sty 29 04:55:48 Transferred bytes: 4002304
sty 29 04:55:48 Transferred bytes: 4002816
sty 29 04:55:48 Transferred bytes: 4003328
sty 29 04:55:48 Transferred bytes: 4003840
sty 29 04:55:48 Transferred bytes: 4004352
sty 29 04:55:48 Transferred bytes: 4004864
sty 29 04:55:48 Transferred bytes: 4005376
sty 29 04:55:48 Transferred bytes: 4005888
sty 29 04:55:48 Transferred bytes: 4006400
sty 29 04:55:48 Transferred bytes: 4006912
sty 29 04:55:48 Transferred bytes: 4007424
sty 29 04:55:48 Transferred bytes: 4007936
sty 29 04:55:48 Transferred bytes: 4008448
sty 29 04:55:48 Transferred bytes: 4008960
sty 29 04:55:48 Transferred bytes: 4009472
sty 29 04:55:48 Transferred bytes: 4009984
sty 29 04:55:48 Transferred bytes: 4010496
sty 29 04:55:48 Transferred bytes: 4011008
sty 29 04:55:48 Transferred bytes: 4011520
sty 29 04:55:48 Transferred bytes: 4012032
sty 29 04:55:48 Transferred bytes: 4012544
sty 29 04:55:48 Transferred bytes: 4013056
sty 29 04:55:48 Transferred bytes: 4013568
sty 29 04:55:48 Transferred bytes: 4014080
sty 29 04:55:48 Transferred bytes: 4014592
sty 29 04:55:48 Transferred bytes: 4015104
sty 29 04:55:48 Transferred bytes: 4015616
sty 29 04:55:48 Transferred bytes: 4016128
sty 29 04:55:48 Transferred bytes: 4016640
sty 29 04:55:48 Transferred bytes: 4017152
sty 29 04:55:48 Transferred bytes: 4017664
sty 29 04:55:48 Transferred bytes: 4018176
sty 29 04:55:48 Transferred bytes: 4018688
sty 29 04:55:48 Transferred bytes: 4019200
sty 29 04:55:48 Transferred bytes: 4019712
sty 29 04:55:48 Transferred bytes: 4020224
sty 29 04:55:48 Transferred bytes: 4020736
sty 29 04:55:48 Transferred bytes: 4021248
sty 29 04:55:48 Transferred bytes: 4021760
sty 29 04:55:48 Transferred bytes: 4022272
sty 29 04:55:48 Transferred bytes: 4022784
sty 29 04:55:48 Transferred bytes: 4023296
sty 29 04:55:48 Transferred bytes: 4023808
sty 29 04:55:48 Transferred bytes: 4024320
sty 29 04:55:48 Transferred bytes: 4024832
sty 29 04:55:48 Transferred bytes: 4025344
sty 29 04:55:48 Transferred bytes: 4025856
sty 29 04:55:48 Transferred bytes: 4026368
sty 29 04:55:48 Transferred bytes: 4026880
sty 29 04:55:48 Transferred bytes: 4027392
sty 29 04:55:48 Transferred bytes: 4027904
sty 29 04:55:48 Transferred bytes: 4028980
sty 29 04:55:48 Transferred bytes: 4029440
sty 29 04:55:48 Transferred bytes: 4029952
sty 29 04:55:48 Transferred bytes: 4031153
sty 29 04:55:48 Transferred bytes: 4031488
sty 29 04:55:48 Transferred bytes: 4032000
sty 29 04:55:48 Transferred bytes: 4032512
sty 29 04:55:48 Transferred bytes: 4034375
sty 29 04:55:48 Transferred bytes: 4034560
sty 29 04:55:48 Transferred bytes: 4035072
sty 29 04:55:48 Transferred bytes: 4036150
sty 29 04:55:48 Transferred bytes: 4036608
sty 29 04:55:48 Transferred bytes: 4037120
sty 29 04:55:48 Transferred bytes: 4044760
sty 29 04:55:48 Transferred bytes: 4044800
sty 29 04:55:48 Transferred bytes: 4045312
sty 29 04:55:48 Transferred bytes: 4046568
sty 29 04:55:48 Transferred bytes: 4046848
sty 29 04:55:48 Transferred bytes: 4047360
sty 29 04:55:48 Transferred bytes: 4047516
sty 29 04:55:48 Transferred bytes: 4047872
sty 29 04:55:48 Transferred bytes: 4048384
sty 29 04:55:48 Transferred bytes: 4048896
sty 29 04:55:48 Transferred bytes: 4051295
sty 29 04:55:48 Transferred bytes: 4051456
sty 29 04:55:48 Transferred bytes: 4051968
sty 29 04:55:48 Transferred bytes: 4052985
sty 29 04:55:48 Transferred bytes: 4052992
sty 29 04:55:48 Transferred bytes: 4053504
sty 29 04:55:48 Transferred bytes: 4054005
sty 29 04:55:48 Transferred bytes: 4054016
sty 29 04:55:48 Transferred bytes: 4054528
sty 29 04:55:48 Transferred bytes: 4056279
sty 29 04:55:48 Transferred bytes: 4056576
sty 29 04:55:48 Transferred bytes: 4057088
sty 29 04:55:48 Transferred bytes: 4057791
sty 29 04:55:48 Transferred bytes: 4058112
sty 29 04:55:48 Transferred bytes: 4058624
sty 29 04:55:48 Transferred bytes: 4058676
sty 29 04:55:48 Transferred bytes: 4059136
sty 29 04:55:48 Transferred bytes: 4059648
sty 29 04:55:48 Transferred bytes: 4060721
sty 29 04:55:48 Transferred bytes: 4061184
sty 29 04:55:48 Transferred bytes: 4061696
sty 29 04:55:48 Transferred bytes: 4062893
sty 29 04:55:48 Transferred bytes: 4063232
sty 29 04:55:48 Transferred bytes: 4063744
sty 29 04:55:48 Transferred bytes: 4063804
sty 29 04:55:48 Transferred bytes: 4064256
sty 29 04:55:48 Transferred bytes: 4064768
sty 29 04:55:48 Transferred bytes: 4064863
sty 29 04:55:48 Transferred bytes: 4065280
sty 29 04:55:48 Transferred bytes: 4065792
sty 29 04:55:48 Transferred bytes: 4067591
sty 29 04:55:48 Transferred bytes: 4067840
sty 29 04:55:48 Transferred bytes: 4068352
sty 29 04:55:48 Transferred bytes: 4068899
sty 29 04:55:48 Transferred bytes: 4069376
sty 29 04:55:48 Transferred bytes: 4069888
sty 29 04:55:48 Transferred bytes: 4073083
sty 29 04:55:48 Transferred bytes: 4073472
sty 29 04:55:48 Transferred bytes: 4073984
sty 29 04:55:48 Transferred bytes: 4075653
sty 29 04:55:48 Transferred bytes: 4076032
sty 29 04:55:48 Transferred bytes: 4076544
sty 29 04:55:48 Transferred bytes: 4079232
sty 29 04:55:48 Transferred bytes: 4099774
sty 29 04:55:48 Transferred bytes: 4100096
sty 29 04:55:48 Transferred bytes: 4100608
sty 29 04:55:48 Transferred bytes: 4101908
sty 29 04:55:48 Transferred bytes: 4102144
sty 29 04:55:48 Transferred bytes: 4102656
sty 29 04:55:48 Transferred bytes: 4114025
sty 29 04:55:48 Transferred bytes: 4114432
sty 29 04:55:48 Transferred bytes: 4114944
sty 29 04:55:48 Transferred bytes: 4128893
sty 29 04:55:48 Transferred bytes: 4129280
sty 29 04:55:48 Transferred bytes: 4129792
sty 29 04:55:48 Transferred bytes: 4131898
sty 29 04:55:48 Transferred bytes: 4132352
sty 29 04:55:48 Transferred bytes: 4132864
sty 29 04:55:48 Transferred bytes: 4134570
sty 29 04:55:48 Transferred bytes: 4134912
sty 29 04:55:48 Transferred bytes: 4135424
sty 29 04:55:48 Transferred bytes: 4135936
sty 29 04:55:48 Transferred bytes: 4138882
sty 29 04:55:48 Transferred bytes: 4139008
sty 29 04:55:48 Transferred bytes: 4139520
sty 29 04:55:48 Transferred bytes: 4140687
sty 29 04:55:48 Transferred bytes: 4141056
sty 29 04:55:48 Transferred bytes: 4141568
sty 29 04:55:48 Transferred bytes: 4141737
sty 29 04:55:48 Transferred bytes: 4142080
sty 29 04:55:48 Transferred bytes: 4142592
sty 29 04:55:48 Transferred bytes: 4143808
sty 29 04:55:48 Transferred bytes: 4144128
sty 29 04:55:48 Transferred bytes: 4144640
sty 29 04:55:48 Transferred bytes: 4153664
sty 29 04:55:48 Transferred bytes: 4155944
sty 29 04:55:48 Transferred bytes: 4156416
sty 29 04:55:48 Transferred bytes: 4156928
sty 29 04:55:48 Transferred bytes: 4166236
sty 29 04:55:48 Transferred bytes: 4166656
sty 29 04:55:48 Transferred bytes: 4167168
sty 29 04:55:48 Transferred bytes: 4168860
sty 29 04:55:48 Transferred bytes: 4169216
sty 29 04:55:48 Transferred bytes: 4169728
sty 29 04:55:48 Transferred bytes: 4170240
sty 29 04:55:48 Transferred bytes: 4170292
sty 29 04:55:48 Transferred bytes: 4170752
sty 29 04:55:48 Transferred bytes: 4171264
sty 29 04:55:48 Transferred bytes: 4172337
sty 29 04:55:48 Transferred bytes: 4172800
sty 29 04:55:48 Transferred bytes: 4173312
sty 29 04:55:48 Transferred bytes: 4174493
sty 29 04:55:48 Transferred bytes: 4174848
sty 29 04:55:48 Transferred bytes: 4175360
sty 29 04:55:48 Transferred bytes: 4175420
sty 29 04:55:48 Transferred bytes: 4175872
sty 29 04:55:48 Transferred bytes: 4176384
sty 29 04:55:48 Transferred bytes: 4176468
sty 29 04:55:48 Transferred bytes: 4176896
sty 29 04:55:48 Transferred bytes: 4177408
sty 29 04:55:48 Transferred bytes: 4179179
sty 29 04:55:48 Transferred bytes: 4179456
sty 29 04:55:48 Transferred bytes: 4179968
sty 29 04:55:48 Transferred bytes: 4180733
sty 29 04:55:48 Transferred bytes: 4180992
sty 29 04:55:48 Transferred bytes: 4181504
sty 29 04:55:48 Transferred bytes: 4181563
sty 29 04:55:48 Transferred bytes: 4182016
sty 29 04:55:48 Transferred bytes: 4182528
sty 29 04:55:48 Transferred bytes: 4186076
sty 29 04:55:48 Transferred bytes: 4186112
sty 29 04:55:48 Transferred bytes: 4186624
sty 29 04:55:48 Transferred bytes: 4188156
sty 29 04:55:48 Transferred bytes: 4188160
sty 29 04:55:48 Transferred bytes: 4188672
sty 29 04:55:48 Transferred bytes: 4189757
sty 29 04:55:48 Transferred bytes: 4190208
sty 29 04:55:48 Transferred bytes: 4190720
sty 29 04:55:48 Transferred bytes: 4195271
sty 29 04:55:48 Transferred bytes: 4195328
sty 29 04:55:48 Transferred bytes: 4195840
sty 29 04:55:48 Transferred bytes: 4196352
sty 29 04:55:48 Transferred bytes: 4198002
sty 29 04:55:48 Transferred bytes: 4198400
sty 29 04:55:48 Transferred bytes: 4198912
sty 29 04:55:48 Transferred bytes: 4199463
sty 29 04:55:48 Transferred bytes: 4199936
sty 29 04:55:48 Transferred bytes: 4200448
sty 29 04:55:48 Transferred bytes: 4211788
sty 29 04:55:48 Transferred bytes: 4212224
sty 29 04:55:48 Transferred bytes: 4212736
sty 29 04:55:48 Transferred bytes: 4213834
sty 29 04:55:48 Transferred bytes: 4214272
sty 29 04:55:48 Transferred bytes: 4214784
sty 29 04:55:48 Transferred bytes: 4227567
sty 29 04:55:48 Transferred bytes: 4227584
sty 29 04:55:48 Transferred bytes: 4228096
sty 29 04:55:48 Transferred bytes: 4237096
sty 29 04:55:48 Transferred bytes: 4255945
sty 29 04:55:48 Transferred bytes: 4256256
sty 29 04:55:48 Transferred bytes: 4256768
sty 29 04:55:48 Transferred bytes: 4258640
sty 29 04:55:48 Transferred bytes: 4258816
sty 29 04:55:48 Transferred bytes: 4259328
sty 29 04:55:48 Transferred bytes: 4259840
sty 29 04:55:48 Transferred bytes: 4261333
sty 29 04:55:48 Transferred bytes: 4261376
sty 29 04:55:48 Transferred bytes: 4261888
sty 29 04:55:48 Transferred bytes: 4263016
sty 29 04:55:48 Transferred bytes: 4263424
sty 29 04:55:48 Transferred bytes: 4263936
sty 29 04:55:48 Transferred bytes: 4265382
sty 29 04:55:48 Transferred bytes: 4265472
sty 29 04:55:48 Transferred bytes: 4265984
sty 29 04:55:48 Transferred bytes: 4269452
sty 29 04:55:48 Transferred bytes: 4269568
sty 29 04:55:48 Transferred bytes: 4270080
sty 29 04:55:48 Transferred bytes: 4271586
sty 29 04:55:48 Transferred bytes: 4271616
sty 29 04:55:48 Transferred bytes: 4272128
sty 29 04:55:48 Transferred bytes: 4273208
sty 29 04:55:48 Transferred bytes: 4273664
sty 29 04:55:48 Transferred bytes: 4274176
sty 29 04:55:48 Transferred bytes: 4284229
sty 29 04:55:48 Transferred bytes: 4284416
sty 29 04:55:48 Transferred bytes: 4284928
sty 29 04:55:48 Transferred bytes: 4286378
sty 29 04:55:48 Transferred bytes: 4286464
sty 29 04:55:48 Transferred bytes: 4286976
sty 29 04:55:48 Transferred bytes: 4289743
sty 29 04:55:48 Transferred bytes: 4290048
sty 29 04:55:48 Transferred bytes: 4290560
sty 29 04:55:48 Transferred bytes: 4293960
sty 29 04:55:48 Transferred bytes: 4294144
sty 29 04:55:48 Transferred bytes: 4294656
sty 29 04:55:48 Transferred bytes: 4295761
sty 29 04:55:48 Transferred bytes: 4296192
sty 29 04:55:48 Transferred bytes: 4296704
sty 29 04:55:48 Transferred bytes: 4301525
sty 29 04:55:48 Transferred bytes: 4301824
sty 29 04:55:48 Transferred bytes: 4302336
sty 29 04:55:48 Transferred bytes: 4303528
sty 29 04:55:48 Transferred bytes: 4303872
sty 29 04:55:48 Transferred bytes: 4304384
sty 29 04:55:48 Transferred bytes: 4304896
sty 29 04:55:48 Transferred bytes: 4307605
sty 29 04:55:48 Transferred bytes: 4307968
sty 29 04:55:48 Transferred bytes: 4308480
sty 29 04:55:48 Transferred bytes: 4315632
sty 29 04:55:48 Transferred bytes: 4321430
sty 29 04:55:48 Transferred bytes: 4321792
sty 29 04:55:48 Transferred bytes: 4322304
sty 29 04:55:48 Transferred bytes: 4323411
sty 29 04:55:48 Transferred bytes: 4323840
sty 29 04:55:48 Transferred bytes: 4324352
sty 29 04:55:48 Transferred bytes: 4345903
sty 29 04:55:48 Transferred bytes: 4346368
sty 29 04:55:48 Transferred bytes: 4346880
sty 29 04:55:48 Transferred bytes: 4347392
sty 29 04:55:48 Transferred bytes: 4350188
sty 29 04:55:48 Transferred bytes: 4350464
sty 29 04:55:48 Transferred bytes: 4350976
sty 29 04:55:48 Transferred bytes: 4351488
sty 29 04:55:48 Transferred bytes: 4351493
sty 29 04:55:48 Transferred bytes: 4352000
sty 29 04:55:48 Transferred bytes: 4352512
sty 29 04:55:48 Transferred bytes: 4353597
sty 29 04:55:48 Transferred bytes: 4354048
sty 29 04:55:48 Transferred bytes: 4354560
sty 29 04:55:48 Transferred bytes: 4354617
sty 29 04:55:48 Transferred bytes: 4355072
sty 29 04:55:48 Transferred bytes: 4355584
sty 29 04:55:48 Transferred bytes: 4359455
sty 29 04:55:48 Transferred bytes: 4359680
sty 29 04:55:48 Transferred bytes: 4360192
sty 29 04:55:48 Transferred bytes: 4360704
sty 29 04:55:48 Transferred bytes: 4362376
sty 29 04:55:48 Transferred bytes: 4362752
sty 29 04:55:48 Transferred bytes: 4363264
sty 29 04:55:48 Transferred bytes: 4364026
sty 29 04:55:48 Transferred bytes: 4364288
sty 29 04:55:48 Transferred bytes: 4364800
sty 29 04:55:48 Transferred bytes: 4366133
sty 29 04:55:48 Transferred bytes: 4366336
sty 29 04:55:48 Transferred bytes: 4366848
sty 29 04:55:48 Transferred bytes: 4367360
sty 29 04:55:48 Transferred bytes: 4367872
sty 29 04:55:48 Transferred bytes: 4368384
sty 29 04:55:48 Transferred bytes: 4368896
sty 29 04:55:48 Transferred bytes: 4370784
sty 29 04:55:48 Transferred bytes: 4370944
sty 29 04:55:48 Transferred bytes: 4371456
sty 29 04:55:48 Transferred bytes: 4372534
sty 29 04:55:48 Transferred bytes: 4372992
sty 29 04:55:48 Transferred bytes: 4373504
sty 29 04:55:48 Transferred bytes: 4375205
sty 29 04:55:48 Transferred bytes: 4375552
sty 29 04:55:48 Transferred bytes: 4376064
sty 29 04:55:48 Transferred bytes: 4378742
sty 29 04:55:48 Transferred bytes: 4379136
sty 29 04:55:48 Transferred bytes: 4379648
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 Transferred bytes: 4381310
sty 29 04:55:48 Transferred bytes: 4381696
sty 29 04:55:48 Transferred bytes: 4382208
sty 29 04:55:48 Transferred bytes: 4389884
sty 29 04:55:48 Transferred bytes: 4389888
sty 29 04:55:48 Transferred bytes: 4390400
sty 29 04:55:48 Transferred bytes: 4390912
sty 29 04:55:48 Transferred bytes: 4392021
sty 29 04:55:48 Transferred bytes: 4392448
sty 29 04:55:48 Transferred bytes: 4392960
sty 29 04:55:48 Transferred bytes: 4395161
sty 29 04:55:48 Transferred bytes: 4395520
sty 29 04:55:48 Transferred bytes: 4396032
sty 29 04:55:48 Transferred bytes: 4401480
sty 29 04:55:48 Transferred bytes: 4404320
sty 29 04:55:48 Transferred bytes: 4404736
sty 29 04:55:48 Transferred bytes: 4405248
sty 29 04:55:48 Transferred bytes: 4405318
sty 29 04:55:48 Transferred bytes: 4405760
sty 29 04:55:48 Transferred bytes: 4406272
sty 29 04:55:48 Transferred bytes: 4406636
sty 29 04:55:48 Transferred bytes: 4406784
sty 29 04:55:48 Transferred bytes: 4407296
sty 29 04:55:48 Transferred bytes: 4408514
sty 29 04:55:48 Transferred bytes: 4408832
sty 29 04:55:48 Transferred bytes: 4409344
sty 29 04:55:48 Transferred bytes: 4414145
sty 29 04:55:48 Transferred bytes: 4414464
sty 29 04:55:48 Transferred bytes: 4414976
sty 29 04:55:48 Transferred bytes: 4415395
sty 29 04:55:48 Transferred bytes: 4415488
sty 29 04:55:48 Transferred bytes: 4416000
sty 29 04:55:48 Transferred bytes: 4420421
sty 29 04:55:48 Transferred bytes: 4420608
sty 29 04:55:48 Transferred bytes: 4421120
sty 29 04:55:48 Transferred bytes: 4423329
sty 29 04:55:48 Transferred bytes: 4423680
sty 29 04:55:48 Transferred bytes: 4424192
sty 29 04:55:48 Transferred bytes: 4429777
sty 29 04:55:48 Transferred bytes: 4429824
sty 29 04:55:48 Transferred bytes: 4430336
sty 29 04:55:48 Transferred bytes: 4438430
sty 29 04:55:48 Transferred bytes: 4438528
sty 29 04:55:48 Transferred bytes: 4439040
sty 29 04:55:48 Transferred bytes: 4446974
sty 29 04:55:48 Transferred bytes: 4447232
sty 29 04:55:48 Transferred bytes: 4447744
sty 29 04:55:48 Transferred bytes: 4448862
sty 29 04:55:48 Transferred bytes: 4449280
sty 29 04:55:48 Transferred bytes: 4449792
sty 29 04:55:48 Transferred bytes: 4461311
sty 29 04:55:48 Transferred bytes: 4461568
sty 29 04:55:48 Transferred bytes: 4462080
sty 29 04:55:48 Transferred bytes: 4473599
sty 29 04:55:48 Transferred bytes: 4473856
sty 29 04:55:48 Transferred bytes: 4474368
sty 29 04:55:48 Transferred bytes: 4475758
sty 29 04:55:48 Transferred bytes: 4475904
sty 29 04:55:48 Transferred bytes: 4476416
sty 29 04:55:48 Transferred bytes: 4476928
sty 29 04:55:48 Transferred bytes: 4478912
sty 29 04:55:48 Transferred bytes: 4480257
sty 29 04:55:48 Transferred bytes: 4480512
sty 29 04:55:48 Transferred bytes: 4481024
sty 29 04:55:48 Transferred bytes: 4481069
sty 29 04:55:48 Transferred bytes: 4481536
sty 29 04:55:48 Transferred bytes: 4482048
sty 29 04:55:48 Transferred bytes: 4483111
sty 29 04:55:48 Transferred bytes: 4483584
sty 29 04:55:48 Transferred bytes: 4484096
sty 29 04:55:48 Transferred bytes: 4494218
sty 29 04:55:48 Transferred bytes: 4494336
sty 29 04:55:48 Transferred bytes: 4494848
sty 29 04:55:48 Transferred bytes: 4494882
sty 29 04:55:48 Transferred bytes: 4495360
sty 29 04:55:48 Transferred bytes: 4495872
sty 29 04:55:48 Transferred bytes: 4496384
sty 29 04:55:48 Transferred bytes: 4497987
sty 29 04:55:48 Transferred bytes: 4498432
sty 29 04:55:48 Transferred bytes: 4498944
sty 29 04:55:48 Transferred bytes: 4550240
sty 29 04:55:48 Transferred bytes: 4604868
sty 29 04:55:48 Transferred bytes: 4604928
sty 29 04:55:48 Transferred bytes: 4605440
sty 29 04:55:48 Transferred bytes: 4606519
sty 29 04:55:48 Transferred bytes: 4606976
sty 29 04:55:48 Transferred bytes: 4607488
sty 29 04:55:48 Transferred bytes: 4608016
sty 29 04:55:48 Transferred bytes: 4608512
sty 29 04:55:48 Transferred bytes: 4609024
sty 29 04:55:48 Transferred bytes: 4609062
sty 29 04:55:48 Transferred bytes: 4609536
sty 29 04:55:48 Transferred bytes: 4610048
sty 29 04:55:48 Transferred bytes: 4610113
sty 29 04:55:48 Transferred bytes: 4610560
sty 29 04:55:48 Transferred bytes: 4611072
sty 29 04:55:48 Transferred bytes: 4612475
sty 29 04:55:48 Transferred bytes: 4612608
sty 29 04:55:48 Transferred bytes: 4613120
sty 29 04:55:48 Transferred bytes: 4613885
sty 29 04:55:48 Transferred bytes: 4614144
sty 29 04:55:48 Transferred bytes: 4614656
sty 29 04:55:48 Transferred bytes: 4617125
sty 29 04:55:48 Transferred bytes: 4617216
sty 29 04:55:48 Transferred bytes: 4617728
sty 29 04:55:48 Transferred bytes: 4622264
sty 29 04:55:48 Transferred bytes: 4627718
sty 29 04:55:48 Transferred bytes: 4627968
sty 29 04:55:48 Transferred bytes: 4628480
sty 29 04:55:48 Transferred bytes: 4630222
sty 29 04:55:48 Transferred bytes: 4630528
sty 29 04:55:48 Transferred bytes: 4631040
sty 29 04:55:48 Transferred bytes: 4631881
sty 29 04:55:48 Transferred bytes: 4632064
sty 29 04:55:48 Transferred bytes: 4632576
sty 29 04:55:48 Transferred bytes: 4633827
sty 29 04:55:48 Transferred bytes: 4634112
sty 29 04:55:48 Transferred bytes: 4634624
sty 29 04:55:48 Transferred bytes: 4635733
sty 29 04:55:48 Transferred bytes: 4636160
sty 29 04:55:48 Transferred bytes: 4636672
sty 29 04:55:48 Transferred bytes: 4638492
sty 29 04:55:48 Transferred bytes: 4638720
sty 29 04:55:48 Transferred bytes: 4639232
sty 29 04:55:48 Transferred bytes: 4643195
sty 29 04:55:48 Transferred bytes: 4643328
sty 29 04:55:48 Transferred bytes: 4643840
sty 29 04:55:48 Transferred bytes: 4644621
sty 29 04:55:48 Transferred bytes: 4644864
sty 29 04:55:48 Transferred bytes: 4645376
sty 29 04:55:48 Transferred bytes: 4649830
sty 29 04:55:48 Transferred bytes: 4649984
sty 29 04:55:48 Transferred bytes: 4650496
sty 29 04:55:48 Transferred bytes: 4650897
sty 29 04:55:48 Transferred bytes: 4651008
sty 29 04:55:48 Transferred bytes: 4651520
sty 29 04:55:48 Transferred bytes: 4660334
sty 29 04:55:48 Transferred bytes: 4660736
sty 29 04:55:48 Transferred bytes: 4661248
sty 29 04:55:48 Transferred bytes: 4663903
sty 29 04:55:48 Transferred bytes: 4664320
sty 29 04:55:48 Transferred bytes: 4664832
sty 29 04:55:48 Transferred bytes: 4666786
sty 29 04:55:48 Transferred bytes: 4666880
sty 29 04:55:48 Transferred bytes: 4667392
sty 29 04:55:48 Transferred bytes: 4676911
sty 29 04:55:48 Transferred bytes: 4677120
sty 29 04:55:48 Transferred bytes: 4677632
sty 29 04:55:48 Transferred bytes: 4678571
sty 29 04:55:48 Transferred bytes: 4678656
sty 29 04:55:48 Transferred bytes: 4679168
sty 29 04:55:48 Transferred bytes: 4679680
sty 29 04:55:48 Transferred bytes: 4679730
sty 29 04:55:48 Transferred bytes: 4680192
sty 29 04:55:48 Transferred bytes: 4680704
sty 29 04:55:48 Transferred bytes: 4680771
sty 29 04:55:48 Transferred bytes: 4681216
sty 29 04:55:48 Transferred bytes: 4681728
sty 29 04:55:48 Transferred bytes: 4682256
sty 29 04:55:48 Transferred bytes: 4682752
sty 29 04:55:48 Transferred bytes: 4683264
sty 29 04:55:48 Transferred bytes: 4702392
sty 29 04:55:48 Transferred bytes: 4767928
sty 29 04:55:48 Transferred bytes: 4793086
sty 29 04:55:48 Transferred bytes: 4793344
sty 29 04:55:48 Transferred bytes: 4793856
sty 29 04:55:48 Transferred bytes: 4794065
sty 29 04:55:48 Transferred bytes: 4794368
sty 29 04:55:48 Transferred bytes: 4794880
sty 29 04:55:48 Transferred bytes: 4795392
sty 29 04:55:48 Transferred bytes: 4797220
sty 29 04:55:48 Transferred bytes: 4797440
sty 29 04:55:48 Transferred bytes: 4797952
sty 29 04:55:48 Transferred bytes: 4797968
sty 29 04:55:48 Transferred bytes: 4798464
sty 29 04:55:48 Transferred bytes: 4798976
sty 29 04:55:48 Transferred bytes: 4800178
sty 29 04:55:48 Transferred bytes: 4800512
sty 29 04:55:48 Transferred bytes: 4801024
sty 29 04:55:48 Transferred bytes: 4801536
sty 29 04:55:48 Transferred bytes: 4802048
sty 29 04:55:48 Transferred bytes: 4802797
sty 29 04:55:48 Transferred bytes: 4803072
sty 29 04:55:48 Transferred bytes: 4803584
sty 29 04:55:48 Transferred bytes: 4805209
sty 29 04:55:48 Transferred bytes: 4805632
sty 29 04:55:48 Transferred bytes: 4806144
sty 29 04:55:48 Transferred bytes: 4806394
sty 29 04:55:48 Transferred bytes: 4806656
sty 29 04:55:48 Transferred bytes: 4807168
sty 29 04:55:48 Transferred bytes: 4807921
sty 29 04:55:48 Transferred bytes: 4808192
sty 29 04:55:48 Transferred bytes: 4808704
sty 29 04:55:48 Transferred bytes: 4810286
sty 29 04:55:48 Transferred bytes: 4810752
sty 29 04:55:48 Transferred bytes: 4811264
sty 29 04:55:48 Transferred bytes: 4812352
sty 29 04:55:48 Transferred bytes: 4812800
sty 29 04:55:48 Transferred bytes: 4813312
sty 29 04:55:48 Transferred bytes: 4817528
sty 29 04:55:48 Transferred bytes: 4817920
sty 29 04:55:48 Transferred bytes: 4818432
sty 29 04:55:48 Transferred bytes: 4819522
sty 29 04:55:48 Transferred bytes: 4819968
sty 29 04:55:48 Transferred bytes: 4820480
sty 29 04:55:48 Transferred bytes: 4820560
sty 29 04:55:48 Transferred bytes: 4820992
sty 29 04:55:48 Transferred bytes: 4821504
sty 29 04:55:48 Transferred bytes: 4822340
sty 29 04:55:48 Transferred bytes: 4822528
sty 29 04:55:48 Transferred bytes: 4823040
sty 29 04:55:48 Transferred bytes: 4826056
sty 29 04:55:48 Transferred bytes: 4826112
sty 29 04:55:48 Transferred bytes: 4826624
sty 29 04:55:48 Transferred bytes: 4827424
sty 29 04:55:48 Transferred bytes: 4827648
sty 29 04:55:48 Transferred bytes: 4828160
sty 29 04:55:48 Transferred bytes: 4829279
sty 29 04:55:48 Transferred bytes: 4829696
sty 29 04:55:48 Transferred bytes: 4830208
sty 29 04:55:48 Transferred bytes: 4831824
sty 29 04:55:48 Transferred bytes: 4832256
sty 29 04:55:48 Transferred bytes: 4832768
sty 29 04:55:48 Transferred bytes: 4833432
sty 29 04:55:48 Transferred bytes: 4833792
sty 29 04:55:48 Transferred bytes: 4834304
sty 29 04:55:48 Transferred bytes: 4834327
sty 29 04:55:48 Transferred bytes: 4834816
sty 29 04:55:48 Transferred bytes: 4835328
sty 29 04:55:48 Transferred bytes: 4836093
sty 29 04:55:48 Transferred bytes: 4836352
sty 29 04:55:48 Transferred bytes: 4836864
sty 29 04:55:48 Transferred bytes: 4838259
sty 29 04:55:48 Transferred bytes: 4838400
sty 29 04:55:48 Transferred bytes: 4838912
sty 29 04:55:48 Transferred bytes: 4840104
sty 29 04:55:48 Transferred bytes: 4840448
sty 29 04:55:48 Transferred bytes: 4840960
sty 29 04:55:48 Transferred bytes: 4841869
sty 29 04:55:48 Transferred bytes: 4841984
sty 29 04:55:48 Transferred bytes: 4842496
sty 29 04:55:48 Transferred bytes: 4844047
sty 29 04:55:48 Transferred bytes: 4844544
sty 29 04:55:48 Transferred bytes: 4845056
sty 29 04:55:48 Transferred bytes: 4845568
sty 29 04:55:48 Transferred bytes: 4846458
sty 29 04:55:48 Transferred bytes: 4846592
sty 29 04:55:48 Transferred bytes: 4847104
sty 29 04:55:48 Transferred bytes: 4848191
sty 29 04:55:48 Transferred bytes: 4848640
sty 29 04:55:48 Transferred bytes: 4849152
sty 29 04:55:48 Transferred bytes: 4853496
sty 29 04:55:48 Transferred bytes: 4853760
sty 29 04:55:48 Transferred bytes: 4854272
sty 29 04:55:48 Transferred bytes: 4854570
sty 29 04:55:48 Transferred bytes: 4854784
sty 29 04:55:48 Transferred bytes: 4855296
sty 29 04:55:48 Transferred bytes: 4855368
sty 29 04:55:48 Transferred bytes: 4855808
sty 29 04:55:48 Transferred bytes: 4856320
sty 29 04:55:48 Transferred bytes: 4856591
sty 29 04:55:48 Transferred bytes: 4856832
sty 29 04:55:48 Transferred bytes: 4857344
sty 29 04:55:48 Transferred bytes: 4860123
sty 29 04:55:48 Transferred bytes: 4860416
sty 29 04:55:48 Transferred bytes: 4860928
sty 29 04:55:48 Transferred bytes: 4862773
sty 29 04:55:48 Transferred bytes: 4862976
sty 29 04:55:48 Transferred bytes: 4863488
sty 29 04:55:48 Transferred bytes: 4863616
sty 29 04:55:48 Transferred bytes: 4864572
sty 29 04:55:48 Transferred bytes: 4865024
sty 29 04:55:48 Transferred bytes: 4865536
sty 29 04:55:48 Transferred bytes: 4873110
sty 29 04:55:48 Transferred bytes: 4873216
sty 29 04:55:48 Transferred bytes: 4873728
sty 29 04:55:48 Transferred bytes: 4875431
sty 29 04:55:48 Transferred bytes: 4875776
sty 29 04:55:48 Transferred bytes: 4876288
sty 29 04:55:48 Transferred bytes: 4876800
sty 29 04:55:48 Transferred bytes: 4876916
sty 29 04:55:48 Transferred bytes: 4877312
sty 29 04:55:48 Transferred bytes: 4877824
sty 29 04:55:48 Transferred bytes: 4878903
sty 29 04:55:48 Transferred bytes: 4879360
sty 29 04:55:48 Transferred bytes: 4879872
sty 29 04:55:48 Transferred bytes: 4885306
sty 29 04:55:48 Transferred bytes: 4885504
sty 29 04:55:48 Transferred bytes: 4886016
sty 29 04:55:48 Transferred bytes: 4886523
sty 29 04:55:48 Transferred bytes: 4886528
sty 29 04:55:48 Transferred bytes: 4887040
sty 29 04:55:48 Transferred bytes: 4887903
sty 29 04:55:48 Transferred bytes: 4888064
sty 29 04:55:48 Transferred bytes: 4888576
sty 29 04:55:48 Transferred bytes: 4888684
sty 29 04:55:48 Transferred bytes: 4889088
sty 29 04:55:48 Transferred bytes: 4889600
sty 29 04:55:48 Transferred bytes: 4890112
sty 29 04:55:48 Transferred bytes: 4891897
sty 29 04:55:48 Transferred bytes: 4892160
sty 29 04:55:48 Transferred bytes: 4892672
sty 29 04:55:48 Transferred bytes: 4893184
sty 29 04:55:48 Transferred bytes: 4895135
sty 29 04:55:48 Transferred bytes: 4895232
sty 29 04:55:48 Transferred bytes: 4895744
sty 29 04:55:48 Transferred bytes: 4896176
sty 29 04:55:48 Transferred bytes: 4896256
sty 29 04:55:48 Transferred bytes: 4896768
sty 29 04:55:48 Transferred bytes: 4920166
sty 29 04:55:48 Transferred bytes: 4920320
sty 29 04:55:48 Transferred bytes: 4920832
sty 29 04:55:48 Transferred bytes: 4922703
sty 29 04:55:48 Transferred bytes: 4922880
sty 29 04:55:48 Transferred bytes: 4923392
sty 29 04:55:48 Transferred bytes: 4925343
sty 29 04:55:48 Transferred bytes: 4925440
sty 29 04:55:48 Transferred bytes: 4925952
sty 29 04:55:48 Transferred bytes: 4926384
sty 29 04:55:48 Transferred bytes: 4926464
sty 29 04:55:48 Transferred bytes: 4926976
sty 29 04:55:48 Transferred bytes: 4942312
sty 29 04:55:48 Transferred bytes: 4952207
sty 29 04:55:48 Transferred bytes: 4952576
sty 29 04:55:48 Transferred bytes: 4953088
sty 29 04:55:48 Transferred bytes: 4954959
sty 29 04:55:48 Transferred bytes: 4955136
sty 29 04:55:48 Transferred bytes: 4955648
sty 29 04:55:48 Transferred bytes: 4957599
sty 29 04:55:48 Transferred bytes: 4957696
sty 29 04:55:48 Transferred bytes: 4958208
sty 29 04:55:48 Transferred bytes: 4958647
sty 29 04:55:48 Transferred bytes: 4958720
sty 29 04:55:48 Transferred bytes: 4959232
sty 29 04:55:48 Transferred bytes: 4981117
sty 29 04:55:48 Transferred bytes: 4981248
sty 29 04:55:48 Transferred bytes: 4981760
sty 29 04:55:48 Transferred bytes: 4983643
sty 29 04:55:48 Transferred bytes: 4983808
sty 29 04:55:48 Transferred bytes: 4984320
sty 29 04:55:48 Transferred bytes: 4985366
sty 29 04:55:48 Transferred bytes: 4985856
sty 29 04:55:48 Transferred bytes: 4986368
sty 29 04:55:48 Transferred bytes: 4987007
sty 29 04:55:48 Transferred bytes: 4987392
sty 29 04:55:48 Transferred bytes: 4987904
sty 29 04:55:48 Transferred bytes: 4989013
sty 29 04:55:48 Transferred bytes: 4989440
sty 29 04:55:48 Transferred bytes: 4989952
sty 29 04:55:48 Transferred bytes: 4991739
sty 29 04:55:48 Transferred bytes: 4992000
sty 29 04:55:48 Transferred bytes: 4992512
sty 29 04:55:48 Transferred bytes: 4994041
sty 29 04:55:48 Transferred bytes: 4994048
sty 29 04:55:48 Transferred bytes: 4994560
sty 29 04:55:48 Transferred bytes: 4994987
sty 29 04:55:48 Transferred bytes: 4995072
sty 29 04:55:48 Transferred bytes: 4995584
sty 29 04:55:48 Transferred bytes: 4996764
sty 29 04:55:48 Transferred bytes: 4997120
sty 29 04:55:48 Transferred bytes: 4997632
sty 29 04:55:48 Transferred bytes: 4999326
sty 29 04:55:48 Transferred bytes: 4999680
sty 29 04:55:48 Transferred bytes: 5000192
sty 29 04:55:48 Transferred bytes: 5001232
sty 29 04:55:48 Transferred bytes: 5001728
sty 29 04:55:48 Transferred bytes: 5002240
sty 29 04:55:48 Transferred bytes: 5004270
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:48 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 131072)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:60,padLen:8,remainLen:48
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:49 STDOUT: lib/index.js
sty 29 04:55:49 lib/sshTar.js
sty 29 04:55:49 lib/sshTar2.js
sty 29 04:55:49 
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:492,padLen:18,remainLen:480
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:49 STDOUT: node_modules/.bin
sty 29 04:55:49 node_modules/@actions
sty 29 04:55:49 node_modules/@octokit
sty 29 04:55:49 node_modules/@types
sty 29 04:55:49 node_modules/asn1
sty 29 04:55:49 node_modules/asynckit
sty 29 04:55:49 node_modules/atob-lite
sty 29 04:55:49 node_modules/bcrypt-pbkdf
sty 29 04:55:49 node_modules/before-after-hook
sty 29 04:55:49 node_modules/bl
sty 29 04:55:49 node_modules/btoa-lite
sty 29 04:55:49 node_modules/chownr
sty 29 04:55:49 node_modules/combined-stream
sty 29 04:55:49 node_modules/commander
sty 29 04:55:49 node_modules/component-emitter
sty 29 04:55:49 node_modules/cookiejar
sty 29 04:55:49 node_modules/cross-spawn
sty 29 04:55:49 node_modules/debug
sty 29 04:55:49 node_modules/delayed-stream
sty 29 04:55:49 node_modules/deprecation
sty 29 04:55:49 
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:460,padLen:17,remainLen:448
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:49 STDOUT: node_modules/end-of-stream
sty 29 04:55:49 node_modules/execa
sty 29 04:55:49 node_modules/fast-safe-stringify
sty 29 04:55:49 node_modules/form-data
sty 29 04:55:49 node_modules/formidable
sty 29 04:55:49 node_modules/fs-constants
sty 29 04:55:49 node_modules/fs-minipass
sty 29 04:55:49 node_modules/get-stream
sty 29 04:55:49 node_modules/graceful-fs
sty 29 04:55:49 node_modules/hyperone-client
sty 29 04:55:49 node_modules/inherits
sty 29 04:55:49 node_modules/is-plain-object
sty 29 04:55:49 node_modules/is-stream
sty 29 04:55:49 node_modules/isexe
sty 29 04:55:49 node_modules/isobject
sty 29 04:55:49 node_modules/klaw
sty 29 04:55:49 node_modules/limiter
sty 29 04:55:49 node_modules/lodash.get
sty 29 04:55:49 
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 04:55:49 DEBUG: Parser: IN_PACKET
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: pktLen:76,padLen:17,remainLen:64
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATA
sty 29 04:55:49 DEBUG: Parser: Decrypting
sty 29 04:55:49 DEBUG: Parser: HMAC size:32
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 04:55:49 DEBUG: Parser: Verifying MAC
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 04:55:49 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 04:55:49 STDOUT: node_modules/lodash.set
sty 29 04:55:49 node_modules/lodash.uniq
sty 29 04:55:49 
sty 29 04:55:49 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
^C
Minimal ssh2 server
const fs = require('fs');
const inspect = require('util').inspect;
const { Transform } = require('stream');

const ssh2 = require('ssh2');
new ssh2.Server({
    hostKeys: [fs.readFileSync('host.key')],
    debug: console.log,
}, function (client) {
    console.log('Client connected!');

    client.on('authentication', function (ctx) {
        ctx.accept();
    }).on('ready', function () {
        console.log('Client authenticated!');
        client.on('session', function (accept, reject) {
            const session = accept();
            session.once('exec', function (accept, reject, info) {
                console.log('Client wants to execute: ' + inspect(info.command));
                const stream = accept();
                let count = 0;
                stream.pipe(new Transform({
                    transform(chunk, encoding, callback) {
                        count += chunk.length;
                        console.log('Transferred bytes:', count)
                        return callback(null, chunk);
                    }
                })).pipe(fs.createWriteStream('/dev/null'));
                stream.once('end', () => {
                    console.log("Stdin finished");
                    stream.exit(0);
                    stream.end();
                })
            });
        });
    }).on('end', function () {
        console.log('Client disconnected');
    });
}).listen(2222, '127.0.0.1', function () {
    console.log('Listening on port ' + this.address().port);
});
server session log for ssh2-client over minimal ssh2-server
$ nodejs server.js | ts
sty 29 05:11:53 Listening on port 2222
sty 29 05:11:56 [231619.144228770] DEBUG: Local ident: 'SSH-2.0-ssh2js0.4.8srv'
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_INIT (waiting for identification begin)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_INIT (waiting for rest of identification)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_GREETING
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_HEADER
sty 29 05:11:56 Client connected!
sty 29 05:11:56 [231619.144228770] DEBUG: Remote ident: 'SSH-2.0-ssh2js0.4.8'
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing KEXINIT
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 8)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:556,padLen:11,remainLen:552
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: KEXINIT
sty 29 05:11:56 [231619.144228770] DEBUG: Comparing KEXINITs ...
sty 29 05:11:56 [231619.144228770] DEBUG: (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1
sty 29 05:11:56 [231619.144228770] DEBUG: (remote) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
sty 29 05:11:56 [231619.144228770] DEBUG: KEX algorithm: ecdh-sha2-nistp256
sty 29 05:11:56 [231619.144228770] DEBUG: (local) Host key formats: ssh-rsa
sty 29 05:11:56 [231619.144228770] DEBUG: (remote) Host key formats: ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
sty 29 05:11:56 [231619.144228770] DEBUG: Host key format: ssh-rsa
sty 29 05:11:56 [231619.144228770] DEBUG: (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 05:11:56 [231619.144228770] DEBUG: (remote) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 05:11:56 [231619.144228770] DEBUG: Client->Server Cipher: aes128-ctr
sty 29 05:11:56 [231619.144228770] DEBUG: (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 05:11:56 [231619.144228770] DEBUG: (remote) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 05:11:56 [231619.144228770] DEBUG: Server->Client Cipher: aes128-ctr
sty 29 05:11:56 [231619.144228770] DEBUG: (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 05:11:56 [231619.144228770] DEBUG: (remote) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 05:11:56 [231619.144228770] DEBUG: Client->Server HMAC algorithm: hmac-sha2-256
sty 29 05:11:56 [231619.144228770] DEBUG: (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 05:11:56 [231619.144228770] DEBUG: (remote) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 05:11:56 [231619.144228770] DEBUG: Server->Client HMAC algorithm: hmac-sha2-256
sty 29 05:11:56 [231619.144228770] DEBUG: (local) Client->Server compression algorithms: none,[email protected],zlib
sty 29 05:11:56 [231619.144228770] DEBUG: (remote) Client->Server compression algorithms: none
sty 29 05:11:56 [231619.144228770] DEBUG: Client->Server compression algorithm: none
sty 29 05:11:56 [231619.144228770] DEBUG: (local) Server->Client compression algorithms: none,[email protected],zlib
sty 29 05:11:56 [231619.144228770] DEBUG: (remote) Server->Client compression algorithms: none
sty 29 05:11:56 [231619.144228770] DEBUG: Server->Client compression algorithm: none
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 8)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:76,padLen:5,remainLen:72
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: KEXECDH_INIT
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing KEXECDH_REPLY
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing NEWKEYS
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 8)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:12,padLen:10,remainLen:8
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: NEWKEYS
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:28,padLen:10,remainLen:16
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: SERVICE_REQUEST
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing SERVICE_ACCEPT (ssh-userauth)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:44,padLen:11,remainLen:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: USERAUTH_REQUEST (none)
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing USERAUTH_SUCCESS
sty 29 05:11:56 Client authenticated!
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:44,padLen:19,remainLen:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_OPEN (0, session)
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing CHANNEL_OPEN_CONFIRMATION (r:0, l:0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:44,padLen:5,remainLen:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_REQUEST (0, exec)
sty 29 05:11:56 Client wants to execute: 'tar xvf - -C /tmp/a/'
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing CHANNEL_SUCCESS (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 512
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1024
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:140,padLen:16,remainLen:128
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1138
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:412,padLen:4,remainLen:400
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1536
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2048
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:252,padLen:5,remainLen:240
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2285
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:300,padLen:15,remainLen:288
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2560
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 3072
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 3584
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:1708,padLen:19,remainLen:1696
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 5263
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:396,padLen:17,remainLen:384
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 5632
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 6144
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:428,padLen:12,remainLen:416
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 6550
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:124,padLen:8,remainLen:112
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 6656
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 7168
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 7680
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 8192
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:28604,padLen:4,remainLen:28592
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 36782
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:108,padLen:16,remainLen:96
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 Transferred bytes: 36864
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 37376
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:636,padLen:13,remainLen:624
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 37989
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:428,padLen:7,remainLen:416
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 38400
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 38912
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:1532,padLen:15,remainLen:1520
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 40419
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:44,padLen:5,remainLen:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 40448
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 40960
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32396,padLen:18,remainLen:32384
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 73328
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing CHANNEL_WINDOW_ADJUST (0, 1056368)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing CHANNEL_WINDOW_ADJUST (0, 1048576)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 Transferred bytes: 106096
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 Transferred bytes: 138864
sty 29 05:11:56 Transferred bytes: 171632
sty 29 05:11:56 Transferred bytes: 204400
sty 29 05:11:56 Transferred bytes: 237168
sty 29 05:11:56 Transferred bytes: 269936
sty 29 05:11:56 Transferred bytes: 302704
sty 29 05:11:56 Transferred bytes: 335472
sty 29 05:11:56 Transferred bytes: 368240
sty 29 05:11:56 Transferred bytes: 401008
sty 29 05:11:56 Transferred bytes: 433776
sty 29 05:11:56 Transferred bytes: 466544
sty 29 05:11:56 Transferred bytes: 499312
sty 29 05:11:56 Transferred bytes: 532080
sty 29 05:11:56 Transferred bytes: 564848
sty 29 05:11:56 Transferred bytes: 597616
sty 29 05:11:56 Transferred bytes: 630384
sty 29 05:11:56 Transferred bytes: 663152
sty 29 05:11:56 Transferred bytes: 695920
sty 29 05:11:56 Transferred bytes: 728688
sty 29 05:11:56 Transferred bytes: 761456
sty 29 05:11:56 Transferred bytes: 794224
sty 29 05:11:56 Transferred bytes: 826992
sty 29 05:11:56 Transferred bytes: 859760
sty 29 05:11:56 Transferred bytes: 892528
sty 29 05:11:56 Transferred bytes: 925296
sty 29 05:11:56 Transferred bytes: 958064
sty 29 05:11:56 Transferred bytes: 990832
sty 29 05:11:56 Transferred bytes: 1023600
sty 29 05:11:56 Transferred bytes: 1056368
sty 29 05:11:56 [231619.144228770] DEBUG: Outgoing: Writing CHANNEL_WINDOW_ADJUST (0, 1048576)
sty 29 05:11:56 Transferred bytes: 1089136
sty 29 05:11:56 Transferred bytes: 1121904
sty 29 05:11:56 Transferred bytes: 1154672
sty 29 05:11:56 Transferred bytes: 1187440
sty 29 05:11:56 Transferred bytes: 1220208
sty 29 05:11:56 Transferred bytes: 1252976
sty 29 05:11:56 Transferred bytes: 1285744
sty 29 05:11:56 Transferred bytes: 1318512
sty 29 05:11:56 Transferred bytes: 1351280
sty 29 05:11:56 Transferred bytes: 1384048
sty 29 05:11:56 Transferred bytes: 1416816
sty 29 05:11:56 Transferred bytes: 1449584
sty 29 05:11:56 Transferred bytes: 1482352
sty 29 05:11:56 Transferred bytes: 1515120
sty 29 05:11:56 Transferred bytes: 1547888
sty 29 05:11:56 Transferred bytes: 1580656
sty 29 05:11:56 Transferred bytes: 1613424
sty 29 05:11:56 Transferred bytes: 1646192
sty 29 05:11:56 Transferred bytes: 1678960
sty 29 05:11:56 Transferred bytes: 1711728
sty 29 05:11:56 Transferred bytes: 1744496
sty 29 05:11:56 Transferred bytes: 1777264
sty 29 05:11:56 Transferred bytes: 1810032
sty 29 05:11:56 Transferred bytes: 1842800
sty 29 05:11:56 Transferred bytes: 1875568
sty 29 05:11:56 Transferred bytes: 1908336
sty 29 05:11:56 Transferred bytes: 1941104
sty 29 05:11:56 Transferred bytes: 1973872
sty 29 05:11:56 Transferred bytes: 2006640
sty 29 05:11:56 Transferred bytes: 2039408
sty 29 05:11:56 Transferred bytes: 2072176
sty 29 05:11:56 Transferred bytes: 2104944
sty 29 05:11:56 Transferred bytes: 2137712
sty 29 05:11:56 Transferred bytes: 2170480
sty 29 05:11:56 Transferred bytes: 2203248
sty 29 05:11:56 Transferred bytes: 2236016
sty 29 05:11:56 Transferred bytes: 2268784
sty 29 05:11:56 Transferred bytes: 2301552
sty 29 05:11:56 Transferred bytes: 2334320
sty 29 05:11:56 Transferred bytes: 2367088
sty 29 05:11:56 Transferred bytes: 2399856
sty 29 05:11:56 Transferred bytes: 2432624
sty 29 05:11:56 Transferred bytes: 2465392
sty 29 05:11:56 Transferred bytes: 2498160
sty 29 05:11:56 Transferred bytes: 2530928
sty 29 05:11:56 Transferred bytes: 2563696
sty 29 05:11:56 Transferred bytes: 2596464
sty 29 05:11:56 Transferred bytes: 2629232
sty 29 05:11:56 Transferred bytes: 2662000
sty 29 05:11:56 Transferred bytes: 2694768
sty 29 05:11:56 Transferred bytes: 2727536
sty 29 05:11:56 Transferred bytes: 2760304
sty 29 05:11:56 Transferred bytes: 2793072
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:32796,padLen:18,remainLen:32784
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:29196,padLen:17,remainLen:29184
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:444,padLen:19,remainLen:432
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:2892,padLen:19,remainLen:2880
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:236,padLen:17,remainLen:224
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:2252,padLen:9,remainLen:2240
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:348,padLen:11,remainLen:336
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:1948,padLen:8,remainLen:1936
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:140,padLen:12,remainLen:128
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 Transferred bytes: 2825840
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: pktLen:540,padLen:18,remainLen:528
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_DATA (0)
sty 29 05:11:56 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 Transferred bytes: 2858608
sty 29 05:11:56 Transferred bytes: 2891376
sty 29 05:11:56 Transferred bytes: 2924144
sty 29 05:11:56 Transferred bytes: 2956912
sty 29 05:11:56 Transferred bytes: 2989680
sty 29 05:11:56 Transferred bytes: 3022448
sty 29 05:11:56 Transferred bytes: 3055216
sty 29 05:11:56 Transferred bytes: 3087984
sty 29 05:11:56 Transferred bytes: 3120752
sty 29 05:11:56 Transferred bytes: 3153520
sty 29 05:11:56 Transferred bytes: 3186288
sty 29 05:11:56 Transferred bytes: 3219056
sty 29 05:11:56 Transferred bytes: 3251824
sty 29 05:11:56 Transferred bytes: 3284592
sty 29 05:11:56 Transferred bytes: 3317360
sty 29 05:11:56 Transferred bytes: 3350128
sty 29 05:11:56 Transferred bytes: 3382896
sty 29 05:11:56 Transferred bytes: 3415664
sty 29 05:11:56 Transferred bytes: 3448432
sty 29 05:11:56 Transferred bytes: 3481200
sty 29 05:11:56 Transferred bytes: 3513968
sty 29 05:11:56 Transferred bytes: 3546736
sty 29 05:11:56 Transferred bytes: 3579504
sty 29 05:11:56 Transferred bytes: 3612272
sty 29 05:11:56 Transferred bytes: 3645040
sty 29 05:11:56 Transferred bytes: 3677808
sty 29 05:11:56 Transferred bytes: 3710576
sty 29 05:11:56 Transferred bytes: 3743344
sty 29 05:11:56 Transferred bytes: 3776112
sty 29 05:11:56 Transferred bytes: 3808880
sty 29 05:11:56 Transferred bytes: 3841648
sty 29 05:11:56 Transferred bytes: 3874416
sty 29 05:11:56 Transferred bytes: 3907184
sty 29 05:11:56 Transferred bytes: 3939952
sty 29 05:11:56 Transferred bytes: 3969121
sty 29 05:11:56 Transferred bytes: 3969536
sty 29 05:11:56 Transferred bytes: 3970048
sty 29 05:11:56 Transferred bytes: 3972911
sty 29 05:11:56 Transferred bytes: 3973120
sty 29 05:11:56 Transferred bytes: 3973632
sty 29 05:11:56 Transferred bytes: 3975865
sty 29 05:11:56 Transferred bytes: 3976192
sty 29 05:11:56 Transferred bytes: 3976704
sty 29 05:11:56 Transferred bytes: 3978634
sty 29 05:11:56 Transferred bytes: 3978752
sty 29 05:11:56 Transferred bytes: 3979264
sty 29 05:11:56 Transferred bytes: 3979776
sty 29 05:11:56 Transferred bytes: 3980288
sty 29 05:11:56 Transferred bytes: 3980800
sty 29 05:11:56 Transferred bytes: 3981312
sty 29 05:11:56 Transferred bytes: 3981824
sty 29 05:11:56 Transferred bytes: 3982336
sty 29 05:11:56 Transferred bytes: 3982848
sty 29 05:11:56 Transferred bytes: 3983360
sty 29 05:11:56 Transferred bytes: 3983872
sty 29 05:11:56 Transferred bytes: 3984384
sty 29 05:11:56 Transferred bytes: 3984896
sty 29 05:11:56 Transferred bytes: 3985408
sty 29 05:11:56 Transferred bytes: 3985920
sty 29 05:11:56 Transferred bytes: 3986432
sty 29 05:11:56 Transferred bytes: 3986944
sty 29 05:11:56 Transferred bytes: 3987456
sty 29 05:11:56 Transferred bytes: 3987968
sty 29 05:11:56 Transferred bytes: 3988480
sty 29 05:11:56 Transferred bytes: 3988992
sty 29 05:11:56 Transferred bytes: 3989504
sty 29 05:11:56 Transferred bytes: 3990016
sty 29 05:11:56 Transferred bytes: 3990528
sty 29 05:11:56 Transferred bytes: 3991040
sty 29 05:11:56 Transferred bytes: 3991552
sty 29 05:11:56 Transferred bytes: 3992064
sty 29 05:11:56 Transferred bytes: 3992576
sty 29 05:11:56 Transferred bytes: 3993088
sty 29 05:11:56 Transferred bytes: 3993600
sty 29 05:11:56 Transferred bytes: 3994112
sty 29 05:11:56 Transferred bytes: 3994624
sty 29 05:11:56 Transferred bytes: 3995136
sty 29 05:11:56 Transferred bytes: 3995648
sty 29 05:11:56 Transferred bytes: 3996160
sty 29 05:11:56 Transferred bytes: 3996672
sty 29 05:11:56 Transferred bytes: 3997184
sty 29 05:11:56 Transferred bytes: 3997696
sty 29 05:11:56 Transferred bytes: 3998208
sty 29 05:11:56 Transferred bytes: 3998720
sty 29 05:11:56 Transferred bytes: 3999232
sty 29 05:12:12 [231619.144228770] DEBUG: Outgoing: Writing ping (GLOBAL_REQUEST: [email protected])
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: IN_PACKET
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: Decrypting
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: pktLen:12,padLen:10,remainLen:0
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: IN_PACKETDATA
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: HMAC size:32
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: Verifying MAC
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: IN_PACKETDATAAFTER, packet: REQUEST_FAILURE
sty 29 05:12:12 [231619.144228770] DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:12:25 Client disconnected
^C
client session log for ssh2-client over minimal ssh2-server
sty 29 05:11:56 DEBUG: Local ident: 'SSH-2.0-ssh2js0.4.8'
sty 29 05:11:56 DEBUG: Client: Trying localhost on port 2222 ...
sty 29 05:11:56 DEBUG: Client: Connected
sty 29 05:11:56 DEBUG: Parser: IN_INIT
sty 29 05:11:56 DEBUG: Parser: IN_GREETING
sty 29 05:11:56 DEBUG: Parser: IN_HEADER
sty 29 05:11:56 DEBUG: Remote ident: 'SSH-2.0-ssh2js0.4.8srv'
sty 29 05:11:56 DEBUG: Outgoing: Writing KEXINIT
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 8)
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: pktLen:484,padLen:4,remainLen:480
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: KEXINIT
sty 29 05:11:56 DEBUG: Comparing KEXINITs ...
sty 29 05:11:56 DEBUG: (local) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
sty 29 05:11:56 DEBUG: (remote) KEX algorithms: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1
sty 29 05:11:56 DEBUG: KEX algorithm: ecdh-sha2-nistp256
sty 29 05:11:56 DEBUG: (local) Host key formats: ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
sty 29 05:11:56 DEBUG: (remote) Host key formats: ssh-rsa
sty 29 05:11:56 DEBUG: Host key format: ssh-rsa
sty 29 05:11:56 DEBUG: (local) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 05:11:56 DEBUG: (remote) Client->Server ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 05:11:56 DEBUG: Client->Server Cipher: aes128-ctr
sty 29 05:11:56 DEBUG: (local) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 05:11:56 DEBUG: (remote) Server->Client ciphers: aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm,[email protected],aes256-gcm,[email protected]
sty 29 05:11:56 DEBUG: Server->Client Cipher: aes128-ctr
sty 29 05:11:56 DEBUG: (local) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 05:11:56 DEBUG: (remote) Client->Server HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 05:11:56 DEBUG: Client->Server HMAC algorithm: hmac-sha2-256
sty 29 05:11:56 DEBUG: (local) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 05:11:56 DEBUG: (remote) Server->Client HMAC algorithms: hmac-sha2-256,hmac-sha2-512,hmac-sha1
sty 29 05:11:56 DEBUG: Server->Client HMAC algorithm: hmac-sha2-256
sty 29 05:11:56 DEBUG: (local) Client->Server compression algorithms: none
sty 29 05:11:56 DEBUG: (remote) Client->Server compression algorithms: none,[email protected],zlib
sty 29 05:11:56 DEBUG: Client->Server compression algorithm: none
sty 29 05:11:56 DEBUG: (local) Server->Client compression algorithms: none
sty 29 05:11:56 DEBUG: (remote) Server->Client compression algorithms: none,[email protected],zlib
sty 29 05:11:56 DEBUG: Server->Client compression algorithm: none
sty 29 05:11:56 DEBUG: Outgoing: Writing KEXECDH_INIT
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 8)
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: pktLen:636,padLen:7,remainLen:632
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: KEXECDH_REPLY
sty 29 05:11:56 DEBUG: Checking host key format
sty 29 05:11:56 DEBUG: Checking signature format
sty 29 05:11:56 DEBUG: Verifying host fingerprint
sty 29 05:11:56 DEBUG: Host accepted by default (no verification)
sty 29 05:11:56 DEBUG: Verifying signature
sty 29 05:11:56 DEBUG: Outgoing: Writing NEWKEYS
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 8)
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: pktLen:12,padLen:10,remainLen:8
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: NEWKEYS
sty 29 05:11:56 DEBUG: Outgoing: Writing SERVICE_REQUEST (ssh-userauth)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: pktLen:28,padLen:10,remainLen:16
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: HMAC size:32
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 DEBUG: Parser: Verifying MAC
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: SERVICE_ACCEPT
sty 29 05:11:56 DEBUG: Outgoing: Writing USERAUTH_REQUEST (none)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: pktLen:12,padLen:10,remainLen:0
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: HMAC size:32
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 DEBUG: Parser: Verifying MAC
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: USERAUTH_SUCCESS
sty 29 05:11:56 Client :: ready
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_OPEN (0, session)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: pktLen:28,padLen:10,remainLen:16
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: HMAC size:32
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 DEBUG: Parser: Verifying MAC
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_OPEN_CONFIRMATION
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_REQUEST (0, exec)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: pktLen:12,padLen:6,remainLen:0
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: HMAC size:32
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 DEBUG: Parser: Verifying MAC
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_SUCCESS (0)
sty 29 05:11:56 Exec :: ready
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 Transferred bytes: 512
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1024
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1138
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1536
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2048
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2285
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2560
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 3072
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 3584
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 5263
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 5632
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 6144
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 6550
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 6656
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 7168
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 7680
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 8192
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 36782
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 36864
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 37376
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 37989
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 38400
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 38912
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 40419
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 40448
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 40960
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 73328
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 138864
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 204400
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 269936
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 335472
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 401008
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 466544
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 532080
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 597616
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 663152
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 728688
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 794224
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 859760
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 925296
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 990832
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1056368
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1121904
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1187440
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1252976
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1318512
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1384048
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1449584
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1515120
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1580656
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1646192
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1711728
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1777264
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1842800
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1908336
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 1973872
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2039408
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: HMAC size:32
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 DEBUG: Parser: Verifying MAC
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 1056368)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 Transferred bytes: 2104944
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2170480
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2236016
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2301552
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2367088
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2432624
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2498160
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2563696
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2629232
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2694768
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2760304
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2825840
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2891376
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 2956912
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 3022448
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 3087984
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 3153520
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 3219056
sty 29 05:11:56 Transferred bytes: 3284592
sty 29 05:11:56 Transferred bytes: 3350128
sty 29 05:11:56 Transferred bytes: 3415664
sty 29 05:11:56 Transferred bytes: 3481200
sty 29 05:11:56 Transferred bytes: 3546736
sty 29 05:11:56 Transferred bytes: 3612272
sty 29 05:11:56 Transferred bytes: 3677808
sty 29 05:11:56 Transferred bytes: 3743344
sty 29 05:11:56 Transferred bytes: 3808880
sty 29 05:11:56 Transferred bytes: 3874416
sty 29 05:11:56 Transferred bytes: 3939952
sty 29 05:11:56 Transferred bytes: 3969121
sty 29 05:11:56 Transferred bytes: 3969536
sty 29 05:11:56 Transferred bytes: 3970048
sty 29 05:11:56 Transferred bytes: 3972911
sty 29 05:11:56 Transferred bytes: 3973120
sty 29 05:11:56 Transferred bytes: 3973632
sty 29 05:11:56 Transferred bytes: 3975865
sty 29 05:11:56 Transferred bytes: 3976192
sty 29 05:11:56 Transferred bytes: 3976704
sty 29 05:11:56 Transferred bytes: 3978634
sty 29 05:11:56 Transferred bytes: 3978752
sty 29 05:11:56 Transferred bytes: 3979264
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: HMAC size:32
sty 29 05:11:56 Transferred bytes: 3979776
sty 29 05:11:56 Transferred bytes: 3980288
sty 29 05:11:56 Transferred bytes: 3980800
sty 29 05:11:56 Transferred bytes: 3981312
sty 29 05:11:56 Transferred bytes: 3981824
sty 29 05:11:56 Transferred bytes: 3982336
sty 29 05:11:56 Transferred bytes: 3982848
sty 29 05:11:56 Transferred bytes: 3983360
sty 29 05:11:56 Transferred bytes: 3983872
sty 29 05:11:56 Transferred bytes: 3984384
sty 29 05:11:56 Transferred bytes: 3984896
sty 29 05:11:56 Transferred bytes: 3985408
sty 29 05:11:56 Transferred bytes: 3985920
sty 29 05:11:56 Transferred bytes: 3986432
sty 29 05:11:56 Transferred bytes: 3986944
sty 29 05:11:56 Transferred bytes: 3987456
sty 29 05:11:56 Transferred bytes: 3987968
sty 29 05:11:56 Transferred bytes: 3988480
sty 29 05:11:56 Transferred bytes: 3988992
sty 29 05:11:56 Transferred bytes: 3989504
sty 29 05:11:56 Transferred bytes: 3990016
sty 29 05:11:56 Transferred bytes: 3990528
sty 29 05:11:56 Transferred bytes: 3991040
sty 29 05:11:56 Transferred bytes: 3991552
sty 29 05:11:56 Transferred bytes: 3992064
sty 29 05:11:56 Transferred bytes: 3992576
sty 29 05:11:56 Transferred bytes: 3993088
sty 29 05:11:56 Transferred bytes: 3993600
sty 29 05:11:56 Transferred bytes: 3994112
sty 29 05:11:56 Transferred bytes: 3994624
sty 29 05:11:56 Transferred bytes: 3995136
sty 29 05:11:56 Transferred bytes: 3995648
sty 29 05:11:56 Transferred bytes: 3996160
sty 29 05:11:56 Transferred bytes: 3996672
sty 29 05:11:56 Transferred bytes: 3997184
sty 29 05:11:56 Transferred bytes: 3997696
sty 29 05:11:56 Transferred bytes: 3998208
sty 29 05:11:56 Transferred bytes: 3998720
sty 29 05:11:56 Transferred bytes: 3999232
sty 29 05:11:56 Transferred bytes: 3999744
sty 29 05:11:56 Transferred bytes: 4000256
sty 29 05:11:56 Transferred bytes: 4000768
sty 29 05:11:56 Transferred bytes: 4001280
sty 29 05:11:56 Transferred bytes: 4001792
sty 29 05:11:56 Transferred bytes: 4002304
sty 29 05:11:56 Transferred bytes: 4002816
sty 29 05:11:56 Transferred bytes: 4003328
sty 29 05:11:56 Transferred bytes: 4003840
sty 29 05:11:56 Transferred bytes: 4004352
sty 29 05:11:56 Transferred bytes: 4004864
sty 29 05:11:56 Transferred bytes: 4005376
sty 29 05:11:56 Transferred bytes: 4005888
sty 29 05:11:56 Transferred bytes: 4006400
sty 29 05:11:56 Transferred bytes: 4006912
sty 29 05:11:56 Transferred bytes: 4007424
sty 29 05:11:56 Transferred bytes: 4007936
sty 29 05:11:56 Transferred bytes: 4008448
sty 29 05:11:56 Transferred bytes: 4008960
sty 29 05:11:56 Transferred bytes: 4009472
sty 29 05:11:56 Transferred bytes: 4009984
sty 29 05:11:56 Transferred bytes: 4010496
sty 29 05:11:56 Transferred bytes: 4011008
sty 29 05:11:56 Transferred bytes: 4011520
sty 29 05:11:56 Transferred bytes: 4012032
sty 29 05:11:56 Transferred bytes: 4012544
sty 29 05:11:56 Transferred bytes: 4013056
sty 29 05:11:56 Transferred bytes: 4013568
sty 29 05:11:56 Transferred bytes: 4014080
sty 29 05:11:56 Transferred bytes: 4014592
sty 29 05:11:56 Transferred bytes: 4015104
sty 29 05:11:56 Transferred bytes: 4015616
sty 29 05:11:56 Transferred bytes: 4016128
sty 29 05:11:56 Transferred bytes: 4016640
sty 29 05:11:56 Transferred bytes: 4017152
sty 29 05:11:56 Transferred bytes: 4017664
sty 29 05:11:56 Transferred bytes: 4018176
sty 29 05:11:56 Transferred bytes: 4018688
sty 29 05:11:56 Transferred bytes: 4019200
sty 29 05:11:56 Transferred bytes: 4019712
sty 29 05:11:56 Transferred bytes: 4020224
sty 29 05:11:56 Transferred bytes: 4020736
sty 29 05:11:56 Transferred bytes: 4021248
sty 29 05:11:56 Transferred bytes: 4021760
sty 29 05:11:56 Transferred bytes: 4022272
sty 29 05:11:56 Transferred bytes: 4022784
sty 29 05:11:56 Transferred bytes: 4023296
sty 29 05:11:56 Transferred bytes: 4023808
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 DEBUG: Parser: Verifying MAC
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 1048576)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 DEBUG: Parser: IN_PACKET
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: pktLen:28,padLen:18,remainLen:16
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATA
sty 29 05:11:56 DEBUG: Parser: Decrypting
sty 29 05:11:56 DEBUG: Parser: HMAC size:32
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:11:56 DEBUG: Parser: Verifying MAC
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETDATAAFTER, packet: CHANNEL_WINDOW_ADJUST (0, 1048576)
sty 29 05:11:56 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 DEBUG: Outgoing: Writing CHANNEL_DATA (0)
sty 29 05:11:56 Transferred bytes: 4024320
sty 29 05:11:56 Transferred bytes: 4024832
sty 29 05:11:56 Transferred bytes: 4025344
sty 29 05:11:56 Transferred bytes: 4025856
sty 29 05:11:56 Transferred bytes: 4026368
sty 29 05:11:56 Transferred bytes: 4026880
sty 29 05:11:56 Transferred bytes: 4027392
sty 29 05:11:56 Transferred bytes: 4027904
sty 29 05:11:56 Transferred bytes: 4028416
sty 29 05:11:56 Transferred bytes: 4028928
sty 29 05:11:56 Transferred bytes: 4029440
sty 29 05:11:56 Transferred bytes: 4029952
sty 29 05:11:56 Transferred bytes: 4030464
sty 29 05:11:56 Transferred bytes: 4030976
sty 29 05:11:56 Transferred bytes: 4031488
sty 29 05:11:56 Transferred bytes: 4032000
sty 29 05:11:56 Transferred bytes: 4032512
sty 29 05:11:56 Transferred bytes: 4033024
sty 29 05:11:56 Transferred bytes: 4033536
sty 29 05:11:56 Transferred bytes: 4034612
sty 29 05:11:56 Transferred bytes: 4035072
sty 29 05:11:56 Transferred bytes: 4035584
sty 29 05:11:56 Transferred bytes: 4036785
sty 29 05:11:56 Transferred bytes: 4037120
sty 29 05:11:56 Transferred bytes: 4037632
sty 29 05:11:56 Transferred bytes: 4038144
sty 29 05:11:56 Transferred bytes: 4040007
sty 29 05:11:56 Transferred bytes: 4040192
sty 29 05:11:56 Transferred bytes: 4040704
sty 29 05:11:56 Transferred bytes: 4041782
sty 29 05:11:56 Transferred bytes: 4042240
sty 29 05:11:56 Transferred bytes: 4042752
sty 29 05:11:56 Transferred bytes: 4050392
sty 29 05:11:56 Transferred bytes: 4050432
sty 29 05:11:56 Transferred bytes: 4050944
sty 29 05:11:56 Transferred bytes: 4052200
sty 29 05:11:56 Transferred bytes: 4052480
sty 29 05:11:56 Transferred bytes: 4052992
sty 29 05:11:56 Transferred bytes: 4053148
sty 29 05:11:56 Transferred bytes: 4053504
sty 29 05:11:56 Transferred bytes: 4054016
sty 29 05:11:56 Transferred bytes: 4054528
sty 29 05:11:56 Transferred bytes: 4056927
sty 29 05:11:56 Transferred bytes: 4057088
sty 29 05:11:56 Transferred bytes: 4057600
sty 29 05:11:56 Transferred bytes: 4058617
sty 29 05:11:56 Transferred bytes: 4058624
sty 29 05:11:56 Transferred bytes: 4059136
sty 29 05:11:56 Transferred bytes: 4059637
sty 29 05:11:56 Transferred bytes: 4059648
sty 29 05:11:56 Transferred bytes: 4060160
sty 29 05:11:56 Transferred bytes: 4061911
sty 29 05:11:56 Transferred bytes: 4062208
sty 29 05:11:56 Transferred bytes: 4062720
sty 29 05:11:56 Transferred bytes: 4063423
sty 29 05:11:56 Transferred bytes: 4063744
sty 29 05:11:56 Transferred bytes: 4064256
sty 29 05:11:56 Transferred bytes: 4064308
sty 29 05:11:56 Transferred bytes: 4064768
sty 29 05:11:56 Transferred bytes: 4065280
sty 29 05:11:56 Transferred bytes: 4066353
sty 29 05:11:56 Transferred bytes: 4066816
sty 29 05:11:56 Transferred bytes: 4067328
sty 29 05:11:56 Transferred bytes: 4068525
sty 29 05:11:56 Transferred bytes: 4068864
sty 29 05:11:56 Transferred bytes: 4069376
sty 29 05:11:56 Transferred bytes: 4069436
sty 29 05:11:56 Transferred bytes: 4069888
sty 29 05:11:56 Transferred bytes: 4070400
sty 29 05:11:56 Transferred bytes: 4070495
sty 29 05:11:56 Transferred bytes: 4070912
sty 29 05:11:56 Transferred bytes: 4071424
sty 29 05:11:56 Transferred bytes: 4073223
sty 29 05:11:56 Transferred bytes: 4073472
sty 29 05:11:56 Transferred bytes: 4073984
sty 29 05:11:56 Transferred bytes: 4074531
sty 29 05:11:56 Transferred bytes: 4075008
sty 29 05:11:56 Transferred bytes: 4075520
sty 29 05:11:56 Transferred bytes: 4078715
sty 29 05:11:56 Transferred bytes: 4079104
sty 29 05:11:56 Transferred bytes: 4079616
sty 29 05:11:56 Transferred bytes: 4080216
sty 29 05:11:56 Transferred bytes: 4081285
sty 29 05:11:56 Transferred bytes: 4081664
sty 29 05:11:56 Transferred bytes: 4082176
sty 29 05:11:56 Transferred bytes: 4105406
sty 29 05:11:56 Transferred bytes: 4105728
sty 29 05:11:56 Transferred bytes: 4106240
sty 29 05:11:56 Transferred bytes: 4107540
sty 29 05:11:56 Transferred bytes: 4107776
sty 29 05:11:56 Transferred bytes: 4108288
sty 29 05:11:56 Transferred bytes: 4119657
sty 29 05:11:56 Transferred bytes: 4120064
sty 29 05:11:56 Transferred bytes: 4120576
sty 29 05:11:56 Transferred bytes: 4134525
sty 29 05:11:56 Transferred bytes: 4134912
sty 29 05:11:56 Transferred bytes: 4135424
sty 29 05:11:56 Transferred bytes: 4137530
sty 29 05:11:56 Transferred bytes: 4137984
sty 29 05:11:56 Transferred bytes: 4138496
sty 29 05:11:56 Transferred bytes: 4140202
sty 29 05:11:56 Transferred bytes: 4140544
sty 29 05:11:56 Transferred bytes: 4141056
sty 29 05:11:56 Transferred bytes: 4141568
sty 29 05:11:56 Transferred bytes: 4144514
sty 29 05:11:56 Transferred bytes: 4144640
sty 29 05:11:56 Transferred bytes: 4145152
sty 29 05:11:56 Transferred bytes: 4146319
sty 29 05:11:56 Transferred bytes: 4146688
sty 29 05:11:56 Transferred bytes: 4147200
sty 29 05:11:56 Transferred bytes: 4147369
sty 29 05:11:56 Transferred bytes: 4147712
sty 29 05:11:56 Transferred bytes: 4148224
sty 29 05:11:56 Transferred bytes: 4149440
sty 29 05:11:56 Transferred bytes: 4149760
sty 29 05:11:56 Transferred bytes: 4150272
sty 29 05:11:56 Transferred bytes: 4155536
sty 29 05:11:56 Transferred bytes: 4161576
sty 29 05:11:56 Transferred bytes: 4162048
sty 29 05:11:56 Transferred bytes: 4162560
sty 29 05:11:56 Transferred bytes: 4171868
sty 29 05:11:56 Transferred bytes: 4172288
sty 29 05:11:56 Transferred bytes: 4172800
sty 29 05:11:56 Transferred bytes: 4174492
sty 29 05:11:56 Transferred bytes: 4174848
sty 29 05:11:56 Transferred bytes: 4175360
sty 29 05:11:56 Transferred bytes: 4175872
sty 29 05:11:56 Transferred bytes: 4175924
sty 29 05:11:56 Transferred bytes: 4176384
sty 29 05:11:56 Transferred bytes: 4176896
sty 29 05:11:56 Transferred bytes: 4177969
sty 29 05:11:56 Transferred bytes: 4178432
sty 29 05:11:56 Transferred bytes: 4178944
sty 29 05:11:56 Transferred bytes: 4180125
sty 29 05:11:56 Transferred bytes: 4180480
sty 29 05:11:56 Transferred bytes: 4180992
sty 29 05:11:56 Transferred bytes: 4181052
sty 29 05:11:56 Transferred bytes: 4181504
sty 29 05:11:56 Transferred bytes: 4182016
sty 29 05:11:56 Transferred bytes: 4182100
sty 29 05:11:56 Transferred bytes: 4182528
sty 29 05:11:56 Transferred bytes: 4183040
sty 29 05:11:56 Transferred bytes: 4184811
sty 29 05:11:56 Transferred bytes: 4185088
sty 29 05:11:56 Transferred bytes: 4185600
sty 29 05:11:56 Transferred bytes: 4186365
sty 29 05:11:56 Transferred bytes: 4186624
sty 29 05:11:56 Transferred bytes: 4187136
sty 29 05:11:56 Transferred bytes: 4187195
sty 29 05:11:56 Transferred bytes: 4187648
sty 29 05:11:56 Transferred bytes: 4188160
sty 29 05:11:56 Transferred bytes: 4191708
sty 29 05:11:56 Transferred bytes: 4191744
sty 29 05:11:56 Transferred bytes: 4192256
sty 29 05:11:56 Transferred bytes: 4193788
sty 29 05:11:56 Transferred bytes: 4193792
sty 29 05:11:56 Transferred bytes: 4194304
sty 29 05:11:56 Transferred bytes: 4195389
sty 29 05:11:56 Transferred bytes: 4195840
sty 29 05:11:56 Transferred bytes: 4196352
sty 29 05:11:56 Transferred bytes: 4200903
sty 29 05:11:56 Transferred bytes: 4200960
sty 29 05:11:56 Transferred bytes: 4201472
sty 29 05:11:56 Transferred bytes: 4201984
sty 29 05:11:56 Transferred bytes: 4203634
sty 29 05:11:56 Transferred bytes: 4204032
sty 29 05:11:56 Transferred bytes: 4204544
sty 29 05:11:56 Transferred bytes: 4205095
sty 29 05:11:56 Transferred bytes: 4205568
sty 29 05:11:56 Transferred bytes: 4206080
sty 29 05:11:56 Transferred bytes: 4217420
sty 29 05:11:56 Transferred bytes: 4217856
sty 29 05:11:56 Transferred bytes: 4218368
sty 29 05:11:56 Transferred bytes: 4219466
sty 29 05:11:56 Transferred bytes: 4219904
sty 29 05:11:56 Transferred bytes: 4220416
sty 29 05:11:56 Transferred bytes: 4233199
sty 29 05:11:56 Transferred bytes: 4233216
sty 29 05:11:56 Transferred bytes: 4233728
sty 29 05:11:56 Transferred bytes: 4238968
sty 29 05:11:56 Transferred bytes: 4261577
sty 29 05:11:56 Transferred bytes: 4261888
sty 29 05:11:56 Transferred bytes: 4262400
sty 29 05:11:56 Transferred bytes: 4264272
sty 29 05:11:56 Transferred bytes: 4264448
sty 29 05:11:56 Transferred bytes: 4264960
sty 29 05:11:56 Transferred bytes: 4265472
sty 29 05:11:56 Transferred bytes: 4266965
sty 29 05:11:56 Transferred bytes: 4267008
sty 29 05:11:56 Transferred bytes: 4267520
sty 29 05:11:56 Transferred bytes: 4268648
sty 29 05:11:56 Transferred bytes: 4269056
sty 29 05:11:56 Transferred bytes: 4269568
sty 29 05:11:56 Transferred bytes: 4271014
sty 29 05:11:56 Transferred bytes: 4271104
sty 29 05:11:56 Transferred bytes: 4271616
sty 29 05:11:56 Transferred bytes: 4275084
sty 29 05:11:56 Transferred bytes: 4275200
sty 29 05:11:56 Transferred bytes: 4275712
sty 29 05:11:56 Transferred bytes: 4277218
sty 29 05:11:56 Transferred bytes: 4277248
sty 29 05:11:56 Transferred bytes: 4277760
sty 29 05:11:56 Transferred bytes: 4278840
sty 29 05:11:56 Transferred bytes: 4279296
sty 29 05:11:56 Transferred bytes: 4279808
sty 29 05:11:56 Transferred bytes: 4289861
sty 29 05:11:56 Transferred bytes: 4290048
sty 29 05:11:56 Transferred bytes: 4290560
sty 29 05:11:56 Transferred bytes: 4292010
sty 29 05:11:56 Transferred bytes: 4292096
sty 29 05:11:56 Transferred bytes: 4292608
sty 29 05:11:56 Transferred bytes: 4295375
sty 29 05:11:56 Transferred bytes: 4295680
sty 29 05:11:56 Transferred bytes: 4296192
sty 29 05:11:56 Transferred bytes: 4299592
sty 29 05:11:56 Transferred bytes: 4299776
sty 29 05:11:56 Transferred bytes: 4300288
sty 29 05:11:56 Transferred bytes: 4301393
sty 29 05:11:56 Transferred bytes: 4301824
sty 29 05:11:56 Transferred bytes: 4302336
sty 29 05:11:56 Transferred bytes: 4307157
sty 29 05:11:56 Transferred bytes: 4307456
sty 29 05:11:56 Transferred bytes: 4307968
sty 29 05:11:56 Transferred bytes: 4309160
sty 29 05:11:56 Transferred bytes: 4309504
sty 29 05:11:56 Transferred bytes: 4310016
sty 29 05:11:56 Transferred bytes: 4310528
sty 29 05:11:56 Transferred bytes: 4313237
sty 29 05:11:56 Transferred bytes: 4313600
sty 29 05:11:56 Transferred bytes: 4314112
sty 29 05:11:56 Transferred bytes: 4317504
sty 29 05:11:56 Transferred bytes: 4327062
sty 29 05:11:56 Transferred bytes: 4327424
sty 29 05:11:56 Transferred bytes: 4327936
sty 29 05:11:56 Transferred bytes: 4329043
sty 29 05:11:56 Transferred bytes: 4329472
sty 29 05:11:56 Transferred bytes: 4329984
sty 29 05:11:56 Transferred bytes: 4351535
sty 29 05:11:56 Transferred bytes: 4352000
sty 29 05:11:56 Transferred bytes: 4352512
sty 29 05:11:56 Transferred bytes: 4353024
sty 29 05:11:56 Transferred bytes: 4355820
sty 29 05:11:56 Transferred bytes: 4356096
sty 29 05:11:56 Transferred bytes: 4356608
sty 29 05:11:56 Transferred bytes: 4357120
sty 29 05:11:56 Transferred bytes: 4357125
sty 29 05:11:56 Transferred bytes: 4357632
sty 29 05:11:56 Transferred bytes: 4358144
sty 29 05:11:56 Transferred bytes: 4359229
sty 29 05:11:56 Transferred bytes: 4359680
sty 29 05:11:56 Transferred bytes: 4360192
sty 29 05:11:56 Transferred bytes: 4360249
sty 29 05:11:56 Transferred bytes: 4360704
sty 29 05:11:56 Transferred bytes: 4361216
sty 29 05:11:56 Transferred bytes: 4365087
sty 29 05:11:56 Transferred bytes: 4365312
sty 29 05:11:56 Transferred bytes: 4365824
sty 29 05:11:56 Transferred bytes: 4366336
sty 29 05:11:56 Transferred bytes: 4368008
sty 29 05:11:56 Transferred bytes: 4368384
sty 29 05:11:56 Transferred bytes: 4368896
sty 29 05:11:56 Transferred bytes: 4369658
sty 29 05:11:56 Transferred bytes: 4369920
sty 29 05:11:56 Transferred bytes: 4370432
sty 29 05:11:56 Transferred bytes: 4371765
sty 29 05:11:56 Transferred bytes: 4371968
sty 29 05:11:56 Transferred bytes: 4372480
sty 29 05:11:56 Transferred bytes: 4372992
sty 29 05:11:56 Transferred bytes: 4373504
sty 29 05:11:56 Transferred bytes: 4374016
sty 29 05:11:56 Transferred bytes: 4374528
sty 29 05:11:56 Transferred bytes: 4376416
sty 29 05:11:56 Transferred bytes: 4376576
sty 29 05:11:56 Transferred bytes: 4377088
sty 29 05:11:56 Transferred bytes: 4378166
sty 29 05:11:56 Transferred bytes: 4378624
sty 29 05:11:56 Transferred bytes: 4379136
sty 29 05:11:56 Transferred bytes: 4380837
sty 29 05:11:56 Transferred bytes: 4381184
sty 29 05:11:56 Transferred bytes: 4381696
sty 29 05:11:56 Transferred bytes: 4384374
sty 29 05:11:56 Transferred bytes: 4384768
sty 29 05:11:56 Transferred bytes: 4385280
sty 29 05:11:56 Transferred bytes: 4386942
sty 29 05:11:56 Transferred bytes: 4387328
sty 29 05:11:56 Transferred bytes: 4387840
sty 29 05:11:56 Transferred bytes: 4395516
sty 29 05:11:56 Transferred bytes: 4395520
sty 29 05:11:56 Transferred bytes: 4396032
sty 29 05:11:56 Transferred bytes: 4396544
sty 29 05:11:56 Transferred bytes: 4397653
sty 29 05:11:56 Transferred bytes: 4398080
sty 29 05:11:56 Transferred bytes: 4398592
sty 29 05:11:56 Transferred bytes: 4400793
sty 29 05:11:56 Transferred bytes: 4401152
sty 29 05:11:56 Transferred bytes: 4401664
sty 29 05:11:56 Transferred bytes: 4403352
sty 29 05:11:56 Transferred bytes: 4409952
sty 29 05:11:56 Transferred bytes: 4410368
sty 29 05:11:56 Transferred bytes: 4410880
sty 29 05:11:56 Transferred bytes: 4410950
sty 29 05:11:56 Transferred bytes: 4411392
sty 29 05:11:56 Transferred bytes: 4411904
sty 29 05:11:56 Transferred bytes: 4412268
sty 29 05:11:56 Transferred bytes: 4412416
sty 29 05:11:56 Transferred bytes: 4412928
sty 29 05:11:56 Transferred bytes: 4414146
sty 29 05:11:56 Transferred bytes: 4414464
sty 29 05:11:56 Transferred bytes: 4414976
sty 29 05:11:56 Transferred bytes: 4419777
sty 29 05:11:56 Transferred bytes: 4420096
sty 29 05:11:56 Transferred bytes: 4420608
sty 29 05:11:56 Transferred bytes: 4421027
sty 29 05:11:56 Transferred bytes: 4421120
sty 29 05:11:56 Transferred bytes: 4421632
sty 29 05:11:56 Transferred bytes: 4426053
sty 29 05:11:56 Transferred bytes: 4426240
sty 29 05:11:56 Transferred bytes: 4426752
sty 29 05:11:56 Transferred bytes: 4428961
sty 29 05:11:56 Transferred bytes: 4429312
sty 29 05:11:56 Transferred bytes: 4429824
sty 29 05:11:56 Transferred bytes: 4435409
sty 29 05:11:56 Transferred bytes: 4435456
sty 29 05:11:56 Transferred bytes: 4435968
sty 29 05:11:56 Transferred bytes: 4444062
sty 29 05:11:56 Transferred bytes: 4444160
sty 29 05:11:56 Transferred bytes: 4444672
sty 29 05:11:56 Transferred bytes: 4452606
sty 29 05:11:56 Transferred bytes: 4452864
sty 29 05:11:56 Transferred bytes: 4453376
sty 29 05:11:56 Transferred bytes: 4454494
sty 29 05:11:56 Transferred bytes: 4454912
sty 29 05:11:56 Transferred bytes: 4455424
sty 29 05:11:56 Transferred bytes: 4466943
sty 29 05:11:56 Transferred bytes: 4467200
sty 29 05:11:56 Transferred bytes: 4467712
sty 29 05:11:56 Transferred bytes: 4478848
sty 29 05:11:56 Transferred bytes: 4479231
sty 29 05:11:56 Transferred bytes: 4479488
sty 29 05:11:56 Transferred bytes: 4480000
sty 29 05:11:56 Transferred bytes: 4481390
sty 29 05:11:56 Transferred bytes: 4481536
sty 29 05:11:56 Transferred bytes: 4482048
sty 29 05:11:56 Transferred bytes: 4482560
sty 29 05:11:56 Transferred bytes: 4485889
sty 29 05:11:56 Transferred bytes: 4486144
sty 29 05:11:56 Transferred bytes: 4486656
sty 29 05:11:56 Transferred bytes: 4486701
sty 29 05:11:56 Transferred bytes: 4487168
sty 29 05:11:56 Transferred bytes: 4487680
sty 29 05:11:56 Transferred bytes: 4488743
sty 29 05:11:56 Transferred bytes: 4489216
sty 29 05:11:56 Transferred bytes: 4489728
sty 29 05:11:56 Transferred bytes: 4499850
sty 29 05:11:56 Transferred bytes: 4499968
sty 29 05:11:56 Transferred bytes: 4500480
sty 29 05:11:56 Transferred bytes: 4500514
sty 29 05:11:56 Transferred bytes: 4500992
sty 29 05:11:56 Transferred bytes: 4501504
sty 29 05:11:56 Transferred bytes: 4502016
sty 29 05:11:56 Transferred bytes: 4503619
sty 29 05:11:56 Transferred bytes: 4504064
sty 29 05:11:56 Transferred bytes: 4504576
sty 29 05:11:56 Transferred bytes: 4552112
sty 29 05:11:56 Transferred bytes: 4610500
sty 29 05:11:56 Transferred bytes: 4610560
sty 29 05:11:56 Transferred bytes: 4611072
sty 29 05:11:56 Transferred bytes: 4612151
sty 29 05:11:56 Transferred bytes: 4612608
sty 29 05:11:56 Transferred bytes: 4613120
sty 29 05:11:56 Transferred bytes: 4613648
sty 29 05:11:56 Transferred bytes: 4614144
sty 29 05:11:56 Transferred bytes: 4614656
sty 29 05:11:56 Transferred bytes: 4614694
sty 29 05:11:56 Transferred bytes: 4615168
sty 29 05:11:56 Transferred bytes: 4615680
sty 29 05:11:56 Transferred bytes: 4615745
sty 29 05:11:56 Transferred bytes: 4616192
sty 29 05:11:56 Transferred bytes: 4616704
sty 29 05:11:56 Transferred bytes: 4618107
sty 29 05:11:56 Transferred bytes: 4618240
sty 29 05:11:56 Transferred bytes: 4618752
sty 29 05:11:56 Transferred bytes: 4619517
sty 29 05:11:56 Transferred bytes: 4619776
sty 29 05:11:56 Transferred bytes: 4620288
sty 29 05:11:56 Transferred bytes: 4622757
sty 29 05:11:56 Transferred bytes: 4622848
sty 29 05:11:56 Transferred bytes: 4623360
sty 29 05:11:56 Transferred bytes: 4624136
sty 29 05:11:56 Transferred bytes: 4633350
sty 29 05:11:56 Transferred bytes: 4633600
sty 29 05:11:56 Transferred bytes: 4634112
sty 29 05:11:56 Transferred bytes: 4635854
sty 29 05:11:56 Transferred bytes: 4636160
sty 29 05:11:56 Transferred bytes: 4636672
sty 29 05:11:56 Transferred bytes: 4637513
sty 29 05:11:56 Transferred bytes: 4637696
sty 29 05:11:56 Transferred bytes: 4638208
sty 29 05:11:56 Transferred bytes: 4639459
sty 29 05:11:56 Transferred bytes: 4639744
sty 29 05:11:56 Transferred bytes: 4640256
sty 29 05:11:56 Transferred bytes: 4641365
sty 29 05:11:56 Transferred bytes: 4641792
sty 29 05:11:56 Transferred bytes: 4642304
sty 29 05:11:56 Transferred bytes: 4644124
sty 29 05:11:56 Transferred bytes: 4644352
sty 29 05:11:56 Transferred bytes: 4644864
sty 29 05:11:56 Transferred bytes: 4648827
sty 29 05:11:56 Transferred bytes: 4648960
sty 29 05:11:56 Transferred bytes: 4649472
sty 29 05:11:56 Transferred bytes: 4650253
sty 29 05:11:56 Transferred bytes: 4650496
sty 29 05:11:56 Transferred bytes: 4651008
sty 29 05:11:56 Transferred bytes: 4655462
sty 29 05:11:56 Transferred bytes: 4655616
sty 29 05:11:56 Transferred bytes: 4656128
sty 29 05:11:56 Transferred bytes: 4656529
sty 29 05:11:56 Transferred bytes: 4656640
sty 29 05:11:56 Transferred bytes: 4657152
sty 29 05:11:56 Transferred bytes: 4665966
sty 29 05:11:56 Transferred bytes: 4666368
sty 29 05:11:56 Transferred bytes: 4666880
sty 29 05:11:56 Transferred bytes: 4669535
sty 29 05:11:56 Transferred bytes: 4669952
sty 29 05:11:56 Transferred bytes: 4670464
sty 29 05:11:56 Transferred bytes: 4672418
sty 29 05:11:56 Transferred bytes: 4672512
sty 29 05:11:56 Transferred bytes: 4673024
sty 29 05:11:56 Transferred bytes: 4682543
sty 29 05:11:56 Transferred bytes: 4682752
sty 29 05:11:56 Transferred bytes: 4683264
sty 29 05:11:56 Transferred bytes: 4684203
sty 29 05:11:56 Transferred bytes: 4684288
sty 29 05:11:56 Transferred bytes: 4684800
sty 29 05:11:56 Transferred bytes: 4685312
sty 29 05:11:56 Transferred bytes: 4685362
sty 29 05:11:56 Transferred bytes: 4685824
sty 29 05:11:56 Transferred bytes: 4686336
sty 29 05:11:56 Transferred bytes: 4686403
sty 29 05:11:56 Transferred bytes: 4686848
sty 29 05:11:56 Transferred bytes: 4687360
sty 29 05:11:56 Transferred bytes: 4687888
sty 29 05:11:56 Transferred bytes: 4688384
sty 29 05:11:56 Transferred bytes: 4688896
sty 29 05:11:56 Transferred bytes: 4704264
sty 29 05:11:56 Transferred bytes: 4769800
sty 29 05:11:56 Transferred bytes: 4798718
sty 29 05:11:56 Transferred bytes: 4798976
sty 29 05:11:56 Transferred bytes: 4799488
sty 29 05:11:56 Transferred bytes: 4799697
sty 29 05:11:56 Transferred bytes: 4800000
sty 29 05:11:56 Transferred bytes: 4800512
sty 29 05:11:56 Transferred bytes: 4801024
sty 29 05:11:56 Transferred bytes: 4802852
sty 29 05:11:56 Transferred bytes: 4803072
sty 29 05:11:56 Transferred bytes: 4803584
sty 29 05:11:56 Transferred bytes: 4803600
sty 29 05:11:56 Transferred bytes: 4804096
sty 29 05:11:56 Transferred bytes: 4804608
sty 29 05:11:56 Transferred bytes: 4805810
sty 29 05:11:56 Transferred bytes: 4806144
sty 29 05:11:56 Transferred bytes: 4806656
sty 29 05:11:56 Transferred bytes: 4807168
sty 29 05:11:56 Transferred bytes: 4807680
sty 29 05:11:56 Transferred bytes: 4808429
sty 29 05:11:56 Transferred bytes: 4808704
sty 29 05:11:56 Transferred bytes: 4809216
sty 29 05:11:56 Transferred bytes: 4810841
sty 29 05:11:56 Transferred bytes: 4811264
sty 29 05:11:56 Transferred bytes: 4811776
sty 29 05:11:56 Transferred bytes: 4812026
sty 29 05:11:56 Transferred bytes: 4812288
sty 29 05:11:56 Transferred bytes: 4812800
sty 29 05:11:56 Transferred bytes: 4813553
sty 29 05:11:56 Transferred bytes: 4813824
sty 29 05:11:56 Transferred bytes: 4814336
sty 29 05:11:56 Transferred bytes: 4815918
sty 29 05:11:56 Transferred bytes: 4816384
sty 29 05:11:56 Transferred bytes: 4816896
sty 29 05:11:56 Transferred bytes: 4817984
sty 29 05:11:56 Transferred bytes: 4818432
sty 29 05:11:56 Transferred bytes: 4818944
sty 29 05:11:56 Transferred bytes: 4823160
sty 29 05:11:56 Transferred bytes: 4823552
sty 29 05:11:56 Transferred bytes: 4824064
sty 29 05:11:56 Transferred bytes: 4825154
sty 29 05:11:56 Transferred bytes: 4825600
sty 29 05:11:56 Transferred bytes: 4826112
sty 29 05:11:56 Transferred bytes: 4826192
sty 29 05:11:56 Transferred bytes: 4826624
sty 29 05:11:56 Transferred bytes: 4827136
sty 29 05:11:56 Transferred bytes: 4827972
sty 29 05:11:56 Transferred bytes: 4828160
sty 29 05:11:56 Transferred bytes: 4828672
sty 29 05:11:56 Transferred bytes: 4831688
sty 29 05:11:56 Transferred bytes: 4831744
sty 29 05:11:56 Transferred bytes: 4832256
sty 29 05:11:56 Transferred bytes: 4833056
sty 29 05:11:56 Transferred bytes: 4833280
sty 29 05:11:56 Transferred bytes: 4833792
sty 29 05:11:56 Transferred bytes: 4834911
sty 29 05:11:56 Transferred bytes: 4835328
sty 29 05:11:56 Transferred bytes: 4835840
sty 29 05:11:56 Transferred bytes: 4837456
sty 29 05:11:56 Transferred bytes: 4837888
sty 29 05:11:56 Transferred bytes: 4838400
sty 29 05:11:56 Transferred bytes: 4839064
sty 29 05:11:56 Transferred bytes: 4839424
sty 29 05:11:56 Transferred bytes: 4839936
sty 29 05:11:56 Transferred bytes: 4839959
sty 29 05:11:56 Transferred bytes: 4840448
sty 29 05:11:56 Transferred bytes: 4840960
sty 29 05:11:56 Transferred bytes: 4841725
sty 29 05:11:56 Transferred bytes: 4841984
sty 29 05:11:56 Transferred bytes: 4842496
sty 29 05:11:56 Transferred bytes: 4843891
sty 29 05:11:56 Transferred bytes: 4844032
sty 29 05:11:56 Transferred bytes: 4844544
sty 29 05:11:56 Transferred bytes: 4845736
sty 29 05:11:56 Transferred bytes: 4846080
sty 29 05:11:56 Transferred bytes: 4846592
sty 29 05:11:56 Transferred bytes: 4847501
sty 29 05:11:56 Transferred bytes: 4847616
sty 29 05:11:56 Transferred bytes: 4848128
sty 29 05:11:56 Transferred bytes: 4849679
sty 29 05:11:56 Transferred bytes: 4850176
sty 29 05:11:56 Transferred bytes: 4850688
sty 29 05:11:56 Transferred bytes: 4851200
sty 29 05:11:56 Transferred bytes: 4852090
sty 29 05:11:56 Transferred bytes: 4852224
sty 29 05:11:56 Transferred bytes: 4852736
sty 29 05:11:56 Transferred bytes: 4853823
sty 29 05:11:56 Transferred bytes: 4854272
sty 29 05:11:56 Transferred bytes: 4854784
sty 29 05:11:56 Transferred bytes: 4859128
sty 29 05:11:56 Transferred bytes: 4859392
sty 29 05:11:56 Transferred bytes: 4859904
sty 29 05:11:56 Transferred bytes: 4860202
sty 29 05:11:56 Transferred bytes: 4860416
sty 29 05:11:56 Transferred bytes: 4860928
sty 29 05:11:56 Transferred bytes: 4861000
sty 29 05:11:56 Transferred bytes: 4861440
sty 29 05:11:56 Transferred bytes: 4861952
sty 29 05:11:56 Transferred bytes: 4862223
sty 29 05:11:56 Transferred bytes: 4862464
sty 29 05:11:56 Transferred bytes: 4862976
sty 29 05:11:56 Transferred bytes: 4863976
sty 29 05:11:56 Transferred bytes: 4865755
sty 29 05:11:56 Transferred bytes: 4866048
sty 29 05:11:56 Transferred bytes: 4866560
sty 29 05:11:56 Transferred bytes: 4868405
sty 29 05:11:56 Transferred bytes: 4868608
sty 29 05:11:56 Transferred bytes: 4869120
sty 29 05:11:56 Transferred bytes: 4870204
sty 29 05:11:56 Transferred bytes: 4870656
sty 29 05:11:56 Transferred bytes: 4871168
sty 29 05:11:56 Transferred bytes: 4878742
sty 29 05:11:56 Transferred bytes: 4878848
sty 29 05:11:56 Transferred bytes: 4879360
sty 29 05:11:56 Transferred bytes: 4881063
sty 29 05:11:56 Transferred bytes: 4881408
sty 29 05:11:56 Transferred bytes: 4881920
sty 29 05:11:56 Transferred bytes: 4882432
sty 29 05:11:56 Transferred bytes: 4882548
sty 29 05:11:56 Transferred bytes: 4882944
sty 29 05:11:56 Transferred bytes: 4883456
sty 29 05:11:56 Transferred bytes: 4884535
sty 29 05:11:56 Transferred bytes: 4884992
sty 29 05:11:56 Transferred bytes: 4885504
sty 29 05:11:56 Transferred bytes: 4890938
sty 29 05:11:56 Transferred bytes: 4891136
sty 29 05:11:56 Transferred bytes: 4891648
sty 29 05:11:56 Transferred bytes: 4892155
sty 29 05:11:56 Transferred bytes: 4892160
sty 29 05:11:56 Transferred bytes: 4892672
sty 29 05:11:56 Transferred bytes: 4893535
sty 29 05:11:56 Transferred bytes: 4893696
sty 29 05:11:56 Transferred bytes: 4894208
sty 29 05:11:56 Transferred bytes: 4894316
sty 29 05:11:56 Transferred bytes: 4894720
sty 29 05:11:56 Transferred bytes: 4895232
sty 29 05:11:56 Transferred bytes: 4895744
sty 29 05:11:56 Transferred bytes: 4897529
sty 29 05:11:56 Transferred bytes: 4897792
sty 29 05:11:56 Transferred bytes: 4898304
sty 29 05:11:56 Transferred bytes: 4898816
sty 29 05:11:56 Transferred bytes: 4900767
sty 29 05:11:56 Transferred bytes: 4900864
sty 29 05:11:56 Transferred bytes: 4901376
sty 29 05:11:56 Transferred bytes: 4901808
sty 29 05:11:56 Transferred bytes: 4901888
sty 29 05:11:56 Transferred bytes: 4902400
sty 29 05:11:56 Transferred bytes: 4925798
sty 29 05:11:56 Transferred bytes: 4925952
sty 29 05:11:56 Transferred bytes: 4926464
sty 29 05:11:56 Transferred bytes: 4928335
sty 29 05:11:56 Transferred bytes: 4928512
sty 29 05:11:56 Transferred bytes: 4929024
sty 29 05:11:56 Transferred bytes: 4930975
sty 29 05:11:56 Transferred bytes: 4931072
sty 29 05:11:56 Transferred bytes: 4931584
sty 29 05:11:56 Transferred bytes: 4932016
sty 29 05:11:56 Transferred bytes: 4932096
sty 29 05:11:56 Transferred bytes: 4932608
sty 29 05:11:56 Transferred bytes: 4944184
sty 29 05:11:56 Transferred bytes: 4957839
sty 29 05:11:56 Transferred bytes: 4958208
sty 29 05:11:56 Transferred bytes: 4958720
sty 29 05:11:56 Transferred bytes: 4960591
sty 29 05:11:56 Transferred bytes: 4960768
sty 29 05:11:56 Transferred bytes: 4961280
sty 29 05:11:56 Transferred bytes: 4963231
sty 29 05:11:56 Transferred bytes: 4963328
sty 29 05:11:56 Transferred bytes: 4963840
sty 29 05:11:56 Transferred bytes: 4964279
sty 29 05:11:56 Transferred bytes: 4964352
sty 29 05:11:56 Transferred bytes: 4964864
sty 29 05:11:56 Transferred bytes: 4986749
sty 29 05:11:56 Transferred bytes: 4986880
sty 29 05:11:56 Transferred bytes: 4987392
sty 29 05:11:56 Transferred bytes: 4989275
sty 29 05:11:56 Transferred bytes: 4989440
sty 29 05:11:56 Transferred bytes: 4989952
sty 29 05:11:56 Transferred bytes: 4990998
sty 29 05:11:56 Transferred bytes: 4991488
sty 29 05:11:56 Transferred bytes: 4992000
sty 29 05:11:56 Transferred bytes: 4992639
sty 29 05:11:56 Transferred bytes: 4993024
sty 29 05:11:56 Transferred bytes: 4993536
sty 29 05:11:56 Transferred bytes: 4994645
sty 29 05:11:56 Transferred bytes: 4995072
sty 29 05:11:56 Transferred bytes: 4995584
sty 29 05:11:56 Transferred bytes: 4997371
sty 29 05:11:56 Transferred bytes: 4997632
sty 29 05:11:56 Transferred bytes: 4998144
sty 29 05:11:56 Transferred bytes: 4999673
sty 29 05:11:56 Transferred bytes: 4999680
sty 29 05:11:56 Transferred bytes: 5000192
sty 29 05:11:56 Transferred bytes: 5000619
sty 29 05:11:56 Transferred bytes: 5000704
sty 29 05:11:56 Transferred bytes: 5001216
sty 29 05:11:56 Transferred bytes: 5002396
sty 29 05:11:56 Transferred bytes: 5002752
sty 29 05:11:56 Transferred bytes: 5003264
sty 29 05:11:56 Transferred bytes: 5004958
sty 29 05:11:56 Transferred bytes: 5005312
sty 29 05:11:56 Transferred bytes: 5005824
sty 29 05:11:56 Transferred bytes: 5006864
sty 29 05:11:56 Transferred bytes: 5007360
sty 29 05:11:56 Transferred bytes: 5007872
sty 29 05:11:56 Transferred bytes: 5009902
sty 29 05:11:56 Transferred bytes: 5009920
sty 29 05:11:56 Transferred bytes: 5010432
sty 29 05:11:56 Transferred bytes: 5011977
sty 29 05:11:56 Transferred bytes: 5012480
sty 29 05:11:56 Transferred bytes: 5012992
sty 29 05:11:56 Transferred bytes: 5013504
sty 29 05:11:56 Transferred bytes: 5013562
sty 29 05:11:56 Transferred bytes: 5014016
sty 29 05:11:56 Transferred bytes: 5014528
sty 29 05:11:56 Transferred bytes: 5024240
sty 29 05:11:56 Transferred bytes: 5026103
sty 29 05:11:56 Transferred bytes: 5026304
sty 29 05:11:56 Transferred bytes: 5026816
sty 29 05:11:56 Transferred bytes: 5027194
sty 29 05:11:56 Transferred bytes: 5027328
sty 29 05:11:56 Transferred bytes: 5027840
sty 29 05:11:56 Transferred bytes: 5028938
sty 29 05:11:56 Transferred bytes: 5029376
sty 29 05:11:56 Transferred bytes: 5029888
sty 29 05:11:56 Transferred bytes: 5032760
sty 29 05:11:56 Transferred bytes: 5032960
sty 29 05:11:56 Transferred bytes: 5033472
sty 29 05:11:56 Transferred bytes: 5039132
sty 29 05:11:56 Transferred bytes: 5039616
sty 29 05:11:56 Transferred bytes: 5040128
sty 29 05:11:56 Transferred bytes: 5040285
sty 29 05:11:56 Transferred bytes: 5040640
sty 29 05:11:56 Transferred bytes: 5041152
sty 29 05:11:56 Transferred bytes: 5041279
sty 29 05:11:56 Transferred bytes: 5041664
sty 29 05:11:56 Transferred bytes: 5042176
sty 29 05:11:56 Transferred bytes: 5042277
sty 29 05:11:56 Transferred bytes: 5042688
sty 29 05:11:56 Transferred bytes: 5043200
sty 29 05:11:56 Transferred bytes: 5045141
sty 29 05:11:56 Transferred bytes: 5045248
sty 29 05:11:56 Transferred bytes: 5045760
sty 29 05:11:56 Transferred bytes: 5046272
sty 29 05:11:56 Transferred bytes: 5046784
sty 29 05:11:56 Transferred bytes: 5057549
sty 29 05:11:56 Transferred bytes: 5058048
sty 29 05:11:56 Transferred bytes: 5058560
sty 29 05:11:56 Transferred bytes: 5059659
sty 29 05:11:56 Transferred bytes: 5060096
sty 29 05:11:56 Transferred bytes: 5060608
sty 29 05:11:56 Transferred bytes: 5064635
sty 29 05:11:56 Transferred bytes: 5064704
sty 29 05:11:56 Transferred bytes: 5065216
sty 29 05:11:56 Transferred bytes: 5100624
sty 29 05:11:56 Transferred bytes: 5166160
sty 29 05:11:56 Transferred bytes: 5231696
sty 29 05:11:56 Transferred bytes: 5241490
sty 29 05:11:56 Transferred bytes: 5241856
sty 29 05:11:56 Transferred bytes: 5242368
sty 29 05:11:56 Transferred bytes: 5242504
sty 29 05:11:56 Transferred bytes: 5242880
sty 29 05:11:56 Transferred bytes: 5243392
sty 29 05:11:56 Transferred bytes: 5246084
sty 29 05:11:56 Transferred bytes: 5246464
sty 29 05:11:56 Transferred bytes: 5246976
sty 29 05:11:56 Transferred bytes: 5253887
sty 29 05:11:56 Transferred bytes: 5254144
sty 29 05:11:56 Transferred bytes: 5254656
sty 29 05:11:56 Transferred bytes: 5255823
sty 29 05:11:56 Transferred bytes: 5256192
sty 29 05:11:56 Transferred bytes: 5256704
sty 29 05:11:56 Transferred bytes: 5260198
sty 29 05:11:56 Transferred bytes: 5260288
sty 29 05:11:56 Transferred bytes: 5260800
sty 29 05:11:56 Transferred bytes: 5264463
sty 29 05:11:56 Transferred bytes: 5264896
sty 29 05:11:56 Transferred bytes: 5265408
sty 29 05:11:56 Transferred bytes: 5267688
sty 29 05:11:56 Transferred bytes: 5267968
sty 29 05:11:56 Transferred bytes: 5268480
sty 29 05:11:56 Transferred bytes: 5268528
sty 29 05:11:56 Transferred bytes: 5268992
sty 29 05:11:56 Transferred bytes: 5269504
sty 29 05:11:56 Transferred bytes: 5270577
sty 29 05:11:56 Transferred bytes: 5271040
sty 29 05:11:56 Transferred bytes: 5271552
sty 29 05:11:56 Transferred bytes: 5272064
sty 29 05:11:56 Transferred bytes: 5277653
sty 29 05:11:56 Transferred bytes: 5277696
sty 29 05:11:56 Transferred bytes: 5278208
sty 29 05:11:56 Transferred bytes: 5279852
sty 29 05:11:56 Transferred bytes: 5280256
sty 29 05:11:56 Transferred bytes: 5280768
sty 29 05:11:56 Transferred bytes: 5282407
sty 29 05:11:56 Transferred bytes: 5282816
sty 29 05:11:56 Transferred bytes: 5283328
sty 29 05:11:56 Transferred bytes: 5283840
sty 29 05:11:56 Transferred bytes: 5284596
sty 29 05:11:56 Transferred bytes: 5284864
sty 29 05:11:56 Transferred bytes: 5285376
sty 29 05:11:56 Transferred bytes: 5306419
sty 29 05:11:56 Transferred bytes: 5306880
sty 29 05:11:56 Transferred bytes: 5307392
sty 29 05:11:56 Transferred bytes: 5310960
sty 29 05:11:56 Transferred bytes: 5321389
sty 29 05:11:56 Transferred bytes: 5321728
sty 29 05:11:56 Transferred bytes: 5322240
sty 29 05:11:56 Transferred bytes: 5324066
sty 29 05:11:56 Transferred bytes: 5324288
sty 29 05:11:56 Transferred bytes: 5324800
sty 29 05:11:56 Transferred bytes: 5326097
sty 29 05:11:56 Transferred bytes: 5326336
sty 29 05:11:56 Transferred bytes: 5326848
sty 29 05:11:56 Transferred bytes: 5328769
sty 29 05:11:56 Transferred bytes: 5328896
sty 29 05:11:56 Transferred bytes: 5329408
sty 29 05:11:56 Transferred bytes: 5333148
sty 29 05:11:56 Transferred bytes: 5333504
sty 29 05:11:56 Transferred bytes: 5334016
sty 29 05:11:56 Transferred bytes: 5343153
sty 29 05:11:56 Transferred bytes: 5343232
sty 29 05:11:56 Transferred bytes: 5343744
sty 29 05:11:56 Transferred bytes: 5345632
sty 29 05:11:56 Transferred bytes: 5345792
sty 29 05:11:56 Transferred bytes: 5346304
sty 29 05:11:56 Transferred bytes: 5346420
sty 29 05:11:56 Transferred bytes: 5346816
sty 29 05:11:56 Transferred bytes: 5347328
sty 29 05:11:56 Transferred bytes: 5348469
sty 29 05:11:56 Transferred bytes: 5348864
sty 29 05:11:56 Transferred bytes: 5349376
sty 29 05:11:56 Transferred bytes: 5349888
sty 29 05:11:56 Transferred bytes: 5350400
sty 29 05:11:56 Transferred bytes: 5353030
sty 29 05:11:56 Transferred bytes: 5353472
sty 29 05:11:56 Transferred bytes: 5353984
sty 29 05:11:56 Transferred bytes: 5355473
sty 29 05:11:56 Transferred bytes: 5355520
sty 29 05:11:56 Transferred bytes: 5356032
sty 29 05:11:56 Transferred bytes: 5358127
sty 29 05:11:56 Transferred bytes: 5358592
sty 29 05:11:56 Transferred bytes: 5359104
sty 29 05:11:56 Transferred bytes: 5359616
sty 29 05:11:56 Transferred bytes: 5362639
sty 29 05:11:56 Transferred bytes: 5362688
sty 29 05:11:56 Transferred bytes: 5363200
sty 29 05:11:56 Transferred bytes: 5364277
sty 29 05:11:56 Transferred bytes: 5364736
sty 29 05:11:56 Transferred bytes: 5365248
sty 29 05:11:56 Transferred bytes: 5366887
sty 29 05:11:56 Transferred bytes: 5367296
sty 29 05:11:56 Transferred bytes: 5367808
sty 29 05:11:56 Transferred bytes: 5369845
sty 29 05:11:56 Transferred bytes: 5369856
sty 29 05:11:56 Transferred bytes: 5370368
sty 29 05:11:56 Transferred bytes: 5370825
sty 29 05:11:56 Transferred bytes: 5370880
sty 29 05:11:56 Transferred bytes: 5371392
sty 29 05:11:56 Transferred bytes: 5372471
sty 29 05:11:56 Transferred bytes: 5372928
sty 29 05:11:56 Transferred bytes: 5373440
sty 29 05:11:56 Transferred bytes: 5374614
sty 29 05:11:56 Transferred bytes: 5374976
sty 29 05:11:56 Transferred bytes: 5375488
sty 29 05:11:56 Transferred bytes: 5377125
sty 29 05:11:56 Transferred bytes: 5377536
sty 29 05:11:56 Transferred bytes: 5378048
sty 29 05:11:56 Transferred bytes: 5378560
sty 29 05:11:56 Transferred bytes: 5388589
sty 29 05:11:56 Transferred bytes: 5388800
sty 29 05:11:56 Transferred bytes: 5389312
sty 29 05:11:56 Transferred bytes: 5390391
sty 29 05:11:56 Transferred bytes: 5390848
sty 29 05:11:56 Transferred bytes: 5391360
sty 29 05:11:56 Transferred bytes: 5395880
sty 29 05:11:56 Transferred bytes: 5410695
sty 29 05:11:56 Transferred bytes: 5410816
sty 29 05:11:56 Transferred bytes: 5411328
sty 29 05:11:56 Transferred bytes: 5412037
sty 29 05:11:56 Transferred bytes: 5412352
sty 29 05:11:56 Transferred bytes: 5412864
sty 29 05:11:56 Transferred bytes: 5413376
sty 29 05:11:56 Transferred bytes: 5416184
sty 29 05:11:56 Transferred bytes: 5416448
sty 29 05:11:56 Transferred bytes: 5416960
sty 29 05:11:56 Transferred bytes: 5417726
sty 29 05:11:56 Transferred bytes: 5417984
sty 29 05:11:56 Transferred bytes: 5418496
sty 29 05:11:56 Transferred bytes: 5419615
sty 29 05:11:56 Transferred bytes: 5420032
sty 29 05:11:56 Transferred bytes: 5420544
sty 29 05:11:56 Transferred bytes: 5422296
sty 29 05:11:56 Transferred bytes: 5422592
sty 29 05:11:56 Transferred bytes: 5423104
sty 29 05:11:56 Transferred bytes: 5424994
sty 29 05:11:56 Transferred bytes: 5425152
sty 29 05:11:56 Transferred bytes: 5425664
sty 29 05:11:56 Transferred bytes: 5426393
sty 29 05:11:56 Transferred bytes: 5426688
sty 29 05:11:56 Transferred bytes: 5427200
sty 29 05:11:56 Transferred bytes: 5430426
sty 29 05:11:56 Transferred bytes: 5430784
sty 29 05:11:56 Transferred bytes: 5431296
sty 29 05:11:56 Transferred bytes: 5432433
sty 29 05:11:56 Transferred bytes: 5432832
sty 29 05:11:56 Transferred bytes: 5433344
sty 29 05:11:56 Transferred bytes: 5434955
sty 29 05:11:56 Transferred bytes: 5435392
sty 29 05:11:56 Transferred bytes: 5435904
sty 29 05:11:56 Transferred bytes: 5436533
sty 29 05:11:56 Transferred bytes: 5436928
sty 29 05:11:56 Transferred bytes: 5437440
sty 29 05:11:56 Transferred bytes: 5437952
sty 29 05:11:56 Transferred bytes: 5440259
sty 29 05:11:56 Transferred bytes: 5440512
sty 29 05:11:56 Transferred bytes: 5441024
sty 29 05:11:56 Transferred bytes: 5443678
sty 29 05:11:56 Transferred bytes: 5444096
sty 29 05:11:56 Transferred bytes: 5444608
sty 29 05:11:56 Transferred bytes: 5445373
sty 29 05:11:56 Transferred bytes: 5445632
sty 29 05:11:56 Transferred bytes: 5446144
sty 29 05:11:56 Transferred bytes: 5447916
sty 29 05:11:56 Transferred bytes: 5448192
sty 29 05:11:56 Transferred bytes: 5448704
sty 29 05:11:56 Transferred bytes: 5449639
sty 29 05:11:56 Transferred bytes: 5449728
sty 29 05:11:56 Transferred bytes: 5450240
sty 29 05:11:56 Transferred bytes: 5451807
sty 29 05:11:56 Transferred bytes: 5452288
sty 29 05:11:56 Transferred bytes: 5452800
sty 29 05:11:56 Transferred bytes: 5453514
sty 29 05:11:56 Transferred bytes: 5453824
sty 29 05:11:56 Transferred bytes: 5454336
sty 29 05:11:56 Transferred bytes: 5455435
sty 29 05:11:56 Transferred bytes: 5455872
sty 29 05:11:56 Transferred bytes: 5456384
sty 29 05:11:56 Transferred bytes: 5457493
sty 29 05:11:56 Transferred bytes: 5457920
sty 29 05:11:56 Transferred bytes: 5458432
sty 29 05:11:56 Transferred bytes: 5460300
sty 29 05:11:56 Transferred bytes: 5460480
sty 29 05:11:56 Transferred bytes: 5460992
sty 29 05:11:56 Transferred bytes: 5462386
sty 29 05:11:56 Transferred bytes: 5462528
sty 29 05:11:56 Transferred bytes: 5463040
sty 29 05:11:56 Transferred bytes: 5463342
sty 29 05:11:56 Transferred bytes: 5463552
sty 29 05:11:56 Transferred bytes: 5464064
sty 29 05:11:56 Transferred bytes: 5465183
sty 29 05:11:56 Transferred bytes: 5465600
sty 29 05:11:56 Transferred bytes: 5466112
sty 29 05:11:56 Transferred bytes: 5467818
sty 29 05:11:56 Transferred bytes: 5468160
sty 29 05:11:56 Transferred bytes: 5468672
sty 29 05:11:56 Transferred bytes: 5469621
sty 29 05:11:56 Transferred bytes: 5469696
sty 29 05:11:56 Transferred bytes: 5470208
sty 29 05:11:56 Transferred bytes: 5470489
sty 29 05:11:56 Transferred bytes: 5470720
sty 29 05:11:56 Transferred bytes: 5471232
sty 29 05:11:56 Transferred bytes: 5472351
sty 29 05:11:56 Transferred bytes: 5472768
sty 29 05:11:56 Transferred bytes: 5473280
sty 29 05:11:56 Transferred bytes: 5474920
sty 29 05:11:56 Transferred bytes: 5475328
sty 29 05:11:56 Transferred bytes: 5475840
sty 29 05:11:56 Transferred bytes: 5476807
sty 29 05:11:56 Transferred bytes: 5476864
sty 29 05:11:56 Transferred bytes: 5477376
sty 29 05:11:56 Transferred bytes: 5480764
sty 29 05:11:56 Transferred bytes: 5480960
sty 29 05:11:56 Transferred bytes: 5481472
sty 29 05:11:56 Transferred bytes: 5482570
sty 29 05:11:56 Transferred bytes: 5483008
sty 29 05:11:56 Transferred bytes: 5483520
sty 29 05:11:56 Transferred bytes: 5483674
sty 29 05:11:56 Transferred bytes: 5484032
sty 29 05:11:56 Transferred bytes: 5484544
sty 29 05:11:56 Transferred bytes: 5488060
sty 29 05:11:56 Transferred bytes: 5488128
sty 29 05:11:56 Transferred bytes: 5488640
sty 29 05:11:56 Transferred bytes: 5488689
sty 29 05:11:56 Transferred bytes: 5489152
sty 29 05:11:56 Transferred bytes: 5489664
sty 29 05:11:56 Transferred bytes: 5490176
sty 29 05:11:56 Transferred bytes: 5491920
sty 29 05:11:56 Transferred bytes: 5491967
sty 29 05:11:56 Transferred bytes: 5492224
sty 29 05:11:56 Transferred bytes: 5492736
sty 29 05:11:56 Transferred bytes: 5492794
sty 29 05:11:56 Transferred bytes: 5493248
sty 29 05:11:56 Transferred bytes: 5493760
sty 29 05:11:56 Transferred bytes: 5494838
sty 29 05:11:56 Transferred bytes: 5495296
sty 29 05:11:56 Transferred bytes: 5495808
sty 29 05:11:56 Transferred bytes: 5497529
sty 29 05:11:56 Transferred bytes: 5497856
sty 29 05:11:56 Transferred bytes: 5498368
sty 29 05:11:56 Transferred bytes: 5500592
sty 29 05:11:56 Transferred bytes: 5500928
sty 29 05:11:56 Transferred bytes: 5501440
sty 29 05:11:56 Transferred bytes: 5502951
sty 29 05:11:56 Transferred bytes: 5502976
sty 29 05:11:56 Transferred bytes: 5503488
sty 29 05:11:56 Transferred bytes: 5504660
sty 29 05:11:56 Transferred bytes: 5505024
sty 29 05:11:56 Transferred bytes: 5505536
sty 29 05:11:56 Transferred bytes: 5506528
sty 29 05:11:56 Transferred bytes: 5506560
sty 29 05:11:56 Transferred bytes: 5507072
sty 29 05:11:56 Transferred bytes: 5507503
sty 29 05:11:56 Transferred bytes: 5507584
sty 29 05:11:56 Transferred bytes: 5508096
sty 29 05:11:56 Transferred bytes: 5508101
sty 29 05:11:56 Transferred bytes: 5508608
sty 29 05:11:56 Transferred bytes: 5509120
sty 29 05:11:56 Transferred bytes: 5509767
sty 29 05:11:56 Transferred bytes: 5510144
sty 29 05:11:56 Transferred bytes: 5510656
sty 29 05:11:56 Transferred bytes: 5511168
sty 29 05:11:56 Transferred bytes: 5527336
sty 29 05:11:56 Transferred bytes: 5527552
sty 29 05:11:56 Transferred bytes: 5528064
sty 29 05:11:56 Transferred bytes: 5529664
sty 29 05:11:56 Transferred bytes: 5530112
sty 29 05:11:56 Transferred bytes: 5530624
sty 29 05:11:56 Transferred bytes: 5549667
sty 29 05:11:56 Transferred bytes: 5550080
sty 29 05:11:56 Transferred bytes: 5550592
sty 29 05:11:56 Transferred bytes: 5551104
sty 29 05:11:56 Transferred bytes: 5551616
sty 29 05:11:56 Transferred bytes: 5554075
sty 29 05:11:56 Transferred bytes: 5554176
sty 29 05:11:56 Transferred bytes: 5554688
sty 29 05:11:56 Transferred bytes: 5555200
sty 29 05:11:56 Transferred bytes: 5556643
sty 29 05:11:56 Transferred bytes: 5556736
sty 29 05:11:56 Transferred bytes: 5557248
sty 29 05:11:56 Transferred bytes: 5562798
sty 29 05:11:56 Transferred bytes: 5562880
sty 29 05:11:56 Transferred bytes: 5563392
sty 29 05:11:56 Transferred bytes: 5565729
sty 29 05:11:56 Transferred bytes: 5565952
sty 29 05:11:56 Transferred bytes: 5566464
sty 29 05:11:56 Transferred bytes: 5571174
sty 29 05:11:56 Transferred bytes: 5571584
sty 29 05:11:56 Transferred bytes: 5572096
sty 29 05:11:56 Transferred bytes: 5574384
sty 29 05:11:56 Transferred bytes: 5576293
sty 29 05:11:56 Transferred bytes: 5576704
sty 29 05:11:56 Transferred bytes: 5577216
sty 29 05:11:56 Transferred bytes: 5580931
sty 29 05:11:56 Transferred bytes: 5581312
sty 29 05:11:56 Transferred bytes: 5581824
sty 29 05:11:56 Transferred bytes: 5582284
sty 29 05:11:56 Transferred bytes: 5582336
sty 29 05:11:56 Transferred bytes: 5582848
sty 29 05:11:56 Transferred bytes: 5583360
sty 29 05:11:56 Transferred bytes: 5586278
sty 29 05:11:56 Transferred bytes: 5586432
sty 29 05:11:56 Transferred bytes: 5586944
sty 29 05:11:56 Transferred bytes: 5587432
sty 29 05:11:56 Transferred bytes: 5587456
sty 29 05:11:56 Transferred bytes: 5587968
sty 29 05:11:56 Transferred bytes: 5588697
sty 29 05:11:56 Transferred bytes: 5588992
sty 29 05:11:56 Transferred bytes: 5589504
sty 29 05:11:56 Transferred bytes: 5590585
sty 29 05:11:56 Transferred bytes: 5591040
sty 29 05:11:56 Transferred bytes: 5591552
sty 29 05:11:56 Transferred bytes: 5611289
sty 29 05:11:56 Transferred bytes: 5611520
sty 29 05:11:56 Transferred bytes: 5612032
sty 29 05:11:56 Transferred bytes: 5620770
sty 29 05:11:56 Transferred bytes: 5621248
sty 29 05:11:56 Transferred bytes: 5621760
sty 29 05:11:56 Transferred bytes: 5623345
sty 29 05:11:56 Transferred bytes: 5623808
sty 29 05:11:56 Transferred bytes: 5624320
sty 29 05:11:56 Transferred bytes: 5625958
sty 29 05:11:56 Transferred bytes: 5626368
sty 29 05:11:56 Transferred bytes: 5626880
sty 29 05:11:56 Transferred bytes: 5627974
sty 29 05:11:56 Transferred bytes: 5628416
sty 29 05:11:56 Transferred bytes: 5628928
sty 29 05:11:56 Transferred bytes: 5641722
sty 29 05:11:56 Transferred bytes: 5641728
sty 29 05:11:56 Transferred bytes: 5642240
sty 29 05:11:56 Transferred bytes: 5650501
sty 29 05:11:56 Transferred bytes: 5650944
sty 29 05:11:56 Transferred bytes: 5651456
sty 29 05:11:56 Transferred bytes: 5651784
sty 29 05:11:56 Transferred bytes: 5652939
sty 29 05:11:56 Transferred bytes: 5652992
sty 29 05:11:56 Transferred bytes: 5653504
sty 29 05:11:56 Transferred bytes: 5655234
sty 29 05:11:56 Transferred bytes: 5655552
sty 29 05:11:56 Transferred bytes: 5656064
sty 29 05:11:56 Transferred bytes: 5658174
sty 29 05:11:56 Transferred bytes: 5658624
sty 29 05:11:56 Transferred bytes: 5659136
sty 29 05:11:56 Transferred bytes: 5674871
sty 29 05:11:56 Transferred bytes: 5675008
sty 29 05:11:56 Transferred bytes: 5675520
sty 29 05:11:56 Transferred bytes: 5676192
sty 29 05:11:56 Transferred bytes: 5676544
sty 29 05:11:56 Transferred bytes: 5677056
sty 29 05:11:56 Transferred bytes: 5677821
sty 29 05:11:56 Transferred bytes: 5678080
sty 29 05:11:56 Transferred bytes: 5678592
sty 29 05:11:56 Transferred bytes: 5694315
sty 29 05:11:56 Transferred bytes: 5694464
sty 29 05:11:56 Transferred bytes: 5694976
sty 29 05:11:56 Transferred bytes: 5695488
sty 29 05:11:56 Transferred bytes: 5697043
sty 29 05:11:56 Transferred bytes: 5697536
sty 29 05:11:56 Transferred bytes: 5698048
sty 29 05:11:56 Transferred bytes: 5698667
sty 29 05:11:56 Transferred bytes: 5699072
sty 29 05:11:56 Transferred bytes: 5699584
sty 29 05:11:56 Transferred bytes: 5725024
sty 29 05:11:56 Transferred bytes: 5738387
sty 29 05:11:56 Transferred bytes: 5738496
sty 29 05:11:56 Transferred bytes: 5739008
sty 29 05:11:56 Transferred bytes: 5739354
sty 29 05:11:56 Transferred bytes: 5739520
sty 29 05:11:56 Transferred bytes: 5740032
sty 29 05:11:56 Transferred bytes: 5741157
sty 29 05:11:56 Transferred bytes: 5741568
sty 29 05:11:56 Transferred bytes: 5742080
sty 29 05:11:56 Transferred bytes: 5743759
sty 29 05:11:56 Transferred bytes: 5744128
sty 29 05:11:56 Transferred bytes: 5744640
sty 29 05:11:56 Transferred bytes: 5745207
sty 29 05:11:56 Transferred bytes: 5745664
sty 29 05:11:56 Transferred bytes: 5746176
sty 29 05:11:56 Transferred bytes: 5746216
sty 29 05:11:56 Transferred bytes: 5746688
sty 29 05:11:56 Transferred bytes: 5747200
sty 29 05:11:56 Transferred bytes: 5748319
sty 29 05:11:56 Transferred bytes: 5748736
sty 29 05:11:56 Transferred bytes: 5749248
sty 29 05:11:56 Transferred bytes: 5750841
sty 29 05:11:56 Transferred bytes: 5751296
sty 29 05:11:56 Transferred bytes: 5751808
sty 29 05:11:56 Transferred bytes: 5752388
sty 29 05:11:56 Transferred bytes: 5752832
sty 29 05:11:56 Transferred bytes: 5753344
sty 29 05:11:56 Transferred bytes: 5754415
sty 29 05:11:56 Transferred bytes: 5754880
sty 29 05:11:56 Transferred bytes: 5755392
sty 29 05:11:56 Transferred bytes: 5756140
sty 29 05:11:56 Transferred bytes: 5756416
sty 29 05:11:56 Transferred bytes: 5756928
sty 29 05:11:56 Transferred bytes: 5758425
sty 29 05:11:56 Transferred bytes: 5758464
sty 29 05:11:56 Transferred bytes: 5758976
sty 29 05:11:56 Transferred bytes: 5762885
sty 29 05:11:56 Transferred bytes: 5763072
sty 29 05:11:56 Transferred bytes: 5763584
sty 29 05:11:56 Transferred bytes: 5765304
sty 29 05:11:56 Transferred bytes: 5765632
sty 29 05:11:56 Transferred bytes: 5766144
sty 29 05:11:56 Transferred bytes: 5767439
sty 29 05:11:56 Transferred bytes: 5767680
sty 29 05:11:56 Transferred bytes: 5768192
sty 29 05:11:56 Transferred bytes: 5768603
sty 29 05:11:56 Transferred bytes: 5768704
sty 29 05:11:56 Transferred bytes: 5769216
sty 29 05:11:56 Transferred bytes: 5770283
sty 29 05:11:56 Transferred bytes: 5770752
sty 29 05:11:56 Transferred bytes: 5771264
sty 29 05:11:56 Transferred bytes: 5804616
sty 29 05:11:56 Transferred bytes: 5827005
sty 29 05:11:56 Transferred bytes: 5827072
sty 29 05:11:56 Transferred bytes: 5827584
sty 29 05:11:56 Transferred bytes: 5828096
sty 29 05:11:56 Transferred bytes: 5828608
sty 29 05:11:56 Transferred bytes: 5830055
sty 29 05:11:56 Transferred bytes: 5830144
sty 29 05:11:56 Transferred bytes: 5830656
sty 29 05:11:56 Transferred bytes: 5831168
sty 29 05:11:56 Transferred bytes: 5831680
sty 29 05:11:56 Transferred bytes: 5832080
sty 29 05:11:56 Transferred bytes: 5832192
sty 29 05:11:56 Transferred bytes: 5832704
sty 29 05:11:56 Transferred bytes: 5833776
sty 29 05:11:56 Transferred bytes: 5834240
sty 29 05:11:56 Transferred bytes: 5834752
sty 29 05:11:56 Transferred bytes: 5866047
sty 29 05:11:56 Transferred bytes: 5866496
sty 29 05:11:56 Transferred bytes: 5867008
sty 29 05:11:56 Transferred bytes: 5875936
sty 29 05:11:56 Transferred bytes: 5889980
sty 29 05:11:56 Transferred bytes: 5890048
sty 29 05:11:56 Transferred bytes: 5890560
sty 29 05:11:56 Transferred bytes: 5890727
sty 29 05:11:56 Transferred bytes: 5891072
sty 29 05:11:56 Transferred bytes: 5891584
sty 29 05:11:56 Transferred bytes: 5892096
sty 29 05:11:56 Transferred bytes: 5893869
sty 29 05:11:56 Transferred bytes: 5894144
sty 29 05:11:56 Transferred bytes: 5894656
sty 29 05:11:56 Transferred bytes: 5895168
sty 29 05:11:56 Transferred bytes: 5896246
sty 29 05:11:56 Transferred bytes: 5896704
sty 29 05:11:56 Transferred bytes: 5897216
sty 29 05:11:56 Transferred bytes: 5897755
sty 29 05:11:56 Transferred bytes: 5898240
sty 29 05:11:56 Transferred bytes: 5898752
sty 29 05:11:56 Transferred bytes: 5899494
sty 29 05:11:56 Transferred bytes: 5899776
sty 29 05:11:56 Transferred bytes: 5900288
sty 29 05:11:56 Transferred bytes: 5902042
sty 29 05:11:56 Transferred bytes: 5902336
sty 29 05:11:56 Transferred bytes: 5902848
sty 29 05:11:56 Transferred bytes: 5902892
sty 29 05:11:56 Transferred bytes: 5903360
sty 29 05:11:56 Transferred bytes: 5903872
sty 29 05:11:56 Transferred bytes: 5903905
sty 29 05:11:56 Transferred bytes: 5904384
sty 29 05:11:56 Transferred bytes: 5904896
sty 29 05:11:56 Transferred bytes: 5906339
sty 29 05:11:56 Transferred bytes: 5906432
sty 29 05:11:56 Transferred bytes: 5906944
sty 29 05:11:56 Transferred bytes: 5908792
sty 29 05:11:56 Transferred bytes: 5908992
sty 29 05:11:56 Transferred bytes: 5909504
sty 29 05:11:56 Transferred bytes: 5910016
sty 29 05:11:56 Transferred bytes: 5910063
sty 29 05:11:56 Transferred bytes: 5910528
sty 29 05:11:56 Transferred bytes: 5911040
sty 29 05:11:56 Transferred bytes: 5912794
sty 29 05:11:56 Transferred bytes: 5913088
sty 29 05:11:56 Transferred bytes: 5913600
sty 29 05:11:56 Transferred bytes: 5914112
sty 29 05:11:56 Transferred bytes: 5914624
sty 29 05:11:56 Transferred bytes: 5915691
sty 29 05:11:56 Transferred bytes: 5916160
sty 29 05:11:56 Transferred bytes: 5916672
sty 29 05:11:56 Transferred bytes: 5918980
sty 29 05:11:56 Transferred bytes: 5919232
sty 29 05:11:56 Transferred bytes: 5919744
sty 29 05:11:56 Transferred bytes: 5920256
sty 29 05:11:56 Transferred bytes: 5921803
sty 29 05:11:56 Transferred bytes: 5922304
sty 29 05:11:56 Transferred bytes: 5922816
sty 29 05:11:56 Transferred bytes: 5925154
sty 29 05:11:56 Transferred bytes: 5925376
sty 29 05:11:56 Transferred bytes: 5925888
sty 29 05:11:56 Transferred bytes: 5927689
sty 29 05:11:56 Transferred bytes: 5927936
sty 29 05:11:56 Transferred bytes: 5928448
sty 29 05:11:56 Transferred bytes: 5928960
sty 29 05:11:56 Transferred bytes: 5930745
sty 29 05:11:56 Transferred bytes: 5931008
sty 29 05:11:56 Transferred bytes: 5931520
sty 29 05:11:56 Transferred bytes: 5931835
sty 29 05:11:56 Transferred bytes: 5932032
sty 29 05:11:56 Transferred bytes: 5932544
sty 29 05:11:56 Transferred bytes: 5933663
sty 29 05:11:56 Transferred bytes: 5934080
sty 29 05:11:56 Transferred bytes: 5934592
sty 29 05:11:56 Transferred bytes: 5936225
sty 29 05:11:56 Transferred bytes: 5936640
sty 29 05:11:56 Transferred bytes: 5937152
sty 29 05:11:56 Transferred bytes: 5937688
sty 29 05:11:56 Transferred bytes: 5938176
sty 29 05:11:56 Transferred bytes: 5938688
sty 29 05:11:56 Transferred bytes: 5938742
sty 29 05:11:56 Transferred bytes: 5939200
sty 29 05:11:56 Transferred bytes: 5939712
sty 29 05:11:56 Transferred bytes: 5939848
sty 29 05:11:56 Transferred bytes: 5940224
sty 29 05:11:56 Transferred bytes: 5940736
sty 29 05:11:56 Transferred bytes: 5941406
sty 29 05:11:56 Transferred bytes: 5941760
sty 29 05:11:56 Transferred bytes: 5942272
sty 29 05:11:56 Transferred bytes: 5942419
sty 29 05:11:56 Transferred bytes: 5942784
sty 29 05:11:56 Transferred bytes: 5943296
sty 29 05:11:56 Transferred bytes: 5943308
sty 29 05:11:56 Transferred bytes: 5943808
sty 29 05:11:56 Transferred bytes: 5944320
sty 29 05:11:56 Transferred bytes: 5944481
sty 29 05:11:56 Transferred bytes: 5944832
sty 29 05:11:56 Transferred bytes: 5945344
sty 29 05:11:56 Transferred bytes: 5945861
sty 29 05:11:56 Transferred bytes: 5946368
sty 29 05:11:56 Transferred bytes: 5946880
sty 29 05:11:56 Transferred bytes: 5946912
sty 29 05:11:56 Transferred bytes: 5947392
sty 29 05:11:56 Transferred bytes: 5947904
sty 29 05:11:56 Transferred bytes: 5948228
sty 29 05:11:56 Transferred bytes: 5948416
sty 29 05:11:56 Transferred bytes: 5948928
sty 29 05:11:56 Transferred bytes: 5949286
sty 29 05:11:56 Transferred bytes: 5949440
sty 29 05:11:56 Transferred bytes: 5949952
sty 29 05:11:56 Transferred bytes: 5973240
sty 29 05:11:56 Transferred bytes: 5974769
sty 29 05:11:56 Transferred bytes: 5975040
sty 29 05:11:56 Transferred bytes: 5975552
sty 29 05:11:56 Transferred bytes: 5976655
sty 29 05:11:56 Transferred bytes: 5977088
sty 29 05:11:56 Transferred bytes: 5977600
sty 29 05:11:56 Transferred bytes: 5978880
sty 29 05:11:56 Transferred bytes: 5979136
sty 29 05:11:56 Transferred bytes: 5979648
sty 29 05:11:56 Transferred bytes: 5989029
sty 29 05:11:56 Transferred bytes: 5989376
sty 29 05:11:56 Transferred bytes: 5989888
sty 29 05:11:56 Transferred bytes: 5990400
sty 29 05:11:56 Transferred bytes: 5990912
sty 29 05:11:56 Transferred bytes: 5992849
sty 29 05:11:56 Transferred bytes: 5992960
sty 29 05:11:56 Transferred bytes: 5993472
sty 29 05:11:56 Transferred bytes: 5993984
sty 29 05:11:56 Transferred bytes: 5994496
sty 29 05:11:56 Transferred bytes: 6001456
sty 29 05:11:56 Transferred bytes: 6001664
sty 29 05:11:56 Transferred bytes: 6002176
sty 29 05:11:56 Transferred bytes: 6002941
sty 29 05:11:56 Transferred bytes: 6003200
sty 29 05:11:56 Transferred bytes: 6003712
sty 29 05:11:56 Transferred bytes: 6046272
sty 29 05:11:56 Transferred bytes: 6047767
sty 29 05:11:56 Transferred bytes: 6048256
sty 29 05:11:56 Transferred bytes: 6048768
sty 29 05:11:56 Transferred bytes: 6049451
sty 29 05:11:56 Transferred bytes: 6049792
sty 29 05:11:56 Transferred bytes: 6050304
sty 29 05:11:56 Transferred bytes: 6050816
sty 29 05:11:56 Transferred bytes: 6052894
sty 29 05:11:56 Transferred bytes: 6053376
sty 29 05:11:56 Transferred bytes: 6053888
sty 29 05:11:56 Transferred bytes: 6053934
sty 29 05:11:56 Transferred bytes: 6054400
sty 29 05:11:56 Transferred bytes: 6054912
sty 29 05:11:56 Transferred bytes: 6055990
sty 29 05:11:56 Transferred bytes: 6056448
sty 29 05:11:56 Transferred bytes: 6056960
sty 29 05:11:56 Transferred bytes: 6061692
sty 29 05:11:56 Transferred bytes: 6062080
sty 29 05:11:56 Transferred bytes: 6062592
sty 29 05:11:56 Transferred bytes: 6072039
sty 29 05:11:56 Transferred bytes: 6072320
sty 29 05:11:56 Transferred bytes: 6072832
sty 29 05:11:56 Transferred bytes: 6074426
sty 29 05:11:56 Transferred bytes: 6074880
sty 29 05:11:56 Transferred bytes: 6075392
sty 29 05:11:56 Transferred bytes: 6075904
sty 29 05:11:56 Transferred bytes: 6076982
sty 29 05:11:56 Transferred bytes: 6077440
sty 29 05:11:56 Transferred bytes: 6077952
sty 29 05:11:56 Transferred bytes: 6083193
sty 29 05:11:56 Transferred bytes: 6083584
sty 29 05:11:56 Transferred bytes: 6084096
sty 29 05:11:56 Transferred bytes: 6090007
sty 29 05:11:56 Transferred bytes: 6090240
sty 29 05:11:56 Transferred bytes: 6090752
sty 29 05:11:56 Transferred bytes: 6098879
sty 29 05:11:56 Transferred bytes: 6098944
sty 29 05:11:56 Transferred bytes: 6099456
sty 29 05:11:56 Transferred bytes: 6099528
sty 29 05:11:56 Transferred bytes: 6099968
sty 29 05:11:56 Transferred bytes: 6100480
sty 29 05:11:56 Transferred bytes: 6106057
sty 29 05:11:56 Transferred bytes: 6106112
sty 29 05:11:56 Transferred bytes: 6106624
sty 29 05:11:56 Transferred bytes: 6108800
sty 29 05:11:56 Transferred bytes: 6109184
sty 29 05:11:56 Transferred bytes: 6109696
sty 29 05:11:56 Transferred bytes: 6110208
sty 29 05:11:56 Transferred bytes: 6110268
sty 29 05:11:56 Transferred bytes: 6110720
sty 29 05:11:56 Transferred bytes: 6111232
sty 29 05:11:56 Transferred bytes: 6111750
sty 29 05:11:56 Transferred bytes: 6112256
sty 29 05:11:56 Transferred bytes: 6112768
sty 29 05:11:56 Transferred bytes: 6113851
sty 29 05:11:56 Transferred bytes: 6114304
sty 29 05:11:56 Transferred bytes: 6114816
sty 29 05:11:56 Transferred bytes: 6119605
sty 29 05:12:12 DEBUG: Parser: IN_PACKET
sty 29 05:12:12 DEBUG: Parser: Decrypting
sty 29 05:12:12 DEBUG: Parser: pktLen:44,padLen:16,remainLen:32
sty 29 05:12:12 DEBUG: Parser: IN_PACKETDATA
sty 29 05:12:12 DEBUG: Parser: Decrypting
sty 29 05:12:12 DEBUG: Parser: HMAC size:32
sty 29 05:12:12 DEBUG: Parser: IN_PACKETDATAVERIFY
sty 29 05:12:12 DEBUG: Parser: Verifying MAC
sty 29 05:12:12 DEBUG: Parser: IN_PACKETDATAVERIFY (Valid HMAC)
sty 29 05:12:12 DEBUG: Parser: IN_PACKETDATAAFTER, packet: GLOBAL_REQUEST ([email protected])
sty 29 05:12:12 DEBUG: Outgoing: Writing REQUEST_FAILURE
sty 29 05:12:12 DEBUG: Parser: IN_PACKETBEFORE (expecting 16)
^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment