<HTML>
<P>I&nbsp;added the reference to IA64 in NPF.RC VERSIONINFO with:<br>

<br>

<br>

#elif defined(_IA64_)<br>

&nbsp;&nbsp;&nbsp;VALUE "FileDescription",&nbsp;&nbsp; "npf.sys (NT5/6 IA64) Kernel Driver"<br>

<br>

<br>

After&nbsp;I changed the refferences to AMD64 (appear only two times and refers to hUserEvent32Bit)&nbsp;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&nbsp;and the interfaces is&nbsp;now&nbsp;appearing in return of&nbsp;"windump -D". But when I tried to open wireshark,&nbsp;the interface list was OK showing all of then, but before I click at buttom&nbsp;to start capture (i think that was when it started to count packets)&nbsp;the server&nbsp;went down with this message:<br>

<br>

<br>

*** STOP: 0x0000008E (0xFFFFFFFF80000002,0xE00001626B738834,0xE000016276387410,0x0000000000000000)</P>
<P>***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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)&nbsp;that I got&nbsp;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>