Tagged Questions
4
votes
3answers
4k views
C Programming TCP Checksum
I have been having trouble doing the checksum for TCP for several days now. I have looked at many sources on the Internet but none of the examples that I have seen show you how to do the TCP checksum. ...
2
votes
1answer
1k views
Does the ICMP Header Checksum include the data as well?
As part of a homework assignment, I have to write a C program in Linux that generates ICMP replies to ICMP Echo requests using raw sockets. Does the data in the ICMP Packet have to be included in the ...
1
vote
1answer
2k views
tcp checksum and tcp offloading
i am using raw sockets to create my own socket. i need to set the tcp_checksum.
i have tried a lot of references but all are not working (i am using wireshark for testing).
could you help me please.
...