Client side, more packets

This commit is contained in:
Shoghi Cervantes Pueyo
2012-10-19 15:50:36 +02:00
parent 123f988017
commit 0dc53c2bc1
7 changed files with 260 additions and 21 deletions

View File

@ -27,7 +27,7 @@ the Free Software Foundation, either version 3 of the License, or
$pstruct = array(
0x02 => array(
8,
"double",
"magic",
),
@ -60,27 +60,34 @@ $pstruct = array(
0x09 => array(
8,
8,
"double",
"byte",
),
0x10 => array(
),
0x1c => array(
8,
"double",
8,
"magic",
"string",
),
0x1d => array(
8,
"double",
8,
"magic",
"string",
),
0x84 => array(
"special1",
/*10,
8,
"double",
"byte", */
),
0xc0 => array(
6,
),
);

View File

@ -32,7 +32,8 @@ $packetName = array(
0x07 => "ID_OPEN_CONNECTION_REQUEST_2",
0x08 => "ID_OPEN_CONNECTION_REPLY_2",
0x09 => "ID_CONNECTION_REQUEST",
0x10 => "ID_CONNECTION_REQUEST_ACCEPTED",
0x1c => "ID_UNCONNECTED_PONG",
0x1d => "ID_ADVERTISE_SYSTEM",
0x84 => "Unknown",
0xc0 => "Unknown",
);