PCAP/PDML import: reverting some temporary code changes
This commit is contained in:
parent
5db314722d
commit
0274fd4479
@ -29,7 +29,6 @@ class PcapFileFormat;
|
||||
class PdmlReader : public QObject, public QXmlStreamReader
|
||||
{
|
||||
Q_OBJECT
|
||||
//friend class PdmlUnknownProtocol;
|
||||
public:
|
||||
PdmlReader(OstProto::StreamConfigList *streams);
|
||||
~PdmlReader();
|
||||
|
@ -324,7 +324,7 @@ void PcapPort::PortTransmitter::run()
|
||||
// 'stats callback' function so that both Rx and Tx stats are updated
|
||||
// together
|
||||
|
||||
const int kSyncTransmit = 0; // temp mask, shd be 1;
|
||||
const int kSyncTransmit = 1;
|
||||
int i;
|
||||
|
||||
qDebug("sendQueueList_.size = %d", sendQueueList_.size());
|
||||
|
Loading…
Reference in New Issue
Block a user