ssh_pcap_file_open method

int ssh_pcap_file_open(
  1. ssh_pcap_file pcap,
  2. Pointer<Int8> filename
)

Implementation

int ssh_pcap_file_open(
  ssh_pcap_file pcap,
  ffi.Pointer<ffi.Int8> filename,
) {
  return _ssh_pcap_file_open(
    pcap,
    filename,
  );
}