scapy-http
scapy-http copied to clipboard
HTTP Packet Reading issue.
Won't read the complete HTTP Request when an HTTP packet is formed of multiple TCP segments. It just takes into account the first packet with the HTTP request-line and skip the rest.
I met a similar problem. But it doesn't take into account even the first segment of an HTTP request packet. It skip all the TCP segments.
Version : scapy-2.4.0 scapy-http-1.8.2