This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1350855337.7126] [CLIENT->SERVER :0]: ID_UNCONNECTED_PING_OPEN_CONNECTIONS (0x02) [lenght 25] | |
0000 02 40 90 0f 3f 7e 00 00 00 00 ff ff 00 fe fe fe .@..?~.......... | |
0010 fe fd fd fd fd 12 34 56 78 ......4Vx | |
0 => double(1027.8120040894) | |
[1350855337.7229] [SERVER->CLIENT 192.168.0.196:19132]: ID_UNCONNECTED_PONG (0x1c) [lenght 54] | |
0000 1c 40 90 0f 3f 7e 00 00 00 00 00 00 00 7b de dd .@..?~.......{.. | |
0010 88 00 ff ff 00 fe fe fe fe fd fd fd fd 12 34 56 ..............4V | |
0020 78 00 13 4d 43 43 50 50 3b 44 65 6d 6f 3b 73 68 x..MCCPP;Demo;sh | |
0030 6f 67 68 69 63 70 oghicp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1350855799.3375] [CLIENT->SERVER 192.168.0.196:43727]: ID_UNCONNECTED_PING_OPEN_CONNECTIONS (0x02) [lenght 25] | |
0000 02 00 00 00 00 00 09 76 d9 00 ff ff 00 fe fe fe .......v........ | |
0010 fe fd fd fd fd 12 34 56 78 ......4Vx | |
0 => double(3.0644372276739E-318) | |
1 => magic(00ffff00fefefefefdfdfdfd12345678) | |
[1350855799.339] [SERVER->CLIENT :0]: ID_UNCONNECTED_PONG (0x1c) [lenght 54] | |
0000 1c 00 00 00 00 00 09 76 d9 b8 f9 7d ec fa bf d9 .......v...}.... | |
0010 b8 00 ff ff 00 fe fe fe fe fd fd fd fd 12 34 56 ..............4V | |
0020 78 00 13 4d 43 43 50 50 3b 44 65 6d 6f 3b 73 68 x..MCCPP;Demo;sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Minecraft PE 0.7.0 & 0.7.1 alpha Protocol #11 | |
# 50 identified Packets | |
[C ==> S] 0x82 LoginPacket (String, int, int, int, String) | |
[C <== S] 0x83 LoginStatusPacket (int) | |
[C ==> S] 0x84 ReadyPacket (bits[8]) | |
[C <=> S] 0x85 MessagePacket (String) | |
[C <== S] 0x86 SetTimePacket (int) | |
[C <== S] 0x87 StartGamePacket (int, int, int, int, float, float, float) | |
[C <== S] 0x88 AddMobPacket (int, int, float, float, float, byte, byte, Metadata) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Minecraft PE v0.6.1 alpha Protocol #9 | |
# 49 identified Packets | |
[C ==> S] 0x82 LoginPacket (String, int, int) | |
[C <== S] 0x83 LoginStatusPacket (int) | |
[C ==> S] 0x84 ReadyPacket (bits[8]) | |
[C <== S] 0x85 MessagePacket (String) | |
[C <== S] 0x86 SetTimePacket (long) | |
[C <== S] 0x87 StartGamePacket (long, int, int, int, float, float, float) | |
[C <== S] 0x88 AddMobPacket (int, int, float, float, float, byte, byte, Metadata) |