Skip to content

dump_binary should indicate element and attribute names #8

@magicbadger

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

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