vtable
vtable

Reputation: 334

Append packet to PCAP with Scapy got TCP Retransmission

I append TCP packet to Pcap file with Scapy Python , but when I open the pcap file with Wireshark I see

TCP Retransmission

How can I fix that ?

Upvotes: 2

Views: 407

Answers (1)

user16139739
user16139739

Reputation: 1155

Make sure the packet you append doesn't look like a retransmission of data in an earlier packet in the capture.

If you don't think it looks like a retransmission, submit a bug on the Wireshark issue list and attach the capture file to the bug, so the developers can determine what the issue is.

Upvotes: 1

Related Questions