kharidiron / StarryPy

Plugin-driven Starbound proxy server built using Twisted.
Do What The F*ck You Want To Public License
10 stars 3 forks source link

Not all packets types are being captured #4

Closed kharidiron closed 9 years ago

kharidiron commented 10 years ago

While packet snooping, I discovered that there is some data that is being sent to and from the server (attached to the heartbeat packets).

Among the data that is being lost is party requests and status info... and who knows what else.

We need to figure out a way to parse the heartbeat packets for extended information.

kharidiron commented 10 years ago

This is a mistake. All packets are being captured instead what was happening is that some packet types were lacking a prototyping function, and thus were not being processed. I've added a prototyping function for packet id13, though it has yet to be tested for utility, not is there a means for data utilization at this time.