scapy-http icon indicating copy to clipboard operation
scapy-http copied to clipboard

HTTP Packet Reading issue.

Open ajinabraham opened this issue 7 years ago • 1 comments

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.

ajinabraham avatar Jun 07 '18 02:06 ajinabraham

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

icestrawberryxjw avatar Sep 26 '18 05:09 icestrawberryxjw