--
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/bf597ee7-6a69-4abf-9e95-d4917bbbab7d%40googlegroups.com.
I'm not sure what kind of compression gRPC does, but there is a GitHub issue here with some instructions on decoding gRPC packets with Wireshark: https://github.com/grpc/grpc/issues/13586
On Mon, Jul 29, 2019 at 11:57 PM Almon <Alexandr...@gmail.com> wrote:
--Hi everyone,In my project, I use Grpc to exchange messages between server and client by ethernet and I want to dissect in Wireshark all the messages (and embedded messages) who are exchanged.I have some troubles to dissect embedded message because I see it compressed. For example, my embedded message is 24 bytes length but I see it at 8 bytes length. Althrough, in wireshark, I see the main message not compressed...Someone know if it's a parameter to set or if it's a grpc internal process?Else, do we could find the compression algorithm to uncompress embedded message?Thank you for your help.Alexandre.
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prot...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/8a447438-a7c0-4a7e-b5a0-d1fc7d0869b2%40googlegroups.com.