stschake/eveMarshal

PyPackedRow Encoding Is Missing

Opened this issue · 2 comments

Do you plan to implement the PyPackedRow encoding code ?

What's your use case for this? I can see to implementing it, but usually its not needed because clients only need to receive PyPackedRows, not send them.

It could be used to make a "small" packet interceptor(for evemu)to change a packet. It'll make easier to test the calls replies from the server to the client without recompiling all the EVEmu server.