Fixed printing of None in CCSPI dissection w/ scapy.
[goodfet] / client / GoodFETCCSPI.py
index 8276330..1568660 100644 (file)
@@ -280,6 +280,6 @@ class GoodFETCCSPI(GoodFET):
         self.printpacket(packet);
         try:
             scapyd = Dot15d4(packet[1:]);
-            print scapyd.show();
+            scapyd.show();
         except:
             pass;