|
The Minecraft RCON protocol implementation seems to have a problem. The SERVERDATA_RESPONSE_VALUE packet (see the links bellow) who is described as containing : 3 long (size, id, type) and 2 strings (the body, and an empty one). But the body contain 2 more bytes.
I have wrote a PHP test case that demonstrate the problem. This one send a rcon request to a source server and to a minecraft server and display the body of each response.
https://developer.valvesoftware.com/wiki/RCON#Basic_Packet_Structure
https://developer.valvesoftware.com/wiki/RCON#SERVERDATA_RESPONSE_VALUE
|