Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Packet Reading issue. #38

Open
ajinabraham opened this issue Jun 7, 2018 · 1 comment
Open

HTTP Packet Reading issue. #38

ajinabraham opened this issue Jun 7, 2018 · 1 comment

Comments

@ajinabraham
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants