<HTML>
<P>I added the reference to IA64 in NPF.RC VERSIONINFO with:<br>
<br>
<br>
#elif defined(_IA64_)<br>
VALUE "FileDescription", "npf.sys (NT5/6 IA64) Kernel Driver"<br>
<br>
<br>
After I changed the refferences to AMD64 (appear only two times and refers to hUserEvent32Bit) from:<br>
<br>
<br>
#ifdef _AMD64_<br>
<br>
<br>
To:<br>
<br>
<br>
#if defined(_AMD64_) || defined(_IA64_)<br>
<br>
<br>
The compilation was sucessful, the "net start npf" works fine and the interfaces is now appearing in return of "windump -D". But when I tried to open wireshark, the interface list was OK showing all of then, but before I click at buttom to start capture (i think that was when it started to count packets) the server went down with this message:<br>
<br>
<br>
*** STOP: 0x0000008E (0xFFFFFFFF80000002,0xE00001626B738834,0xE000016276387410,0x0000000000000000)</P>
<P>*** NPF.sys - Address E00001626B738834 base at E00001626B730000, DateStamp 4acce5bf<br>
<br>
<br>
I'm still trying with the DLL's (wpcap.dll and packet.dll) that I got unpacking the installer, but they has the same name and I dont know if I choose the right one between vista, 2000 or amd64.<br>
<br>
I will now try to compile these DLL's before try again.<br>
<br>
Thanks,<br>
<br>
Renato A. Ferreira</P><BR></HTML>