- Global pcap_lookupdev
- Use pcap_findalldevs() or pcap_findalldevs_ex() instead.
- Global pcap_lookupnet
- Use pcap_findalldevs() or pcap_findalldevs_ex() instead.
- Global pcap_file
- Due to incompatibilities between the C Runtime (CRT) used to compile WinPcap and the one used by WinPcap-based applications, this function may return an invalid FILE pointer, i.e. a descriptor that causes all the standard I/O stream functions (ftell, fseek, fclose...) to fail. The function is still available for backwards binary compatibility, only.
documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2009
CACE Technologies. All rights reserved.