RE: [WinPcap-users] pcap_findalldevs_ex pcap_open undeclared identifier

2003-06-23 Thread Sherif Fanous
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]
=

Re: [WinPcap-users] pcap_findalldevs_ex pcap_open undeclared identifier

2003-06-23 Thread Selcuk Cevher
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]
==


RE: [WinPcap-users] pcap_findalldevs_ex pcap_open undeclared identifier

2003-06-23 Thread Fulvio Risso
Are you using 3.01 alpha?
Please use that version of the libs.

fulvio

 -Original Message-
 From: Sherif Fanous [mailto:[EMAIL PROTECTED]
 Sent: lunedì 23 giugno 2003 17.46
 To: [EMAIL PROTECTED]
 Subject: [WinPcap-users] pcap_findalldevs_ex pcap_open undeclared
 identifier


 Hi
 I'm a winpcap newbie and I'm trying to use the
 pcap_findalldevs_ex and pcap_open. However the compiler keeps
 complaining that it cannot find those functions. I have only
 included pcap.h which does not contain a declaration for both
 these functions. In which header files are they declared or what
 am I missing to compile my project. I have successfully run
 programs using the older variants of these functions
 pcap_findalldevs and pcap_open_live.
 Thanks for your help
 Sherif


 ==
  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]
==


RE: [WinPcap-users] pcap_findalldevs_ex pcap_open undeclared identifier

2003-06-23 Thread Steighton_Haley
Sounds to me like you've got the wrong version of the include files and library.  Make 
sure you're using the 3.01a version.

 -Original Message-
 From: Sherif Fanous [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 23, 2003 8:46 AM
 To: [EMAIL PROTECTED]
 Subject: [WinPcap-users] pcap_findalldevs_ex pcap_open undeclared
 identifier
 
 
 Hi
 I'm a winpcap newbie and I'm trying to use the 
 pcap_findalldevs_ex and pcap_open. However the compiler keeps 
 complaining that it cannot find those functions. I have only 
 included pcap.h which does not contain a declaration for both 
 these functions. In which header files are they declared or 
 what am I missing to compile my project. I have successfully 
 run programs using the older variants of these functions 
 pcap_findalldevs and pcap_open_live.
 Thanks for your help
 Sherif
 
 
 ==
  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]
=