Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master d1d88f5: Add plumbing for stat commands ("-z ...").

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Jul 2014 20:52:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1d88f575d58bad338e5760eac62c981cf4753a3
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d1d88f5 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add plumbing for stat commands ("-z ...").
    
    Trigger dialog creation by passing a method name to
    QMetaObject::invokeMethod. I'm not entirely sure this is sane but it
    seems to work OK. Move getopt processing further down in the main initialization sequence
    to more closely match GTK+ and allow for stat command registration.
    
    Change-Id: I5cd5375fa71dbadac69d528b2ba3bb13598dc3f6
    Reviewed-on: https://code.wireshark.org/review/2964
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  14f9434   Remove $Id$ Change-Id: Iae71c6e65000471f251717a172c5f4b812ac1bd3 Reviewed-on: https://code.wireshark.org/review/3011 Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    adds  d1d88f5   Add plumbing for stat commands ("-z ...").


Summary of changes:
 ui/qt/CMakeLists.txt            |    2 +-
 ui/qt/io_graph_dialog.cpp       |   23 ++++++-
 ui/qt/main.cpp                  |  145 +++++++++++++++++++++++----------------
 ui/qt/main_window.cpp           |   10 ++-
 ui/qt/main_window.h             |    8 +++
 ui/qt/main_window_slots.cpp     |   15 +++-
 ui/qt/stats_tree_dialog.cpp     |    1 -
 ui/qt/wireshark_application.cpp |    5 ++
 ui/qt/wireshark_application.h   |    3 +
 9 files changed, 145 insertions(+), 67 deletions(-)