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 54d2ff1: Convert the WSP stats to generic stat API.

Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Sep 2015 01:01:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=54d2ff1c3e74e57a59a57b9b3fdeb50e64cceb0f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

54d2ff1 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Convert the WSP stats to generic stat API.
    
    Add support for multiple tables to SimpleStatisticsDialog.
    
    Change-Id: I843d901db092d2f2856d3d1a16f29f85fb41374b
    Reviewed-on: https://code.wireshark.org/review/10339
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  377d215   Convert the MTP3 stats to new "generic stat API".
    adds  54d2ff1   Convert the WSP stats to generic stat API.


Summary of changes:
 doc/wireshark.pod.template         |    8 +
 epan/dissectors/packet-wsp.c       |  156 +++++++++++++
 ui/gtk/CMakeLists.txt              |    1 -
 ui/gtk/Makefile.common             |    1 -
 ui/gtk/wsp_stat.c                  |  430 ------------------------------------
 ui/qt/simple_statistics_dialog.cpp |   36 ++-
 6 files changed, 190 insertions(+), 442 deletions(-)
 delete mode 100644 ui/gtk/wsp_stat.c