Re: [Wireshark-dev] How to recognize that live capture is running?

2021-04-20 Thread chuck c
Are you looking to copy the state of the Stop Capture button on the main toolbar? https://www.wireshark.org/docs/wsug_html_chunked/ChUseMainToolbarSection.html On Tue, Apr 20, 2021 at 1:39 PM Jirka Novak wrote: > Hi, > > I need to show a button in a dialog just in case that live capture is >

[Wireshark-dev] How to recognize that live capture is running?

2021-04-20 Thread Jirka Novak
Hi, I need to show a button in a dialog just in case that live capture is running, but I'm not able to find how to get this information. I'm able to get information about change of state during e.g. closing capture, but not get current state. Can anyone advice me, how to get current status?