-
Notifications
You must be signed in to change notification settings - Fork 77
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 layer is not detected #36
Comments
This module parses the HTTP request which has sport or dport == 80. Your pcap does not satisfy the condition. @invernizzi: can you please comment how to parse HTTP protocol on non-standard ports? |
My code which adds a new destination and source port (5000) to parse the HTTP layer with is as follows:
You can then show an HTTP packet as per the docs. |
@arglucas This will work irrespective of the source and destination port. |
Hi! Maybe this could help: https://gist.github.com/cr0hn/cfa4e6d04a20f6248a506c072ae0ba81 |
web3_clientVersion.pcap.tar.gz
When I do a
packet.show()
with the attached pcap file, there is no HTTP layer shown.The text was updated successfully, but these errors were encountered: