New event to be signaled on network interfaces configuration

Home Forums Discussions Support New event to be signaled on network interfaces configuration

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5221
    omers
    Participant

      Hello,

      You wrote

      2004-Jul-19
      WinpkFilter 2.4.0 released. New features:
      …..
      – New event to be signaled on network interfaces configuration changes (disable/enable network connection, unplug/plug network interface)
      ….

      How can I detect network interface’s status changes? And also enable/disable interface with winpk framework? Is there any details for delphi or c++?

      As a second question, can I extract tcp packets from the SSL stream with winpk?

      Thanks,
      Omer

      #6661
      Vadim Smirnov
      Keymaster

        How can I detect network interface’s status changes? And also enable/disable interface with winpk framework? Is there any details for delphi or c++?

        http://www.ntkernel.com/wpfk-help/setadapterlistchangeevent.htm

        As a second question, can I extract tcp packets from the SSL stream with winpk?

        If this is about HTTPS then by port number 443. If another port used you can try to identify the connection, an example, by SSL certificate sent by server.

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