Wireshark-commits: [Wireshark-commits] master c10c773: Allow floating point values for stats_tree
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Dec 2018 14:50:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c10c7737cc38cad91262293142ff92cb023f7789
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c10c773 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Allow floating point values for stats_tree
    
    Bug: 4234
    Change-Id: Ibd59809b2dd9890a7851eb57ef7af384e280a74b
    Reviewed-on: https://code.wireshark.org/review/31222
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  6180d0f   GTPv2: fix dissection of APN IE
     add  c10c773   Allow floating point values for stats_tree


Summary of changes:
 debian/libwireshark0.symbols               |   3 +-
 epan/dissectors/packet-ancp.c              |   4 +-
 epan/dissectors/packet-bacapp.c            |   4 +-
 epan/dissectors/packet-collectd.c          |   4 +-
 epan/dissectors/packet-dns.c               |  58 +++---
 epan/dissectors/packet-f5ethtrailer.c      |  16 +-
 epan/dissectors/packet-gsm_osmux.c         |  18 +-
 epan/dissectors/packet-hartip.c            |   8 +-
 epan/dissectors/packet-hpfeeds.c           |   8 +-
 epan/dissectors/packet-http.c              |  30 +--
 epan/dissectors/packet-http2.c             |   2 +-
 epan/dissectors/packet-isup.c              |   4 +-
 epan/dissectors/packet-lbmr.c              |  22 +--
 epan/dissectors/packet-rtsp.c              |  18 +-
 epan/dissectors/packet-sametime.c          |   2 +-
 epan/dissectors/packet-smpp.c              |   8 +-
 epan/dissectors/packet-ucp.c               |  12 +-
 epan/stats_tree.c                          | 284 +++++++++++++++++++++++------
 epan/stats_tree.h                          |  38 +++-
 epan/stats_tree_priv.h                     |  23 ++-
 plugins/epan/stats_tree/pinfo_stats_tree.c |  12 +-
 sharkd_session.c                           |  16 +-
 22 files changed, 401 insertions(+), 193 deletions(-)