Packet Manipulation

Home Forums Discussions Support Packet Manipulation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5170
    DaSeppele
    Participant

      Hi

      I was working with the PassThru Example in C# for a while.
      I try to capture some outgoing packets and modify the data in PacketBuffer.m_IBuffer
      No problem so far.
      But how can i send the modified data from PacketBuffer.m_IBuffer to the network??
      Can anyone give me some C# sampleCode please?

      Thanks

      #6541
      Vadim Smirnov
      Keymaster

        Sending modified packet does not differ from sending unmodified one, however take care to recalculate packet checksums.

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