mirror of https://github.com/secdev/scapy.git
Fix str calls on TLS
This commit is contained in:
parent
805d67a156
commit
3425119846
|
@ -891,6 +891,7 @@ class _GenericTLSSessionInheritance(Packet):
|
|||
self.raw_packet_cache = rpc_snap
|
||||
|
||||
return built_packet
|
||||
__str__ = __bytes__
|
||||
|
||||
def show2(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue