Forum Replies Created
-
AuthorPosts
-
Hi.
Big thanks for words about NeT Firewall.
Application based security will be included at NeT Firewall 3.0 beta.
I guess to present beta version at the end of Febrary.
А ты случаем не пробовал использовать эти фунции, называя их так как они экспортируются.
Смотри в winpk.pas как они объявленв для исполльзовани в Delphi
function OpenFilterDriver(pszFileName : Pchar): THANDLE; stdcall; external ‘ndisapi.dll’;
procedure CloseFilterDriver(hOpen: THANDLE); stdcall; external ‘ndisapi.dll’;
function GetDriverVersion(hOpen: THANDLE): DWORD; stdcall; external ‘ndisapi.dll’;
function GetTcpipBoundAdaptersInfo(hOpen: THANDLE; pAdapters: PTCP_AdapterList): DWORD; stdcall; external ‘ndisapi.dll’;
function SendPacketToMstcp(hOpen: THANDLE; pPacket: PETH_REQUEST): DWORD; stdcall; external ‘ndisapi.dll’;
function SendPacketToAdapter(hOpen: THANDLE; pPacket: PETH_REQUEST): DWORD; stdcall; external ‘ndisapi.dll’;
function ReadPacket(hOpen: THANDLE; pPacket: PETH_REQUEST): DWORD; stdcall; external ‘ndisapi.dll’;
function SetAdapterMode(hOpen: THANDLE; pMode: PADAPTER_MODE): DWORD; stdcall; external ‘ndisapi.dll’;
function FlushAdapterPacketQueue(hOpen: THANDLE; hAdapter: THANDLE): DWORD; stdcall; external ‘ndisapi.dll’;
function SetPacketEvent(hOpen: THANDLE; hAdapter: THANDLE; hWin32Event: THANDLE): DWORD; stdcall; external ‘ndisapi.dll’;
function SetWANEvent(hOpen: THANDLE; hWin32Event: THANDLE): DWORD; stdcall; external ‘ndisapi.dll’;
function SetAdapterListChangeEvent(hOpen: THANDLE; hWin32Event: THANDLE): DWORD; stdcall; external ‘ndisapi.dll’;
function NdisrdRequest(hOpen: THANDLE; OidData: PPACKET_OID_DATA; dwSet: DWORD): DWORD; stdcall; external ‘ndisapi.dll’;
function SetHwPacketFilter(hOpen: THANDLE; hAdapter: THANDLE; dwFilter: DWORD):DWORD; stdcall; external ‘ndisapi.dll’;
function GetHwPacketFilter(hOpen: THANDLE; hAdapter: THANDLE; var dwFilter: DWORD):DWORD; stdcall; external ‘ndisapi.dll’;
function SetMTUDecrement(dwMTUDecrement: DWORD): DWORD; stdcall; external ‘ndisapi.dll’;
function GetMTUDecrement(): DWORD; stdcall; external ‘ndisapi.dll’;
function IsDriverLoaded(hOpen: THANDLE): Boolean; stdcall; external ‘ndisapi.dll’;
function GetBytesReturned(hOpen: THANDLE): DWORD; stdcall; external ‘ndisapi.dll’;
function ConvertWindowsNTAdapterName(szAdapterName: Pchar; szUserFriendlyName: Pchar; dwUserFriendlyNameLength: DWORD): DWORD; stdcall; external ‘ndisapi.dll’;
function ConvertWindows2000AdapterName(szAdapterName: Pchar; szUserFriendlyName: Pchar; dwUserFriendlyNameLength: DWORD): DWORD; stdcall; external ‘ndisapi.dll’;
function ConvertWindows9xAdapterName(szAdapterName: Pchar; szUserFriendlyName: Pchar; dwUserFriendlyNameLength: DWORD): DWORD; stdcall; external ‘ndisapi.dll’;
……………………………Все сэмплы прекрасно компилятся.
Hi.
Thank you for choosing our NeT Firewall product.
I am going to build 64-bit version in April. But I guess to work on your Server you need only 64-bit version of file ipfrwl.sys.
May be we can build custom version for you.
Hi.
You have to see our release notes:) Current version of NeT Firewall doesn’t support 64-bit platforms.
Please check the following points after installation of NeT Firewall
1)You have to find ipfrwl.sys on your …system32drivers directory
2)Please check the registry key:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesipfrwlErrorControl = 0x00000001
Group = Stream Drivers
Start = 0x00000001
Type = 0x00000001Hi.
Does your error message is equal to “NeT Firewall is damaged. Please reinstall.”?
I am going to finish new updates at the middle of next month.
Pavel,
I guess where is no way to do it.
I think we have to include read-only access to firewall for non-Administrator users.
Hi.
The problem is, that Power User don’t have the Administrator’s priveleges working with windows registry. Where is no opportunity in current version of NeT Firewall to check this.
I guess to include read-only access of non-Administrator user in new version of NeT Firewall.
-
AuthorPosts