Wireshark-commits: [Wireshark-commits] master 2ccb9d2: Add jitter logic to RtpAudioStream.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2ccb9d2d957a6c118c00a193d0fbe19712153208
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2ccb9d2 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Add jitter logic to RtpAudioStream.
Copy the jitter logic from rtp_player.c to rtp_audio_stream.cpp. This
still isn't correct but the RTP player should now be complete enough to
start looking at the bug list at the top of rtp_player_dialog.cpp.
Disable timing and jitter controls while we're playing while we're here.
Fixes bug 11635.
Bug: 11635
Change-Id: Ie583ade522702cbe1bbcea4475a535caa1d74fa2
Reviewed-on: https://code.wireshark.org/review/11295
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 25de442 Add Decode As capabilities to MoldUDP64 dissector.
adds 2ccb9d2 Add jitter logic to RtpAudioStream.
Summary of changes:
ui/qt/rtp_audio_stream.cpp | 247 +++++++++++++++++++++++++++++++++++++------
ui/qt/rtp_audio_stream.h | 53 +++++++++-
ui/qt/rtp_player_dialog.cpp | 85 ++++++++++++++-
ui/qt/rtp_player_dialog.h | 5 +-
ui/qt/rtp_player_dialog.ui | 7 +-
ui/rtp_stream.h | 2 +-
6 files changed, 354 insertions(+), 45 deletions(-)