<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">Thank you, that was it, thank you very much<br><br>PS: Sorry all this came as a reply to someone else's post.... really really sorry...won't happen again<br><div>&nbsp;</div><span style="font-family: times new roman,new york,times,serif;"><span style="font-weight: bold;">Cri</span></span><span style="font-style: italic; color: rgb(115, 115, 115);"><span style="font-size: 10pt; font-family: Tahoma;"></span></span><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Gianluca Varenni &lt;gianluca.varenni@cacetech.com&gt;<br>To: winpcap-users@winpcap.org<br>Sent: Thursday, March 13, 2008 4:50:27 PM<br>Subject: Re: [Winpcap-users] Newbie facing
 problem in setting filter whilerunning pf.exe<br><br>


 
<style type="text/css">DIV {
MARGIN:0px;}
</style>


<div><font size="2">Cristina,</font></div>
<div>&nbsp;</div>
<div><font size="2">you probably forgot to define "WPCAP" and "HAVE_REMOTE" before 
including pcap.h or within the project properties.</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">The easiest way is perhaps this</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">#define WPCAP</font></div>
<div><font size="2">#define HAVE_REMOTE</font></div>
<div><font size="2">#include &lt;pcap.h&gt;</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Have a nice day</font></div>
<div><font size="2">GV</font></div>
<blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
  <div style="background: rgb(228, 228, 228) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>From:</b> 
  <a rel="nofollow" title="fullmoon_2011@yahoo.com" ymailto="mailto:fullmoon_2011@yahoo.com" target="_blank" href="mailto:fullmoon_2011@yahoo.com">Cristina Ruxandra Ionescu</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a rel="nofollow" title="winpcap-users@winpcap.org" ymailto="mailto:winpcap-users@winpcap.org" target="_blank" href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Thursday, March 13, 2008 1:46 
  AM</div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b> Re: [Winpcap-users] Newbie 
  facing problem in setting filter whilerunning pf.exe</div>
  <div><br></div>
  <div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"><span style="color: rgb(0, 0, 0);">Hello everyone,<br><br>&nbsp; I have managed to 
  solve my problem the last time you helped me, but now I have stmbled accross 
  another one. I have Winpcap installed on my computer the same time as 
  Wireshark (ex Ethereal). I work in Visual C++ Express 2008 and whn I compile 
  my small sniffer which uses pcap_open (and pcap_next and pcap_sendpacket, but 
  they are fine for now ), I am left with one warning </span><span style="font-weight: bold; color: rgb(0, 0, 191);"><br><br>&gt;&gt;...warning 
  C4013: 'pcap_open' undefined; assuming extern returning int<br><br><span style="color: rgb(0, 0, 0);"></span></span><span style="color: rgb(0, 0, 191);"><span style="color: rgb(0, 0, 0);">I have had other 
  silly warnings like scanf for a while telling me to define #define 
  _CRT_SECURE_NO_DEPRECATE, because of C compiler changes I believe, but this 
  warning , I do not know how to get rid of...can you help me?<br><br>thanks in 
  advance,</span></span><span style="font-weight: bold; color: rgb(0, 0, 191);"><span style="color: rgb(0, 0, 0);"></span><br></span>
  <div>&nbsp;</div><span style="font-family: times new roman,new york,times,serif;"><span style="font-weight: bold;">Cri</span></span></div><br>
  <hr size="1">
  Be a better friend, newshound, and know-it-all with Yahoo! Mobile. <a rel="nofollow" target="_blank" href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ%20">Try 
  it now.</a>
  <p>
  </p><SPAN style="width:100%;height:2px;border-bottom:1px solid rgb(212,208,200); border-top:1px solid rgb(128,128,128);background-color:black;overflow:hidden; margin:8px 0px;"></SPAN>

  <p></p>_______________________________________________<br>Winpcap-users 
  mailing 
  list<br>Winpcap-users@winpcap.org<br><a target="_blank" href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br></blockquote><!-- kill --><div><br><br>-----Inline Attachment Follows-----<br><br>_______________________________________________<br>Winpcap-users 
mailing 
list<br><a ymailto="mailto:Winpcap-users@winpcap.org" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a><br><a href="https://www.winpcap.org/mailman/listinfo/winpcap-users" target="_blank">https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br></div></div><br></div></div><br>
      <hr size=1>Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile. <a href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ "> Try it now.</a></body></html>