Wireshark-dev: Re: [Wireshark-dev] How code recognizes that processing of all packets with tap
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 21 Jun 2018 11:45:48 -0700
On Jun 20, 2018, at 3:14 PM, Jirka Novak <j.novak@xxxxxxxxxxxx> wrote:

>  What is correct way to recognize that capture processing with tap was
> finished?

There isn't one, unfortunately.  We'd have to change the tap mechanism to introduce a "we're done processing packets" callback to provide that.