On Fri, May 23, 2008 at 1:27 PM, Mohamed Kouki <[EMAIL PROTECTED]> wrote: > HI list > > I'm trying to generate multiple data flows by replying multiple traces at > once > the goal of my simulation is to replay traces sequencely by specifying a > timer between two consequent traces : > e.g : 1st flow(trace) : 0ms > 2nd flow (trace : 10 ms > 3rd flow(trace) :20 ms > .................... > can anyone give me me an idea how to do it using tcpreplay ? > thanks
If you're looking to introduce a 10ms delay between playing each pcap, that can be easily accomplished by editing the source code. Just add the appropriate sleep call to the end of tcpreplay.c:replay_file(). -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing & replay tools for Unix They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. -- Benjamin Franklin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Tcpreplay-users mailing list Tcpreplay-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tcpreplay-users Support Information: http://tcpreplay.synfin.net/trac/wiki/Support