<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&lt;snip&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>#define HAVE_REMOTE /*must be defined
before include of pcap.h*/<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>#include &lt;pcap.h&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&lt;/snip&gt;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Did you #define HAVE_REMOTE?&nbsp; I couldn&#8217;t
get anything to compile on visual studio 6 without using this #define. Even though
I&#8217;m not doing anything with remote hosts.. but this got me past the errors
(which were similar to yours.)<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>::chris<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
winpcap-users-bounces@winpcap.org [mailto:winpcap-users-bounces@winpcap.org] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Eric Hansen<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, April 25, 2006 8:02
AM<br>
<b><span style='font-weight:bold'>To:</span></b> winpcap-users@winpcap.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [Winpcap-users] Error
Compilation Tutorial Gathering Statisticson the network traffic</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>Either you aren't linking
the required libraries, or you aren't including the correct headers.<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><span class=gmailquote><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>On 4/25/06, <b><span style='font-weight:bold'>Cirix
MAN</span></b> &lt;<a href="mailto:cirixman@hotmail.com">cirixman@hotmail.com</a>&gt;
wrote:</span></font></span> <o:p></o:p></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Hello with all developers,<br>
<br>
I am currently trying to produce tools in C++ allowing to post the flow of a <br>
connection UDP on an interface. I used one of the tutorials of the WinPcap<br>
library in order to create a filter allowing to print in the screen only UDP<br>
packet on a port specified by the user. Unfortunately, I have some problems <br>
to compile the tutorial statistical WinpCap. Indeed, with Microsft Visual<br>
C++ Studio, I obtain the following errors :<br>
<br>
c:\documents and settings\administrateur\mes<br>
documents\wpdpack\examples-pcap\ttt\cpp2.cpp(30) : error C2065: 'pcap_open' <br>
: undeclared identifier<br>
c:\documents and settings\administrateur\mes<br>
documents\wpdpack\examples-pcap\ttt\cpp2.cpp(30) : error C2065:<br>
'PCAP_OPENFLAG_PROMISCUOUS' : undeclared identifier<br>
c:\documents and settings\administrateur\mes <br>
documents\wpdpack\examples-pcap\ttt\cpp2.cpp(30) : error C2440: '=' : cannot<br>
convert from 'int' to 'struct pcap *'<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Conversion from integral type to pointer
type requires<br>
reinterpret_cast, C-style cast or function-style cast <br>
<br>
I use this same source code :<br>
<br>
<a href="http://www.winpcap.org/docs/docs31/html/group__wpcap__tut9.html">http://www.winpcap.org/docs/docs31/html/group__wpcap__tut9.html</a><br>
<br>
Have already succeeds in itself compiling this code? <br>
<br>
Thank you in advance, With kind regards<br>
<br>
_________________________________________________________________<br>
Retrouvez tout en un clin d'oeil avec la barre d'outil MSN Search !<br>
<a href="http://desktop.msn.fr/">http://desktop.msn.fr/</a><br>
<br>
_______________________________________________<br>
Winpcap-users mailing list<br>
<a href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a><br>
<a href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a><o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
<br clear=all>
<br>
-- <br>
Mess with the best, die like the rest <o:p></o:p></span></font></p>

</div>

</body>

</html>