Module: HrrRbSsh::Message::SSH_MSG_REQUEST_SUCCESS

Extended by:
Codable
Defined in:
lib/hrr_rb_ssh/message/081_ssh_msg_request_success.rb

Constant Summary collapse

ID =
self.name.split('::').last
VALUE =
81
DEFINITION =
[
  #[DataType, Field Name]
  [DataType::Byte,      :'message number'],
]
TCPIP_FORWARD_DEFINITION =
[
  #[DataType, Field Name]
  #[DataType::String,   :'request name' : "tcpip-forward"],
  [DataType::Uint32,    :'port that was bound on the server'],
]
CONDITIONAL_DEFINITION =
{
  # Field Name => {Field Value => Conditional Definition}
  :'request name' => {
    "tcpip-forward" => TCPIP_FORWARD_DEFINITION,
  }
}

Method Summary

Methods included from Codable

common_definition, conditional_definition, decode, decode_recursively, encode, logger