Wireshark-commits: [Wireshark-commits] master-2.0 867b194: Qt: Wire up the RTP Streams "Analyze" bu

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Oct 2015 21:19:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=867b1942a8bce1ec340beb86b65f602a948f8be8
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

867b194 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Wire up the RTP Streams "Analyze" button.
    
    Change-Id: I0ad5d689b6c05fd3f98ba3304a5d99297db2bd6c
    Reviewed-on: https://code.wireshark.org/review/11198
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 18bec424fb1c1404370f2fbe35bebcf5ab2eb2af)
    Reviewed-on: https://code.wireshark.org/review/11202
    

Actions performed:

    from  5b10628   Split RTP player tapping, decoding, and plotting.
    adds  867b194   Qt: Wire up the RTP Streams "Analyze" button.


Summary of changes:
 ui/qt/rtp_analysis_dialog.cpp |  281 +++++++++++++++++++++++++----------------
 ui/qt/rtp_analysis_dialog.h   |   15 ++-
 ui/qt/rtp_player_dialog.h     |    2 +
 ui/qt/rtp_stream_dialog.cpp   |  150 +++++++++++++---------
 4 files changed, 271 insertions(+), 177 deletions(-)