Results 1 to 1 of 1
Hi all. I need help with FCS re-computing. I added an extra header in outgoing packets, between layer 2 and 3 for my own needs. Now when the packet is ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-26-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 7
Frame check sequence re-calculation
Hi all. I need help with FCS re-computing. I added an extra header in outgoing packets, between layer 2 and 3 for my own needs. Now when the packet is forwarded Wireshark software on receiving machine tells the FCS is incorrect.
How can I recompute FCS after adding the extra header? I thought I could disable hardware checksumming setting skb->ip_summed = CHECKSUM_NONE and then call skb_checksum on socket buffer, but it seems not to be working.
Thanks in advance


Reply With Quote
