Ask Your Question

Revision history [back]

How to parse clientbound and serverbound packets differently?

I'm dealing with a UDP format that has mildly different formats between the client-to-server protocol and the server-to-client protocol. How do I handle this in a way where I can parse these packets in different ways? Do I have to register 2 different dissectors?