DecodePacket Method
Decodes a hex-encoded SSH packet.
Object Oriented Interface
public function doDecodePacket($encodedpacket);
Procedural Interface
ipworksssh_sexec_do_decodepacket($res, $encodedpacket);
Remarks
This method is used to decode an SSH packet created by EncodePacket.
Note: This method is only applicable for reading and creating SSH packets for use within the SSHCustomAuth event.