Used to read a field from an SSH packet's payload.
public byte [] getSSHParamBytes(byte [] payload, String field);
This method is the same as calling GetSSHParam, but returns raw bytes instead of strings.