From: chrishoder Date: Tue, 5 Feb 2013 03:00:12 +0000 (+0000) Subject: changes to the sniff cod for mainDisplay X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=49f6a874fb0672b60ea3c47b57438f68ba3847c4 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 --- 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