URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db6d8ae80ccd306c6c98c4c69133f35ea49ec6c7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
db6d8ae by Jiri Novak (j.novak@xxxxxxxxxxxx):
tshark/RTP: GUI dependency removed from register_tap_listener_rtpstream. As consequence of it a few functions were moved from ui/rtp_stream to ui/tap-rtp-common.
Change-Id: I9dd0603a9742eb374e71e84d1380083d6c861166
Reviewed-on: https://code.wireshark.org/review/28368
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from eee4f44 XRA: HCS check for docsis segments
adds db6d8ae tshark/RTP: GUI dependency removed from register_tap_listener_rtpstream. As consequence of it a few functions were moved from ui/rtp_stream to ui/tap-rtp-common.
Summary of changes:
ui/cli/tap-rtp.c | 22 +++++-----------
ui/qt/rtp_stream_dialog.cpp | 2 +-
ui/rtp_stream.c | 64 ++++++---------------------------------------
ui/rtp_stream.h | 21 ++-------------
ui/tap-rtp-common.c | 58 ++++++++++++++++++++++++++++++++++++++++
ui/tap-rtp-common.h | 23 ++++++++++++++++
6 files changed, 98 insertions(+), 92 deletions(-)