From e2c362996408ef45d75686da238fe649c865821b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 23 Apr 2015 14:00:43 +0200 Subject: [PATCH] Typo fixed --- bin/x509/pcap-sslcert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/x509/pcap-sslcert.py b/bin/x509/pcap-sslcert.py index bb52bd4..6fbc4bc 100644 --- a/bin/x509/pcap-sslcert.py +++ b/bin/x509/pcap-sslcert.py @@ -76,7 +76,7 @@ for l in fileinput.input(args.r): subject = x509.get_subject().CN if subject is None: subject = "" - print (c['dstip']+","+c['fp']+","+subject + print (c['dstip']+","+c['fp']+","+subject) elif args.s: print (c['fp']+","+base64.standard_b64encode(dercert)) else: