Closed Chenneyfang closed 6 years ago
Hi @Chenneyfang,
afaik this is already fixed in master. Anyway, can you verify that #99 (this is the fix in master) fixes the issue for you?
change setup.py - swapdnet
for pydumbnet
.
if platform.system() == "Darwin":
- dependencies.extend(("dnet", "pcapy"))
+ dependencies.extend(("pydumbnet", "pcapy"))
also reported:
>>> from scapy_ssl_tls.ssl_tls import TLS
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Python/2.7/site-packages/scapy_ssl_tls/ssl_tls.py", line 691, in <module>
class TLSHelloRetryRequest(Packet):
File "/Library/Python/2.7/site-packages/scapy_ssl_tls/ssl_tls.py", line 695, in TLSHelloRetryRequest
TypedPacketListField("extensions", None, TLSExtension, length_from=lambda x:x.length, type_="TLSHelloRetryRequest")]
File "/Library/Python/2.7/site-packages/scapy_ssl_tls/ssl_tls.py", line 228, in __init__
self.type_ = type_
AttributeError: 'TypedPacketListField' object has no attribute 'type_'
@tintinweb
ssl_tls.txt here is the code,@tintinweb
i use "sudo pip install scapy-ssl_tls" to install,but it reported:
who can help me??