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?