Ask Your Question

wasphin's profile - activity

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