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
TCP reassembly doesn't work when there're multiple resends (?)
2.6.1.dev55
3.12.7
Windows 11 24H2 26100.3194
No response
from scapy.all import PcapReader, sniff, TCPSession with PcapReader(pcap_file) as pcap: sniff( opened_socket=pcap, prn=print, store=False, session=TCPSession )
Just TCP packets with Raw payload
HTTP request packet
piece.pcap.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brief description
TCP reassembly doesn't work when there're multiple resends (?)
Scapy version
2.6.1.dev55
Python version
3.12.7
Operating system
Windows 11 24H2 26100.3194
Additional environment information
No response
How to reproduce
Actual result
Just TCP packets with Raw payload
Expected result
HTTP request packet
Related resources
piece.pcap.zip
The text was updated successfully, but these errors were encountered: