Remove all debugging printouts to stdout

This commit is contained in:
Paul Hollinsky
2018-10-30 15:02:01 -04:00
parent ccd26a3637
commit 92d98f8bd5
16 changed files with 79 additions and 46 deletions
+8
View File
@@ -50,6 +50,14 @@ public:
SettingsChecksumError = 0x2006,
SettingsNotAvailable = 0x2007,
// Transport Errors
FailedToRead = 0x3000,
FailedToWrite = 0x3001,
DriverFailedToOpen = 0x3002,
PacketChecksumError = 0x3003,
PCAPCouldNotStart = 0x3102,
PCAPCouldNotFindDevices = 0x3103,
TooManyErrors = 0xFFFFFFFE,
Unknown = 0xFFFFFFFF
};