8000 TCP reassembly failed · Issue #4683 · secdev/scapy · GitHub
[go: up one dir, main page]

Skip to content
TCP reassembly failed #4683
@Redict

Description

@Redict

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0