Wireshark-commits: [Wireshark-commits] master-3.0 781e3b9: Qt: Keep extcap control channels when ca
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=781e3b96079cc342dc537b3e66999969b45f315f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
781e3b9 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Keep extcap control channels when capturing to multiple files
When using the "Create a new file automatically" feature the capture in
Wireshark will stop and start, but the extcap utility will continue run
as normal. Ensure the control channels are kept when doing this.
Rename the unused capture_session.session_started to session_will_restart
to detect this.
Bug: 16178
Change-Id: I1ef7dec274b22b98f7808df610e006e6d2c0085e
Reviewed-on: https://code.wireshark.org/review/35024
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ef32e00 gitlab-ci: bump opensuse image version to 15.1.
add 781e3b9 Qt: Keep extcap control channels when capturing to multiple files
Summary of changes:
capchild/capture_session.h | 2 +-
capchild/capture_sync.c | 2 +-
ui/capture.c | 2 ++
ui/qt/main_window.cpp | 16 +++++++++-------
ui/qt/main_window.h | 2 +-
ui/qt/main_window_slots.cpp | 13 ++++++++-----
6 files changed, 22 insertions(+), 15 deletions(-)