From a38aa7e4611d0b8985bbc7c30d6decbdc975c1c5 Mon Sep 17 00:00:00 2001 From: Dusan Klinec Date: Mon, 8 Jan 2018 11:37:07 +0100 Subject: [PATCH] - print() removed in from do_dec() produced long trail of the following lines when parsing the certificate from TLS Handshake --- scapy/asn1/ber.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scapy/asn1/ber.py b/scapy/asn1/ber.py index 52b59c1..767d45c 100644 --- a/scapy/asn1/ber.py +++ b/scapy/asn1/ber.py @@ -152,7 +152,6 @@ def do_dec(cls, s, context=None, safe=False): context = cls.tag.context cls.check_string(s) p = (s[0]) - print(context, type(context)) if p not in context: t = s if len(t) > 18: