I have a NFQUEUE which gets packets destined for a tcp socket. I change some contents of the tcp payload and calculate new checksum for the packet. The payload contains mostly encrypted stun messages. I decrypt it from the NFQUEUE callback. After decrypting the payload, i calculate a new checksum. But from the server, which is listening at that tcp port, it gets initial tcp packets fine(with decrypted stun payload). But after couple of packets, when stun data indication packets starts to flow, it suddenly reports a huge 2096 bytes packets and breaks down. Although from the NFQUEUE cb, all send indication packets are reported to have a length of 68 bytes. What explains this bizarre behavior? Thanks in Advance. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html