浏览代码

clean files/comments

aidmar.wainakh 6 年之前
父节点
当前提交
05363ef581
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code_boost/src/cxx/pcap_processor.cpp

+ 1 - 1
code_boost/src/cxx/pcap_processor.cpp

@@ -125,7 +125,7 @@ void pcap_processor::collect_statistics() {
         std::chrono::microseconds intervalStartTimestamp = stats.getTimestampFirstPacket();
         std::chrono::microseconds firstTimestamp = stats.getTimestampFirstPacket();
 
-        // Aidmar - used to know the capture duration, thus choose a suitable interval
+        // An empty loop to know the capture duration, then choose a suitable time interval
         SnifferIterator lastpkt; 
         for (SnifferIterator j = snifferOverview.begin(); j != snifferOverview.end();  snifferIteratorIncrement(j)) {lastpkt = j;}