Wireshark-commits: [Wireshark-commits] master 0f35832: rtp_analysis_dialog: save as au: fix for str
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 03 Nov 2019 11:12:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0f35832fce91d4202f788939056d47d6abf2feb3
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0f35832 by Jirka Novak (j.novak@xxxxxxxxxxxx):

    rtp_analysis_dialog: save as au: fix for streams with multiple codecs
    
    When the stream contains a mix of G.711A/U and silence, the RTP Analysis dialog
     prevented it from being saved. Add an exception for silence to fix this.
    
    Change-Id: I46bb1392244ff0ba300c371fb5ccd110fbd59a7e
    Reviewed-on: https://code.wireshark.org/review/34901
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  14fde2f   [Automatic update for 2019-11-03]
     add  0f35832   rtp_analysis_dialog: save as au: fix for streams with multiple codecs


Summary of changes:
 ui/qt/rtp_analysis_dialog.cpp | 27 +++++++++++++++++++++++----
 ui/tap-rtp-common.c           |  5 +++++
 ui/tap-rtp-common.h           |  7 +++++++
 3 files changed, 35 insertions(+), 4 deletions(-)