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 an option to decode a hex-stream. You can now use the Load from hex stream menu item (Ctrl + Shift + H) which opens a dialog box where you can enter a stream of hex encoded bytes to load.
The format is a two characters per byte, for example f200ba0d for a 4 byte payload.
Tags on the message root that can be decoded (embedded messages, repeated tags etc) will now be automatically decoded on load.
Tags on the message root that have children will now automatically be expanded to improve usability as you don't have to manually expand those anymore.
A new view has been added that shows the tag values in a tree view with the same structure as the tag structure tree view:
Fixes
Fix issue where the trimmed length prefix bytes would still be visible in the hex-editor view which caused the selection highlighting to be off by 2 or 4 bytes.