Wireshark-commits: [Wireshark-commits] master 7fdc534: Convert BOOTP/DHCP tap stats to new "generic
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Jul 2015 23:08:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7fdc534cf967320fce4d560969385d6f19798b8d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7fdc534 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Convert BOOTP/DHCP tap stats to new "generic stat API".
    
    Change-Id: I0edc3909516452e6497a050b4617f9aafcea2688
    Reviewed-on: https://code.wireshark.org/review/9112
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  a8ff1e2   Create very basic "generic" stat tap API to create a "GUI" independent table.
    adds  7fdc534   Convert BOOTP/DHCP tap stats to new "generic stat API".


Summary of changes:
 CMakeLists.txt                 |    1 -
 epan/dissectors/packet-bootp.c |   89 +++++++++++++
 ui/cli/Makefile.common         |    1 -
 ui/cli/tap-bootpstat.c         |  203 ----------------------------
 ui/gtk/CMakeLists.txt          |    1 -
 ui/gtk/Makefile.common         |    1 -
 ui/gtk/bootp_stat.c            |  284 ----------------------------------------
 7 files changed, 89 insertions(+), 491 deletions(-)
 delete mode 100644 ui/cli/tap-bootpstat.c
 delete mode 100644 ui/gtk/bootp_stat.c