Closed ninjadev64 closed 2 years ago
Someone requested this before I think, but I can't find it. Anyway, the library I'm using abstracts this away, but I can probably find a way to make it report the login packets if you need this
That would be great, thanks - also could you make it log malformed packets? I'm writing a server and I'm trying to use this to see what I'm doing wrong with my status response packet.
The second bit about malformed packets is much more important (I'm good with the handshake and login, just was wondering why it didn't log them)
That would be great, thanks - also could you make it log malformed packets? I'm writing a server and I'm trying to use this to see what I'm doing wrong with my status response packet.
I think I implemented some level of basic support for this, but I'll need to make sure it still works because I probably broke it. Malformed packets will have to only be visible as hex, of course, because they can't be decoded
I think I implemented some level of basic support for this, but I'll need to make sure it still works because I probably broke it. Malformed packets will have to only be visible as hex, of course, because they can't be decoded
Yeah, of course
I think this was resolved a while ago, thanks
Not much else to say, it isn't logging handshake and login start packets sent to the server, my custom server detects and logs them so they are being sent through