-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packet 0x67 Size Incompatibility #23
Comments
For reference these are the Teth changes that need to be made: |
After reexamining the situation on this serialization model I think that it was in fact Tethealla being wrong. @Solybum might remember better. But I have no proper packet captures to test the model against so the tests will remain failing for now. |
Yes, it was tethealla. Just to refresh the issue. Either way should not be an issue anymore and people can use my repo to build an executable without this issue. |
Awesome! Eventually I'll need to build your Tethealla or use Sylverant otherwise some more of this stuff is gonna come out wrong I guess. I guess I'll keep the issue open until I have a 0x67 packet capture to test the model against! |
Tethealla will send an additional 2 bytes for 0x67 that isn't needed according to @Solybum . Additionally Sylverant does not seem to send, I think, these 2 0 bytes at end of the 0x67 like Teth does.
For compatibility with this client this must be fixed for any server that wishes to connect with it.
The text was updated successfully, but these errors were encountered: