-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
ipidseq.nse uses packet.u16 function that is marked as local #2464
Comments
Thank you for reporting the issue and identifying the root cause. A fix has been committed as r38371. |
Hi, |
Yes thank you now it’s working fine. |
what i have to do solve that problem. please explain me how to copy to local file |
nmap/scripts/ipidseq.nse
Line 234 in 705ac8d
packet.u16(...) is marked as local (it is right thing to do to achieve correct encapsulation) and cannot be used anymore.
Maybe separate module for helper functions should be introduced.
The text was updated successfully, but these errors were encountered: