Description
There are a lot of requests that Proxyman should support Protobuf data 📚
Fortunately, it's possible to do it. Given Schema (proto file), MessageType and the Proto binary file, we are able to see the Protobuf content with full qualified name fields by using Reflection in Protobuf C++. This approach is working well in runtime.
We should support it 🌮
Acceptance Criteria
- Introduce Protobuf viewer with 2 sub-tabs (Content and Structure)
- Protobuf Content: See the proto data (field name and value)
- Protobuf Structure: See the field type
- Warning and guide the user to add
proto file if it's absent
- Protobuf Windows to manage the
proto file: For domain rule, Message Type, ...
- Able to select a proto file
Description
There are a lot of requests that Proxyman should support Protobuf data 📚
Fortunately, it's possible to do it. Given Schema (proto file), MessageType and the Proto binary file, we are able to see the Protobuf content with full qualified name fields by using Reflection in Protobuf C++. This approach is working well in runtime.
We should support it 🌮
Acceptance Criteria
protofile if it's absentprotofile: For domain rule, Message Type, ...