Wireshark-commits: [Wireshark-commits] master 87973bf: RTP: Common functions for allocation/dealloc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Jun 2018 14:16:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=87973bf516432756f6948e969dbe9d6aa8a27017
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

87973bf by Jiri Novak (j.novak@xxxxxxxxxxxx):

    RTP: Common functions for allocation/deallocation of rtpstream_info_t
    
    Change-Id: I9a0a11d238473a7c57d85547dca0713ed421a500
    Reviewed-on: https://code.wireshark.org/review/28417
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  59c0b48   gtpv2: extend msgs supported in request/reply matching algorithm
    adds  87973bf   RTP: Common functions for allocation/deallocation of rtpstream_info_t


Summary of changes:
 tshark.c                       |  2 +
 ui/qt/iax2_analysis_dialog.cpp | 16 ++++++--
 ui/qt/rtp_analysis_dialog.cpp  | 14 +++----
 ui/qt/rtp_audio_stream.cpp     |  6 ++-
 ui/qt/rtp_audio_stream.h       |  5 ++-
 ui/qt/rtp_player_dialog.cpp    | 43 ++++++++++-----------
 ui/qt/rtp_player_dialog.h      |  6 +--
 ui/qt/rtp_stream_dialog.cpp    |  9 ++++-
 ui/tap-rtp-common.c            | 86 ++++++++++++++++++++++++++++++++++++------
 ui/tap-rtp-common.h            | 10 +++++
 ui/voip_calls.c                | 13 ++++---
 11 files changed, 153 insertions(+), 57 deletions(-)