ssh_set_pcap_file method

int ssh_set_pcap_file(
  1. ssh_session session,
  2. ssh_pcap_file pcapfile
)

Implementation

int ssh_set_pcap_file(
  ssh_session session,
  ssh_pcap_file pcapfile,
) {
  return _ssh_set_pcap_file(
    session,
    pcapfile,
  );
}