Wireshark-dev: [Wireshark-dev] Wireshark do not stop extcap on exit if no packets received yet

From: Jirka Novak <j.novak@xxxxxxxxxxxx>
Date: Sun, 12 Dec 2021 12:19:18 +0100
Hi,

  I noticed issue #17781.
  I think that something like:

if (capture_in_progress)
  captureStop();

  should be used.
  I spend several hours with finding correct place where to fix it, but
with no success. I'm not able to track as signals are passed in the code
in this case (no data captured yet).
  Can I ask someone to advice me? I will finish patch then...

						Best regards,

							Jirka