Skip to content
Snippets Groups Projects
Commit 34251198 authored by gpotter2's avatar gpotter2
Browse files

Fix str calls on TLS

parent 805d67a1
No related branches found
No related tags found
No related merge requests found
......@@ -891,6 +891,7 @@ class _GenericTLSSessionInheritance(Packet):
self.raw_packet_cache = rpc_snap
return built_packet
__str__ = __bytes__
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