Wireshark-commits: [Wireshark-commits] master d752f51: RTP: Stats calculation unification

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Jun 2018 13:34:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d752f518cd810d58e886ded6edca89aa1b530451
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d752f51 by Jiri Novak (j.novak@xxxxxxxxxxxx):

        RTP: Stats calculation unification
    
        Changes:
        - rtpstream_info_calc_t created
        - rtpstream_info_calculate and rtpstream_info_calc_free functions created
        - RTP code updated to use such functions
    
    Change-Id: I1053a46cbd0cdef9d70382135da46e732b5af8b8
    Reviewed-on: https://code.wireshark.org/review/28361
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5f45709   lwm2mtlv: Show object name in a generated item
    adds  d752f51       RTP: Stats calculation unification


Summary of changes:
 sharkd_session.c            | 44 +++++++++---------------
 ui/cli/tap-rtp.c            | 66 +++++++++++------------------------
 ui/qt/rtp_stream_dialog.cpp | 52 +++++++++++-----------------
 ui/tap-rtp-common.c         | 83 ++++++++++++++++++++++++++++++++++++++++++++-
 ui/tap-rtp-common.h         | 37 ++++++++++++++++++++
 5 files changed, 173 insertions(+), 109 deletions(-)