On 10/31/06, BOUGANT François RD-CORE-LAN <[EMAIL PROTECTED]> wrote: > Hi Again, > > I found the solution for this problem : > > It seems that ESP protocol in truncated packets makes trouble. > > After having dropped out ESP packets (command : "tcpdump -r <my_file.pcap> -w > <my_file_without_esp.pcap> 'tcp or udp or icmp' "), a new try of "tcprewrite > -F pad ... " succeeded ! ! :-)
Hi Francois, Thanks for the update. That makes sense (IPSec is IP proto 50) and I don't believe the code knows how to deal with that. In reality, that shouldn't stop processing to abort, but continue on, skipping the packet. I've opened up ticket #92 to track this issue. http://tcpreplay.synfin.net/trac/ticket/92 Thanks, Aaron -- Aaron Turner http://synfin.net/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
