pawitp / protobuf-decoder

JavaScript-based web UI to decode ad-hoc Protobuf data
https://protobuf-decoder.netlify.app/
MIT License
392 stars 91 forks source link

Support for packed repeated field #2

Open pawitp opened 5 years ago

pawitp commented 5 years ago

Packed repeating fields are stored as string. We need to either automatically recognize them or provide an option for users to decode as the correct type.

See https://developers.google.com/protocol-buffers/docs/encoding#packed