i want install npf driver without packet.dll , wpcap.dll. extract winpcap-4.1.exe using 7zip , copy npf.sys c:/windows/ system32/drivers. have made such registry
windows registry editor version 5.00
[hkey_local_machine \ system \ currentcontrolset \ services \ npf] "type" = dword: 00000001 "start" = dword: 00000002 "errorcontrol" = dword: 00000001 "imagepath" = hex (2): 73,00,79,00,73,00,74,00,65,00,6d, 00,33,00,32,00,5c, 00,64,00, \
72,00,69,00,76,00,65,00,72,00,73,00,5c, 00,6e, 00,70,00,66,00,2e, 00,73,00,79, \ 00,73,00,00,00 "displayname" = "netgroup packet filter driver" "timestampmode" = dword: 00000000[hkey_local_machine \ system \ currentcontrolset \ services \ npf \ enum] "0" = "root \ \ legacy_npf 0000" "count" = dword: 00000001 "nextinstance" = dword: 00000001
but didn't work.
you'd better compile npf driver yourself. , it's simple:
- get winpcap source file: http://www.winpcap.org/archive/
- install ddk tool
- compile npf driver only
- copy npf.sys
%systemroot%/system32/drivers
- add registry info register above
- reboot important
Comments
Post a Comment