Heath123 / pakkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not logging handshake and login start packets

ninjadev64 opened this issue · comments

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

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