-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
Describe the bug
Trying to replay a pcap using tcpreplay is generating the following error
safe_pcap_next ERROR: Invalid packet length in send_packets.c:get_next_packet() line 1068: packet length=785 capture length=801
To Reproduce
Steps to reproduce the behavior:
- Installed tcpreplay on CentOS 7
- sudo tcpreplay -i ens160 testing-sqli.pcap
- Getting error message - safe_pcap_next ERROR: Invalid packet length in send_packets.c:get_next_packet() line 1068: packet length=785 capture length=801
Expected behavior
Pcap should be replayed over the network
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
- OS: CentOS
- OS version - 7.1.1503
- Tcpreplay Version - 4.3.2-1
Pcap
Dropbox link
Reactions are currently unavailable