Prevent possible buffer overrun in MSPv2 message parsing The MSPv2parsing was missing a check (present in v1) to prevent a possible bufferoverrun if the payload exceeded the buffer size.Also some code formatting cleanup. (commit: 1148ea1)