We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When TCP segments are sent out of order, scapy's srp1() returns None for the last segment sent.
srp1()
None
Expected behaviour: scapy's srp1() should return the ACK packet for the last segment sent as shown in packet capture.
The tcp client code, packet capture file and screenshots are in this repo for reproduction.
2.6.1
3.12.3
Linux 6.8.0-54-generic
No response
order_1_ack is None
order_1_ack
order_1_ack should not be None. It should have same contents as in the captured pcap.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brief description
When TCP segments are sent out of order, scapy's
srp1()
returnsNone
for the last segment sent.Expected behaviour: scapy's
srp1()
should return the ACK packet for the last segment sent as shown in packet capture.The tcp client code, packet capture file and screenshots are in this repo for reproduction.
Scapy version
2.6.1
Python version
3.12.3
Operating system
Linux 6.8.0-54-generic
Additional environment information
No response
How to reproduce
Actual result
order_1_ack
isNone
Expected result
order_1_ack
should not beNone
. It should have same contents as in the captured pcap.Related resources
No response
The text was updated successfully, but these errors were encountered: