Hi. As Loris pointed out in the other mail, WinPcap requires TCP/IP installed in order to detect adapters.
I think that the patch you did some time ago has given you all those errors (wanpacket.dll, npptools and such not found), because you were using the wrong packet.dll: there are two (actually 3, one is for 9x) separate packet.dll. They are built by using different project configurations under Visual C++. The one for NT4 is called "Release Win32_NT4"/"Debug Win32_NT4" (and the dll file is put in the folder NT4_debug/NT4_Release). Have a nice day GV ----- Original Message ----- From: "Rob Henningsgard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 1:12 AM Subject: [WinPcap-users] Odd behavior Redux on NT4 > Hello all, > > There must be an echo in here... with no TCP-IP stack installed > under Windows NT4, the PACKET.DLL from 3.1 Beta 3 complains, > "Can not find TCP-IP Bindings. In order to run the packet capture > driver, you must install TCP-IP." > > (My reference to the echo is that I had exactly the same problem > with Beta 2 under Windows 2000 running with no TCP-IP, and that > was fixed in Beta 3.) > > I tried the same trick I had used under 2000, with my patched > 3.1 Beta 2 DLL, but that gave me a hassle about not finding > several other DLLs, like WANPACKET.DLL, NPPTools.DLL, and > MSVCR1.DLL. This may be unrelated (as in I may have inadvertently > linked in something to my app that I shouldn't have), but I > thought I'd mention it anyhow. > > So, Gianluca, is it (or will it be) possible to run PACKET.DLL > under NT4 without having the TCP-IP stack installed? It's been > working great under Win2000. > > Thanks, > > Rob--- > > > > > ================================================================== > This is the WinPcap users list. It is archived at > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > To unsubscribe use > mailto: [EMAIL PROTECTED] > ================================================================== > ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
