Wireshark-commits: [Wireshark-commits] master 587e93a: Start moving RTP decoding routines to the ui
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=587e93a55e6d58076c76f3c611dab002c34001e6
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
587e93a by Gerald Combs (gerald@xxxxxxxxxxxxx):
Start moving RTP decoding routines to the ui directory.
Move decode_rtp_packet to ui/rtp_media.[ch].
Change-Id: Ib138781c37ac17b807bf75f9d772351aadf72071
Reviewed-on: https://code.wireshark.org/review/10575
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 723bae5 TCPROS - Initial implementation for the Robot Operating System TCP protocol
adds 587e93a Start moving RTP decoding routines to the ui directory.
Summary of changes:
ui/CMakeLists.txt | 2 +
ui/Makefile.common | 2 +
ui/gtk/rtp_player.c | 97 +++----------------------------------
ui/rtp_media.c | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++
ui/rtp_media.h | 88 +++++++++++++++++++++++++++++++++
5 files changed, 234 insertions(+), 89 deletions(-)
create mode 100644 ui/rtp_media.c
create mode 100644 ui/rtp_media.h