Added the option to automatically re-inject packets that we have fuzzed and injected...
[goodfet] / client / GoodFETMCPCANCommunication.py
index a1a2e08..7d13ae7 100644 (file)
@@ -29,6 +29,7 @@ class GoodFETMCPCANCommunication:
        self.client.serInit()
        self.client.MCPsetup();
        self.DATALOCATION = "../../contrib/ThayerData/"
+       self.INJECTDATALOCATION  = self.DATALOCATION+"InjectedData/"