URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ced39b6de863140eb0f793b04ca8a0c7c2a2c199
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ced39b6 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    Qt: Start capture from the command line.
    
    Fill in the capture-related mise en place so that -k and -i work. Get
    rid of global_capture_session in ui/qt and make it a member of
    MainWindow.
    
    Copy over privilege checking from GTK+.
    
    Move the global capture session struct to MainWindow.
    
    Change-Id: Iab5ec683860a40255a7e1d82e3872ced24fd55cb
    Reviewed-on: https://code.wireshark.org/review/4382
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    
Actions performed:
    from  5330875   GTK+: Revert back to 2.24.14-1.1 on Win64.
    adds  ced39b6   Qt: Start capture from the command line.
Summary of changes:
 capchild/CMakeLists.txt     |    1 +
 ui/qt/main.cpp              |  220 ++++++++++++++++++++++++++++++++++++++-----
 ui/qt/main_window.cpp       |    1 +
 ui/qt/main_window.h         |    2 +
 ui/qt/main_window_slots.cpp |    9 +-
 5 files changed, 205 insertions(+), 28 deletions(-)