I want to detect new TCP Session open.

Home Forums Discussions Support I want to detect new TCP Session open.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4882
    machun
    Participant

      I use your WinPkFilter.

      I Want to detect create new TCP Session.

      Do you have some idea ?

      #5641
      Vadim Smirnov
      Keymaster

        I think you’d better reference some book or RFC for this question. In general TCP session established in three steps:
        1) SYN-packet (TCP packet with SYN flag set) from client to server.
        2) ACK-SYN packet from server to client
        3) ACK packet from client to server.

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