PROTOCOL_PREFIX
assert(strncmp(e->pt_name, PROTOCOL_PREFIX,
strlen(PROTOCOL_PREFIX)) == 0);
e->pt_name += strlen(PROTOCOL_PREFIX);