invernizzi / scapy-http

Support for HTTP in Scapy
Other
301 stars 77 forks source link

HTTP Packet Reading issue. #38

Open ajinabraham opened 6 years ago

ajinabraham commented 6 years ago

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.

icestrawberryxjw commented 5 years ago

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