Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display hex/bin format for all nibbles in raw packet input #8

Open
tacooper opened this issue Feb 7, 2024 · 0 comments
Open

Display hex/bin format for all nibbles in raw packet input #8

tacooper opened this issue Feb 7, 2024 · 0 comments

Comments

@tacooper
Copy link
Owner

tacooper commented Feb 7, 2024

This would allow easy manipulation of each nibble in the raw packet input in order to achieve a desired output value, since there is no "packet encoder" tool. It would also help to "show work" for visualizing each step in the decoding process.

For example, 0x0123 hex input should display:

(Hex:) [    0 ][    1 ][    2 ][    3 ]
(Bin:) [ 0000 ][ 0001 ][ 0010 ][ 0011 ]

These new input (Hex:) and (Bin:) rows should be displayed above the existing decoded (Bin:) and (Hex:) rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant