mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #463] [Feature] Protobuf Viewer #458
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#458
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NghiaTranUIT on GitHub (Mar 31, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/463
Originally assigned to: @NghiaTranUIT on GitHub.
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, ...@NghiaTranUIT commented on GitHub (Apr 27, 2020):
All done in Proxyman 1.22.0 💪
https://github.com/ProxymanApp/Proxyman/releases/tag/1.22.0