Skip to content

dump_binary should indicate element and attribute names #8

Description

@magicbadger

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions