/* these are not in the header, just print them for our convenience */
m->p = seprint(m->p, m->e, " dataln=%1zd", m->pe - m->ps);
if ((h->flags & (FlagL|FlagS|FlagM)) == 0 && m->ps == m->pe)
m->p = seprint(m->p, m->e, " ack");
return 0;
}
Proto ttls =
{
"ttls",
nil,
nil,
p_seprint,
p_mux, /* we need this to get the dump printed */
"%lud",
nil,
defaultframer,
};