Skip to content

[Feature] Protobuf Viewer #463

@NghiaTranUIT

Description

@NghiaTranUIT

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

Metadata

Metadata

Assignees

Labels

Feature requestRequest new feature goes here✅ DoneTicket is addressed and fixed.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions