Wireshark-commits: [Wireshark-commits] master 5d019cf: Make quit_after_cap an item in commandline_p
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Jun 2016 01:40:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d019cfb13a75663f5fde39163650884208e5791
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5d019cf by Guy Harris (guy@xxxxxxxxxxxx):

    Make quit_after_cap an item in commandline_param_info_t.
    
    And make the commandline_info structure global, so all the places that
    look at quit_after_cap can get at it.
    
    Change-Id: I006329cf8842c655cca36f024570855d1b16e107
    Reviewed-on: https://code.wireshark.org/review/16182
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3f49e89   Pull quit_after_cap out of the global capture options.
    adds  5d019cf   Make quit_after_cap an item in commandline_param_info_t.


Summary of changes:
 ui/commandline.c            |    5 +--
 ui/commandline.h            |    5 +--
 ui/gtk/main.c               |   91 +++++++++++++++++++++----------------------
 ui/qt/main_window.cpp       |    4 +-
 ui/qt/main_window_slots.cpp |   10 +++--
 wireshark-qt.cpp            |   55 +++++++++++++-------------
 6 files changed, 84 insertions(+), 86 deletions(-)