Issue when Bro is reading a file which capturing live traffic

Hi All,
I run tcpdump live to capture the traffic into a file using “-w”.
Then I run bro to read that file offline using “-r”.
Both instances are running continuously. First it works fine but then bro stop generating results although it keep running, this means bro didn’t continue reading from the file. Is it because bro -r is faster than the live capturing?
How to let bro keep reading the file (this file is continuously increasing)
My bro version: 2.3 running on ubuntu platform.

Thanks

Hi Hashem,

Thanks Franky for your reply.
in my research, I’m requested to run bro in offline mode for further analysis and forensics.

Any idea how to resolve the issue.

Thanks