Open isambartm opened 2 months ago
Works for me. Please provide a packet capture and command-line syntax.
Here is an example trace that shows this issue: https://wiki.wireshark.org/uploads/__moin_import__/attachments/SampleCaptures/v6-http.cap
I just replayed it using:
tcpreplay -i
Hello, I also encountered the same error, I want to know which old versions can be used normally?
I believe version 4.4.4 won't show this error message.
Replaying valid IPv6 traffic over Ethernet, I get the following error message for most packets (when first 4 bits of Ethernet Destination MAC not set to "6"):
Looking at where this error message is generated (flows.c, lines 242-248), it seems the IPv6 version may be checked using the wrong packet offset. This currently uses "packet[0]", but I think this may need to be "packet[l2len]" instead.
To Reproduce Steps to reproduce the behavior:
Expected behavior Traffic should be replayed without error.
System (please complete the following information):