-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels