ADMINMSG_LEN
int offset = ae * ADMINMSG_LEN * 2;
memcpy(buf, in, ADMINMSG_LEN);
memcpy(out, buf + ADMINMSG_LEN, ADMINMSG_LEN);