Forum Replies Created
-
AuthorPosts
-
The download link is the same. Archive contain both 32 bit and 64 bit drivers.
Спасибо за информацию. Меры приняты. 😯
Yes, you can install and use VirtNet on Windows 2008
You can use VirtNet under Windows x64 if disable driver signing requirement (press F8 during system boot and choose Disable Driver Signature Enforcement option) or you can use test signing for VirtNet driver.
June 29, 2009 at 9:06 am in reply to: [WinpkFilter 3.0.4.1] Failed to load helper driver (Delphi) #6747For the cross platform compatibility WinpkFilter driver returns adapter names as ANSI strings (actually only ANSI set used for internal adapter names). On user mode level you can operate with UNICODE strings if needed, just remember that strings from driver are in ANSI.
It may happen if your packet processing code is incredibly slow. In this case internal driver packets queue reaches its maximum size and all newly coming packets are dropped.
If you use high speed connection I recommend to use ReadPackets API instead ReadPacket (refer PackThru sample) and optimize your packet processing code.
WinpkFilter 3.0.6 released. This service release includes the bugfix for WinpkFilter NDIS IM driver (BSOD on restoring from Hibernate state on Windows Vista).
Important note:
For Windows Vista and later versions of the Windows family of operating systems, kernel-mode software must have a digital signature to load on x64-based computer systems. WinpkFilter drivers are not signed and in order to test them on Vista x64 you should press F8 during system boot and choose Disable Driver Signature Enforcement option. For the commercial software you’d have to obtain Code Signing certificate from Verysign or another Certificate Authority authorized by Microsoft.If you are eligible for a free update, please send the following details to support@ntkernel.com tо receive an update instruction:
1) Your order ID.
2) An approximate date of purchasing.VirtNet was updated to support Windows XP/2003 x64.
OK, i will try to find some time on the coming week to update VirtNet 8)
Try installing NDIS IM variant of WinpkFilter driver. Most probably you have another NDIS hooking driver installed by third-party firewall of AV software, which does conflict with WinpkFilter.
What operating system you are using?
June 4, 2009 at 11:55 pm in reply to: WinpkFilter miniport driver installed on vista, need reboot? #6819Sometimes reboot is required, sometimes not. That depends if network stack can reconfigure dynamically or not.
New version of Local Monitor will be released in next couple of days.
If you try to install WinpkFilter run-time on the fresh copy of Windows XP x64 under Administrator account you should not meet any problems. I don’t know what was the particular reason for the automatic installation to fail, may be lack of privilege to install the driver, may be previous version of WinpkFilter was installed before and was not completely removed before reinstall, may be something else.
-
AuthorPosts