You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool emits the following import errors under some circumstances:
Import Error - most likely due to missing pycrypto libraries - disabling crypto functionality
ImportError('cannot import name TLSHandshake',)
As the README file states, these errors are admittedly annoying, but do not prevent the tool from producing correct results.
At this point, I am unable to chase down the source of this problem, as it does not reproduce for me.
Kind users who have encountered this error and can suggest a fix, are encouraged to (preferably) submit a pull request, or add a comment to this issue.
Thanks in advance,
Nimrod
The text was updated successfully, but these errors were encountered:
Removes sys.path magic.
Renames scapy-ssl_tls to scapy_ssl_tls and adds __init__.py in order allow direct imports. (dashes are not allowed in package names for imports).
Removes unused import for ssl_tls_crypto.
Removes circular import in scapy_ssl_tls.ssl_tls trying to import ssl_tls_crypto which in return tried to import from ssl_tls.
Fixes issue #40.
Thank you so much tintinweb.
The tool emits the following import errors under some circumstances:
As the README file states, these errors are admittedly annoying, but do not prevent the tool from producing correct results.
At this point, I am unable to chase down the source of this problem, as it does not reproduce for me.
Kind users who have encountered this error and can suggest a fix, are encouraged to (preferably) submit a pull request, or add a comment to this issue.
Thanks in advance,
Nimrod
The text was updated successfully, but these errors were encountered: