Skip to content
New issue

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 failed #4683

Open
Redict opened this issue Mar 6, 2025 · 0 comments
Open

TCP reassembly failed #4683

Redict opened this issue Mar 6, 2025 · 0 comments

Comments

@Redict
Copy link

Redict commented Mar 6, 2025

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

from scapy.all import PcapReader, sniff, TCPSession

with PcapReader(pcap_file) as pcap:
    sniff(
        opened_socket=pcap,
        prn=print,
        store=False,
        session=TCPSession
    )

Actual result

Just TCP packets with Raw payload

Expected result

HTTP request packet

Related resources

piece.pcap.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant