| Package | Description |
|---|---|
| ssh |
| Modifier and Type | Method and Description |
|---|---|
SshLibrary.ssh_pcap_file |
SshLibrary.ssh_pcap_file_new()
Original signature :
ssh_pcap_file ssh_pcap_file_new()native declaration : /usr/include/libssh/libssh.h:345 |
| Modifier and Type | Method and Description |
|---|---|
int |
SshLibrary.ssh_pcap_file_close(SshLibrary.ssh_pcap_file pcap)
Original signature :
int ssh_pcap_file_close(ssh_pcap_file)native declaration : /usr/include/libssh/libssh.h:343 |
void |
SshLibrary.ssh_pcap_file_free(SshLibrary.ssh_pcap_file pcap)
Original signature :
void ssh_pcap_file_free(ssh_pcap_file)native declaration : /usr/include/libssh/libssh.h:344 |
int |
SshLibrary.ssh_pcap_file_open(SshLibrary.ssh_pcap_file pcap,
com.sun.jna.Pointer filename)
Deprecated.
|
int |
SshLibrary.ssh_pcap_file_open(SshLibrary.ssh_pcap_file pcap,
java.lang.String filename)
Original signature :
int ssh_pcap_file_open(ssh_pcap_file, const char*)native declaration : /usr/include/libssh/libssh.h:346 |
int |
SshLibrary.ssh_set_pcap_file(SshLibrary.ssh_session session,
SshLibrary.ssh_pcap_file pcapfile)
Original signature :
int ssh_set_pcap_file(ssh_session, ssh_pcap_file)native declaration : /usr/include/libssh/libssh.h:375 |
Copyright © 2018. All rights reserved.