-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Parse iSCSI #77
Comments
Hi @glaslos, I wanted to pick up this issue. As far as I could read about the following protocol, I understood that I need to extract the first 48 bytes, as the header and the remaining as the data that the request carries. Since it is carried over the TCP/IP connection, we can set up a listener on the given port and then parse the request, just like the existing one for HTTP etc. Is this something that needs to be done? Kindly guide! |
You only need to implement a handler, have a look here |
@glaslos Could you review it once? |
Happy to review a pull request! |
On port 3260
The text was updated successfully, but these errors were encountered: