mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Ensure time continues moving forward if a pcap source is suspended
This commit is contained in:
parent
5377dd446d
commit
2c8d0f60da
5 changed files with 61 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue