dispatch_protocol_error
ssh_dispatch_init(ssh, &dispatch_protocol_error);
ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &dispatch_protocol_error);
ssh_dispatch_init(ssh, &dispatch_protocol_error);
int dispatch_protocol_error(int, uint32_t, struct ssh *);
return dispatch_protocol_error(type, seq, ssh);
return dispatch_protocol_error(type, seq, ssh);
ssh_dispatch_init(ssh, &dispatch_protocol_error);
ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, dispatch_protocol_error);