Booma.Proxy
                                
                                 Booma.Proxy copied to clipboard
                                
                                    Booma.Proxy copied to clipboard
                            
                            
                            
                        Potential Tethealla Bug in 0x7 and 0xA0 Padding
Ship list and block list seem to have 8 bytes at the end of them that they do not need. Seems like overpadding by Tethealla. Though it could be something more, investigate.
Example:
Message: Failed:   Mismatched length on OpCode: BLOCK_LIST_TYPE - 0x7 Type: ShipBlockListEventPayload
Expected: 192
But was:  184
Original bytes:
7 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 31 0 3A 0 55 0 6E 0 63 0 6F 0 6E 0 66 0 69 0 67 0 75 0 72 0 65 0 64 0 0 0 8 0 0 0 12 0 FF FF FF EF 0 0 42 0 4C 0 4F 0 43 0 4B 0 30 0 31 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 0 FE FF FF EF 0 0 42 0 4C 0 4F 0 43 0 4B 0 30 0 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 0 0 FF FF FF 0 0 53 0 68 0 69 0 70 0 20 0 53 0 65 0 6C 0 65 0 63 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Result:
7 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 31 0 3A 0 55 0 6E 0 63 0 6F 0 6E 0 66 0 69 0 67 0 75 0 72 0 65 0 64 0 0 0 8 0 0 0 12 0 FF FF FF EF 0 0 42 0 4C 0 4F 0 43 0 4B 0 30 0 31 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 0 FE FF FF EF 0 0 42 0 4C 0 4F 0 43 0 4B 0 30 0 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 0 0 FF FF FF 0 0 53 0 68 0 69 0 70 0 20 0 53 0 65 0 6C 0 65 0 63 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0
HxD of original packet:
................0.1.:.U.n.c.o.n.f.i.g.u.r.e.d.........ÿÿÿï..B.L.O.C.K.0.1.........................þÿÿï..B.L.O.C.K.0.2..........................ÿÿÿ..S.h.i.p. .S.e.l.e.c.t.....................
Also need to cleanup these packet serialization models. They are messy.