12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- pcap_t *pcap_open_rpcap(const char *source, int snaplen, int flags,
- int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
- int pcap_findalldevs_ex_remote(char *source, struct pcap_rmtauth *auth,
- pcap_if_t **alldevs, char *errbuf);
|