Re: tcpdump confused with NAT-T+IPSec Packets

2005-08-22 Thread Patrick McHardy
Gopalakrishnan Raman wrote: Hi I'm using 2.6.11.7 and debugging why my ESP tunnel mode does not work between two 2.6 machines one of which is behind a NAT. I'm using tcpdump to capture NAT-T packets on one of the hosts and using espdecrypt (http://www.cs.rpi.edu/~flemej/freebsd/espdecrypt/) to se

Re: tcpdump confused with NAT-T+IPSec Packets

2005-08-22 Thread Herbert Xu
Gopalakrishnan Raman <[EMAIL PROTECTED]> wrote: > The problem is that packet_rcv() calls skb_clone() which is the > right thing to do in all cases except when the data portion of the > incoming skb is being modified in place. I replaced it with a pskb_copy() > in the case when the packet is likely