You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added drag-and-drop support which means you can now drag a file onto the ProtobufDecoder window and it will load that file
Added a Decode all context menu option which is enabled on repeated and embedded message tags. When used it will attempt to decode all items (repeated tag) or tags (embedded message)
Added a Load from clipboard menu item which allows you to load raw bytes directly from the clipboard. You can use this together with the Copy ...as raw binary option in Wireshark
Bug fixes
Fixed an issue where the current message tags and generated proto file would not be cleared when a new file is loaded and that fails. This would show stale data which wasn't very nice
Fixed an issue where loading a file fails if it contains a length prefix. The status bar now indicates whether the length prefix was stripped and how many bytes (2 or 4)
Fixed an issue where value detection was attempted on an empty tag, previously that caused a crash. It no longer does.