grab only unknown on start

This commit is contained in:
john30
2016-11-20 13:18:56 +01:00
parent c5972e177a
commit 5b88c67451
+1 -1
View File
@@ -327,7 +327,7 @@ public:
m_symPerSec(0), m_maxSymPerSec(0),
m_state(bs_noSignal), m_repeat(false),
m_command(false), m_commandCrcValid(false), m_response(false), m_responseCrcValid(false),
m_grabUnknownMessages(gr_all) {
m_grabUnknownMessages(gr_unknown) {
memset(m_seenAddresses, 0, sizeof(m_seenAddresses));
}