blob: 3c0dea4fd6cad2cfb176cd3c52a755c98dca29dd [file] [log] [blame]
{% for object in proto.messages|sort(attribute='name') %}
{{ object.name }}
{%- for field in xproto_fields(object, proto.message_table) | sort(attribute='id') %}
{{ field.name }}, {{ field.id }}, {{ field.accessor }}
{%- endfor %}
{%- for field in xproto_rlinks(object, proto.message_table) | sort(attribute='id') %}
{{ field.src_port }}_ids, {{ field.id }}, {{ field.accessor }}
{%- endfor %}
{% endfor %}