Lots of new things...

This commit is contained in:
Shoghi Cervantes Pueyo
2012-11-14 02:04:59 +01:00
parent 14e6fcb24e
commit 668994b5a4
9 changed files with 213 additions and 35 deletions

View File

@ -79,25 +79,43 @@ $pstruct = array(
"magic",
"string", //Data
),
0x80 => array(
"triad",
"triad",
"customData",
),
0x84 => array(
"ubyte",
"ubyte",
"special1",
"triad",
"triad",
"customData",
),
0x88 => array(
"triad",
"triad",
"customData",
),
0x8c => array(
"ubyte",
"ubyte",
"special1",
"triad",
"triad",
"customData",
),
0xa0 => array(
6,
"short",
"bool",
"triad",
"special1",
),
0xc0 => array(
6,
"short",
"bool",
"triad",
"special1",
),
);

View File

@ -34,8 +34,10 @@ $packetName = array(
0x1a => "ID_INCOMPATIBLE_PROTOCOL_VERSION", //RakNet
0x1c => "ID_UNCONNECTED_PONG", //RakNet
0x1d => "ID_ADVERTISE_SYSTEM", //RakNet
0x84 => "ID_RESERVED_7", //Minecraft Implementation
0x80 => "Unknown", //Minecraft Implementation
0x84 => "Data Packet", //Minecraft Implementation
0x88 => "Unknown", //Minecraft Implementation
0x8c => "Unknown", //Minecraft Implementation
0xa0 => "Unknown", //Minecraft Implementation
0xc0 => "Unknown", //Minecraft Implementation
0xc0 => "ACK", //Minecraft Implementation
);