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

dump_binary should indicate element and attribute names #8

Open
magicbadger opened this issue Mar 11, 2021 · 0 comments
Open

dump_binary should indicate element and attribute names #8

magicbadger opened this issue Mar 11, 2021 · 0 comments

Comments

@magicbadger
Copy link
Owner

Add an indication of a human readable element and attribute names to the dump.

For example, currently it is this:

         +-- Element 0x31
             +-- Attribute 0x80 : www.capitalfm.com
             +-- Attribute 0x81 : london

It should be this:

         +-- Element 0x31 (radiodns)
             +-- Attribute 0x80 (fqdn) : www.capitalfm.com
             +-- Attribute 0x81 (serviceIdentifier): london

Or even this:

         +-- radiodns (Element 0x31)
             +-- fqdn (Attribute 0x80) : www.capitalfm.com
             +-- serviceIdentifier (Attribute 0x81) : london
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant