Home Submitter: tadu@gmx.de Edit

PEER_INIT2

Channel: 0

This is an additional packet in the peer-to-peer handshake. The purpose is still unknown. It is sent by the originator of the connection after he has acknowledged the peer's PEER_INIT and by the peer as a reply to the originator's PEER_INIT2.

Parameters

Data type Content Name Description
BYTE 03 CMD The command: the last connect package.
DWORD.L 0a 00 00 00 UNKNOWN Unknown: 0xa = 10.
DWORD.L 01 00 00 00 UNKNOWN Unknown: 0x1 = 1. Note: sometimes Windows ICQ sends a packet with rather strange values from here on; this seems to be to test the connection. If this value isn't 1, disconnect.
DWORD.L xx xx xx xx UNKNOWN Unknown. Use 01 00 00 00 = 0x1 = 1 for incoming, 0 for outgoing connections.
DWORD.L 00 00 00 00 UNKNOWN Unknown: empty.
DWORD.L 00 00 00 00 UNKNOWN Unknown: empty.
DWORD.L xx xx xx xx UNKNOWN Unknown. Use 01 00 04 00 = 0x40001 for incoming and 0 for outgoing connections.
DWORD.L 00 00 00 00 UNKNOWN Unknown: empty.
DWORD.L xx xx xx xx UNKNOWN Unknown. Use 0 on incoming, but 01 00 04 00 = 0x4001 for outgoing connections.

Examples

01:48:41 Eingehendes TCP-Paket:
         03 0a 00 00   00 01 00 00 - 00 01 00 00   00 00 00 00   .... .... .... ....
         00 00 00 00   00 01 00 04 - 00 00 00 00   00 00 00 00   .... .... .... ....
         00


HomeEdit