Ensure time continues moving forward if a pcap source is suspended

This commit is contained in:
Tim Wojtulewicz 2020-05-01 11:28:26 -07:00
parent 5377dd446d
commit 2c8d0f60da
5 changed files with 61 additions and 2 deletions

View file

@ -167,7 +167,7 @@ void Manager::FindReadySources(std::vector<IOSource*>* ready)
else
{
if ( ! pseudo_realtime )
// A pcap file is always ready to process.
// A pcap file is always ready to process unless it's suspended
ready->push_back(pkt_src);
}
}