hello, <br><br>i am using winpcap 3.1 with mingw on WinXP everything is compiling fine until i use the following functions:<br><br>pcap_open()<br>pcap_findalldevs_ex()<br>pcap_createsrcstr()<br>pcap_parsesrcstr()<br>pcap_setsampling()
<br>pcap_remoteact_accept()<br>pcap_remoteact_list()<br>pcap_remoteact_close()<br>pcap_remoteact_cleanup()<br><br>after reading the winpcap FAQ's amonst other things, i found out that i had to add #define HAVE_REMOTE before including 
pcap.h<br>this did reduce the number of errors however i still get undefined references to certain pcap functions for example:<br><br>undefined reference to pcap_createsrcstr(...)<br><br>I am linking to the correct librarys and after reading the winpcap FAQ's again i found out that these functions are not exported from 
wpcap.dll. anyway my problem is that how do i use these functions with out getting any of the undefined reference errors.<br><br>thank you.<br>