Hi Jose.
Seriously, I would to thank you for massive attention and help.
Usually, I install tcpreplay with default. Then I replayed traffic as the following:
sudo tcpreplay -i ens34 (This interface that replay traffic ) Smaple.pcap ( name of Pcap file )
or using tcpreplay-edit
sudo tcpreplay-edit --mtu=65300 -i ens34 (This interface that replay traffic ) Smaple.pcap ( name of Pcap file )
In my case, both situation has many dropped packet. My idea is to replay pcap without dropped packets. Current Injection method with tcpreplay is AF Packet. In this past it was PF RING and it was working amazing without loss any packet. Therefore, I am looking for configure TCPREPLAY with PF RING but unfortunately, I could not.