* bizarre behavior of NFQUEUE for tcp socket
@ 2015-08-04 12:24 aft
0 siblings, 0 replies; only message in thread
From: aft @ 2015-08-04 12:24 UTC (permalink / raw)
To: netfilter
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-04 12:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 12:24 bizarre behavior of NFQUEUE for tcp socket aft
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).