PCAP/PDML import: reverting some temporary code changes

This commit is contained in:
Srivats P. 2011-04-11 21:56:21 +05:30
parent 5db314722d
commit 0274fd4479
3 changed files with 1 additions and 4 deletions

View File

@ -31,5 +31,3 @@ version.cpp
# ctags
tags
pcaps\*

View File

@ -29,7 +29,6 @@ class PcapFileFormat;
class PdmlReader : public QObject, public QXmlStreamReader
{
Q_OBJECT
//friend class PdmlUnknownProtocol;
public:
PdmlReader(OstProto::StreamConfigList *streams);
~PdmlReader();

View File

@ -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());