Wireshark-commits: [Wireshark-commits] master abfa0d6: Qt: Keep extcap control channels when captur
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=abfa0d6218108a14898778b7142c55a27d42b298
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
abfa0d6 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: I6797c982760a1013fca2a24699befff1dc82f28c
Reviewed-on: https://code.wireshark.org/review/35013
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from f75f128 CoAP: add a separator between messages in info column
add abfa0d6 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 | 11 +++++++----
6 files changed, 21 insertions(+), 14 deletions(-)