protoc --decode_raw < my_file
When checking the output, the following should be considered:
- None of the field names are displayed, just the tag numbers.
- All varint fields are shown as integers. This is normal for most types, but sint * will appear in a zigzag format.
- Doubles and floats will be shown as hex.
- , , .. .
, .proto , , , .