Skip to content
Snippets Groups Projects
Unverified Commit ba3b9e14 authored by Pierre Lalet's avatar Pierre Lalet Committed by GitHub
Browse files

Merge pull request #962 from gpotter2/tls-str

Fix str calls on TLS
parents 7616fb15 34251198
No related branches found
No related tags found
No related merge requests found
...@@ -891,6 +891,7 @@ class _GenericTLSSessionInheritance(Packet): ...@@ -891,6 +891,7 @@ class _GenericTLSSessionInheritance(Packet):
self.raw_packet_cache = rpc_snap self.raw_packet_cache = rpc_snap
return built_packet return built_packet
__str__ = __bytes__
def show2(self): def show2(self):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment