A suite of tools to edit and replay captured network traffic. It allows to classify traffic as client or server, rewrite Layer 2, 3 and 4 headers and replay the traffic back onto the network and through network devices.
Questions tagged [tcpreplay]
64 questions
0
votes
1 answer
Is there any way to send the packet per minute with tcpreplay ?
I am using tcpreplay to send traffic . I know the -p option for packet per second, but I want to send packet per minute.

Vipin Chaudhary
- 11
- 2
0
votes
1 answer
How enable tcpreplay fragroute engine
I have installed tcpreplay and before that installed libdnet libevent and fragroute but the fragroute engine is disable and i can not use --fragroute option in tcprewrite. how can i enable the fragroute engine?

user3008785
- 11
- 1
-1
votes
1 answer
Using tcpreplay for vxlan packets
I am quite unfamiliar with the way tcpreplay works and I just started using it.
I am feeding a pcap of vxlan packets to an ethernet interface that has vxlan configured on top of it. Can we see the decapsulated packets on the vxlan interface? Do I…

KPW
- 27
- 7
-1
votes
2 answers
Overriding function does not execute EV<< command?
I'm using Omnet++ 4.6 and I created a class to inherit AODVRouting. Now, I created a function in my new class that overrides handleMessage() from the parent class. Compiler indicates that the function is indeed overridden. I typed an EV<< command to…

Shaikha TheGreen
- 115
- 2
- 12