Ask Your Question

wasphin's profile - activity

2024-08-08 05:54:20 +0000 commented answer Protobuf dissector with nested structures

Thanks for the point, actually some varint fields are manually decoded in the lua dissector, I will try to find someway

2024-08-05 16:24:04 +0000 commented answer Protobuf dissector with nested structures

protos with the capture file can be found here at https://file.io/MLEsU9CwRj3X https://github.com/apache/brpc/blob/64ce

2024-08-05 16:23:00 +0000 commented answer Protobuf dissector with nested structures

protos with the capture file can be found here at https://file.io/MLEsU9CwRj3X https://github.com/apache/brpc/blob/64ce

2024-07-31 15:32:57 +0000 commented answer Protobuf dissector with nested structures

There's a problem with the integer values, previously I said that range:int() works without checking the value. protobuf

2024-07-31 15:24:07 +0000 received badge  Popular Question (source)
2024-07-29 15:50:26 +0000 commented answer Protobuf dissector with nested structures

The finfo_values[k].display is hex value of wired data, any way to get the varint value child item(e.g. protobuf.field.v

2023-10-13 02:08:12 +0000 commented answer Protobuf dissector with nested structures

This works for me, and note that the value of finfo_values[k].display or finfo_values[k].value is in hex format, can use

2023-10-12 15:38:16 +0000 edited answer Dissect request/response of protobuf service method without gRPC

After digging into the protobuf dissector, it supports parsing the pb_msg_type of syntax application/grpc,/service/metho

2023-10-12 15:35:40 +0000 received badge  Editor (source)
2023-10-12 15:35:40 +0000 edited answer Dissect request/response of protobuf service method without gRPC

After digging into the protobuf dissector, it supports parsing the pb_msg_type of syntax application/grpc,/service/metho

2023-10-12 15:34:21 +0000 received badge  Rapid Responder (source)
2023-10-12 15:34:21 +0000 answered a question Dissect request/response of protobuf service method without gRPC

After digging into the protobuf dissector, it supports parsing the pb_msg_type of syntax application/grpc,/service/metho

2023-10-12 12:45:31 +0000 received badge  Organizer (source)
2023-10-12 12:45:07 +0000 asked a question Dissect request/response of protobuf service method without gRPC

Dissect request/response of protobuf service method without gRPC Hi, We implement a protobuf generic service, the servi