fiasko's home pageTeamTapper |
|
| [ Overview | Protocol ] |
| TeamSpeak 2 protocol description: | [ Overview | Flow | Format | Types ] |
This is the packet send by the server in response to a login packet sent by the client.
000 f4 be 04 00 00 00 00 00 xx xx xx xx 02 00 00 00 010 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 020 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 030 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 040 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 050 02 00 00 00 14 00 01 00 xx xx xx xx ff 1f 00 00 060 00 00 00 00 xx 00 07 ff ff 0f fe ff fe ff 03 fe 070 00 00 00 00 00 e0 7f 7c 3e 00 d4 00 00 00 00 00 080 00 6c 50 28 00 d4 00 00 00 00 00 00 00 00 00 00 090 94 00 04 00 00 00 4e 00 00 00 00 90 00 00 00 00 0a0 00 4a 00 00 00 00 92 00 10 00 00 00 xx xx xx xx 0b0 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 0c0 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 0d0 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 0e0 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 0f0 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 100 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 110 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 120 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 130 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 140 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 150 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 160 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 170 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 180 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 190 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 1a0 xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx xx 1b0 xx xx xx xx
| offset | length | name | description |
|---|---|---|---|
| 0x00c | 4 | ??? | meaning unknown |
| 0x008 | 4 | player id | own player id |
| 0x00c | 4 | ??? | meaning unknown |
| 0x010 | 4 | CRC32 | |
| 0x014 | 1 | length of server name | length of the following server name string (0 ≤ length ≤ 29) |
| 0x015 | 29 | server name | server name as a zero padded string |
| 0x032 | 1 | length of OS name | length of the following OS name string (0 ≤ length ≤ 29) |
| 0x033 | 29 | OS name | operating system name as a zero padded string |
| 0x050 | 2 | major version | major version number (e.g. 2) |
| 0x052 | 2 | minor version | minor version number (e.g. 0) |
| 0x054 | 2 | sublevel version | sublevel version number (e.g. 20) |
| 0x056 | 2 | subsublevel version | subsublevel version number (e.g. 1) |
| 0x058 | 4 | login status | seems to indicate if the login was successful: 0xffff - bad login |
| 0x05c | 8 | ??? | meaning unknown |
| 0x064 | 1 | server type | 6: public server (?) |
| 0x065 | 71 | ??? | meaning unknown |
| 0x0ac | 8 | connection id | unique between different client-server connection |
| 0x0b4 | 1 | length of welcome message | length of the following welcome message string (0 ≤ length ≤ 255) |
| 0x0b5 | 255 | welcome message | welcome message of the server as a zero padded string |
| 03-29-06, Thomas Liske
n/a |