You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sudo tcpreplay --multiplier=1 -i lo 2019-05-23.pcap
Warning: Unable to process unsupported DLT type: BSD loopback (0x0)
safe_pcap_next ERROR: Invalid packet length in send_packets.c:get_next_packet()
method: PF_PACKET send()
line 1068: 75674 is greater than maximum 65549
Than the program simply exit.
The code of the last warning is exactly here and has been added as a response to another bug.
To Reproduce
Steps to reproduce the behavior:
Had a fully working version of tcpreplay v.4.2.6 from tarball where some warnings came up, but the replay in general worked.
Than upgraded to v4.3.2, new warning and now the program simply quits.
Expected behavior
Be able to read and replay of packages > 65549 (which does not looks like the correct value, the resolution for the other bug where a max len of 262144)
System (please complete the following information):
Ubuntu 18.04
Tcpreplay Version 4.3.2
The text was updated successfully, but these errors were encountered:
I believe this issue is resolved int #571 which significantly increases maximum snaplen. Closing for now. Reopoen if reproduced, and will get pcap file from you.
Than the program simply exit.
The code of the last warning is exactly here and has been added as a response to another bug.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be able to read and replay of packages > 65549 (which does not looks like the correct value, the resolution for the other bug where a max len of 262144)
System (please complete the following information):
The text was updated successfully, but these errors were encountered: