Thanks alot, actually I found the declarations in "remote-ext.h", however now I'm getting a linking error(unresolved external symbol) concerning both those functions. I'm linking against wpcap.lib and Packet.lib. Are there any other files I should link against as well. Thanks alot Sherif
-----Original Message----- From: Selcuk Cevher [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 8:06 PM To: [EMAIL PROTECTED] Subject: Re: [WinPcap-users] "pcap_findalldevs_ex" "pcap_open" undeclared identifier all you need is to add the declarations for those two functions (the ones in the documentation of Winpcap) into "pcap.h" on your own..i did so and it worked ;) _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ================================================================== ================================================================= This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] =================================================================
