From 49f6a874fb0672b60ea3c47b57438f68ba3847c4 Mon Sep 17 00:00:00 2001 From: chrishoder Date: Tue, 5 Feb 2013 03:00:12 +0000 Subject: [PATCH] changes to the sniff cod for mainDisplay git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1448 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETMCPCANCommunication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/GoodFETMCPCANCommunication.py b/client/GoodFETMCPCANCommunication.py index 107b6ea..9c296fe 100644 --- a/client/GoodFETMCPCANCommunication.py +++ b/client/GoodFETMCPCANCommunication.py @@ -155,7 +155,7 @@ class GoodFETMCPCANCommunication: #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 -- 2.20.1