Re: Re: trouble modifying passthru sample

Home Forums Discussions Support trouble modifying passthru sample Re: Re: trouble modifying passthru sample

#6838
Vadim Smirnov
Keymaster

    I’m not experienced in C# well enough to inspect your code for possible errors. However, I would recommend you to install network sniffer like Network Monitor or Wireshark and intercept your handcrafted packets from the network. Network sniffer will show if anything is wrong with checksum.

    Also, I can’t see in the code fragment where do you check if you are working with UDP packet. Or do you treat every outgoing packet as UDP one?