- Global bIoComplete
- Still present for compatibility with old applications.
- Global hEvent
- Still present for compatibility with old applications.
- Global OverLapped
- Still present for compatibility with old applications.
- Global pcap_open_live (const char *device, int snaplen, int promisc, int to_ms, char *ebuf)
- Use the pcap_open() instead.
- Global pcap_open_dead (int linktype, int snaplen)
- Use the pcap_open() instead.
- Global pcap_open_offline (const char *fname, char *errbuf)
- Use the pcap_open() instead.
- Global pcap_findalldevs (pcap_if_t **alldevsp, char *errbuf)
- Use the pcap_findalldevs_ex() instead.
- Global pcap_lookupdev (char *errbuf)
- Use the pcap_findalldevs_ex() instead.
- Global pcap_lookupnet (const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, char *errbuf)
- Use the pcap_findalldevs_ex() instead.
- Global pcap_dispatch (pcap_t *p, int cnt, pcap_handler callback, u_char *user)
- Use the pcap_next_ex() instead.
- Global pcap_loop (pcap_t *p, int cnt, pcap_handler callback, u_char *user)
- Use the pcap_next_ex() instead.
- Global pcap_next (pcap_t *p, struct pcap_pkthdr *h)
- Use the pcap_next_ex() instead.
- Global pcap_stats (pcap_t *p, struct pcap_stat *ps)
- Use the pcap_next_ex() instead.
- Global pcap_file (pcap_t *p)
- Use the pcap_dump() instead.
- Global pcap_fileno (pcap_t *p)
- This function has different behaviours in Unix and Win32.
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.