ProtobufInspector icon indicating copy to clipboard operation
ProtobufInspector copied to clipboard

proto files not used

Open sinag opened this issue 4 years ago • 2 comments

Hi,

Even if I have matching .proto files, message types are not visible in messagetype combobox. I can see decompiled proto in treeview, but not with messagetypes Any hints?

sinag avatar Nov 25 '21 11:11 sinag

Yes, the message type combo-box is only for manual input when the program can't get message type from http response. I wonder if your data returns message type? If it does, the message type will be filled into the combo-box.

BlueMatthew avatar Nov 26 '21 08:11 BlueMatthew

Hi,

Even if I have matching .proto files, message types are not visible in messagetype combobox. I can see decompiled proto in treeview, but not with messagetypes Any hints?

Please check the decompiled proto in treeview that field name is string defined in proto or pure number(field id)? if it is number, the data is decoded as raw message.

BlueMatthew avatar Nov 26 '21 08:11 BlueMatthew