Kon

Forum Replies Created

Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts
  • in reply to: NeT Firewall – Application-based security rules? #5950
    Kon
    Participant

      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.

      in reply to: Build Delphi examples #5943
      Kon
      Participant

        А ты случаем не пробовал использовать эти фунции, называя их так как они экспортируются.

        Смотри в 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’;
        ……………………………

        Все сэмплы прекрасно компилятся.

        in reply to: NeT Firewall on Virtual Network Adapter #5917
        Kon
        Participant

          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.

          in reply to: NeT Firewall on Virtual Network Adapter #5915
          Kon
          Participant

            Hi.

            You have to see our release notes:) Current version of NeT Firewall doesn’t support 64-bit platforms.

            in reply to: NeT Firewall on Virtual Network Adapter #5913
            Kon
            Participant

              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_MACHINESYSTEMCurrentControlSetServicesipfrwl

              ErrorControl = 0x00000001
              Group = Stream Drivers
              Start = 0x00000001
              Type = 0x00000001

              in reply to: NeT Firewall on Virtual Network Adapter #5911
              Kon
              Participant

                Hi.

                Does your error message is equal to “NeT Firewall is damaged. Please reinstall.”?

                in reply to: I need help for Net Firewall #5896
                Kon
                Participant

                  I am going to finish new updates at the middle of next month.

                  in reply to: I need help for Net Firewall #5894
                  Kon
                  Participant

                    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.

                    in reply to: I need help for Net Firewall #5892
                    Kon
                    Participant

                      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.

                    Viewing 9 posts - 31 through 39 (of 39 total)