Wireshark-commits: [Wireshark-commits] master fd19aaf: Add ONC RPC program stats.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 7 Aug 2015 08:57:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fd19aafbe6ae39dc07c16ebf565d916ec6da33a4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fd19aaf by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add ONC RPC program stats.
    
    Convert ONC RPC program stats to the stat_tap API.
    
    Add a "user_data" member to the stat_tap_table_item_type struct.
    
    Change-Id: I5cbf000a447ff93d30fa7f098124bdcbc34f2935
    Reviewed-on: https://code.wireshark.org/review/9904
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  0c9998d   Add dissector for MQTT-SN v1.2
    adds  fd19aaf   Add ONC RPC program stats.


Summary of changes:
 epan/dissectors/packet-rpc.c       |  164 +++++++++++++
 epan/stat_tap_ui.h                 |   11 +
 ui/gtk/CMakeLists.txt              |    1 -
 ui/gtk/Makefile.common             |    1 -
 ui/gtk/main_menubar.c              |    2 -
 ui/gtk/rpc_progs.c                 |  450 ------------------------------------
 ui/qt/simple_statistics_dialog.cpp |   21 +-
 ui/qt/simple_statistics_dialog.h   |    4 +-
 8 files changed, 191 insertions(+), 463 deletions(-)
 delete mode 100644 ui/gtk/rpc_progs.c