IPSec

Home Forums Discussions Support IPSec

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4831
    sakthee
    Participant

      How to: Encrypt and Decrypt Packet content(User data) based on their IP Addresses?
      Thank u

      #5478
      Vadim Smirnov
      Keymaster

        May it makes sense for you to read IPSec documents regarding this subject? WinpkFilter gives you raw access to packet data, so you can do anything described in IPSec specs.

        #5479
        sakthee
        Participant

          how to: Get the Exact IP address from a packet into a string like “203.122.1.111”?
          Thank u

          #5480
          Vadim Smirnov
          Keymaster

            Just parse IP header of the packet and format the string with IP address…

            #5481
            sakthee
            Participant

              What is the use MTU decrement in IPsec?
              Thank u

              #5482
              Vadim Smirnov
              Keymaster

                When implementing IPSec you need to insert additional headers (AH, ESP) or even incapsulate packets, thats why you need to decrement MTU used by system.

                #5483
                sakthee
                Participant

                  do i need to set MTU if i want to add additional data to the original packet Data?
                  Like
                  Packet org. Data=”asdasdasdasda”
                  I would like to replace it with Data=”###asdasdasdasda###”
                  Thank u

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