<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>The user level part of WinPcap (wpcap.dll and packet.dll, plus 
a couple other minor binaries) are 32-bit only. We do not provide 64-bit user 
level libraries because up to now there was not much request for 
that.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Wrt how WinPcap works on 64bit, this is the explanation. The 
kernel driver (npf.sys) is 64bit. This is a requirement (kernel drivers must be 
64bit on a 64bit Windows OS). The user level&nbsp;part&nbsp;is 32bit, i.e. a 
WinPcap-based application is always a 32-bit application. On 64bit Windows, it 
runs on WoW64 (Windows on Windows64) i.e. it runs in a 32bit environment, and 
the OS provides the necessary thunking to have the 32bit application to 
communicate with the 64bit kernel and 64bit kernel driver.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Providing 64bit versions of the WinPcap user level libraries 
is definitely in our todo list, but at the moment it's a low priority task due 
to the very few requests we had for this feature.</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>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=aviad.yehezkel5@gmail.com 
  href="mailto:aviad.yehezkel5@gmail.com">Aviad Yehezkel</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=winpcap-users@winpcap.org 
  href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, November 22, 2007 10:46 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Winpcap-users] Problem linking 
  to wpcap.lib</DIV>
  <DIV><BR></DIV>
  <DIV>I need help in compiling my program.</DIV>
  <DIV>i installed winpcap driver + dll (the exe file) on 64 bit machine.</DIV>
  <DIV>i wrote a program that using pcap functions. when i am compling it 
  in&nbsp;64 bit&nbsp;mode i get an unsloved link symbol to the pcap functions, 
  but when i am compling it in 32 bit mode, everything is working fine. i think 
  the wpcap.lib from the developer pack is for 32 bit, but i can't understand 
  why it is working on 64 bit machine? - didn't the installation of winpcap 
  install a dll&nbsp;of 64 bit?</DIV>
  <DIV>please help..</DIV>
  <DIV>&nbsp;</DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Winpcap-users 
  mailing 
  list<BR>Winpcap-users@winpcap.org<BR>https://www.winpcap.org/mailman/listinfo/winpcap-users<BR></BLOCKQUOTE></BODY></HTML>