Multiple Adapters…

Home Forums Discussions Support Multiple Adapters…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4863
    moong
    Participant

      Hi.

      I’m using WinpkFilter, Individual License and I have some questions.

      1. How can I use WinpkFilter for capturing packets from multiple adapters ?

      2. Dose my WinpkFilter Appication NOT conflict with any other NDIS hooking drivers or WinpkFilter Applications ?

      Please show me efficient method for solve this problem.

      Thanks.

      #5595
      Vadim Smirnov
      Keymaster

        1. How can I use WinpkFilter for capturing packets from multiple adapters ?

        You can start the dedicated thread for each network interface to capture and process packets from it, just like PassThru sample does. Another way is setting up events for each interface and using WaitForMultipleObjects.

        2. Dose my WinpkFilter Appication NOT conflict with any other NDIS hooking drivers or WinpkFilter Applications ?

        We can’t guarantee the compatibility with any other hooking drivers, but WinpkFilter is compatible with the majority of firewalls on the market. In order to avoid conflicts with other WinpkFilter applications you would need the custom build (with customized names for drivers and devices) of WinpkFilter drivers (free for the Developer license).

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.