changes to the sniff cod for mainDisplay
authorchrishoder <chrishoder@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 5 Feb 2013 03:00:12 +0000 (03:00 +0000)
committerchrishoder <chrishoder@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 5 Feb 2013 03:00:12 +0000 (03:00 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1448 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/GoodFETMCPCANCommunication.py

index 107b6ea..9c296fe 100644 (file)
@@ -155,7 +155,7 @@ class GoodFETMCPCANCommunication:
                 
             #add the data to list if the pointer was included
             if(data != None):
                 
             #add the data to list if the pointer was included
             if(data != None):
-                data.append(packet)
+                data.append(self.client.packet2parsedstr(packet))
             
             if(debug == True):
                 #check packet status
             
             if(debug == True):
                 #check packet status