Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 7eee48a: RTP: RTP dissector is able to decode RTP ove

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 18 Dec 2016 03:13:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7eee48ad5588bc2debec0e564b3526c97a0eb125
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7eee48a by Jiri Novak (j.novak@xxxxxxxxxxxx):

    RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)
    
    Bug: 13251
    Change-Id: I56a01e779f7f0eadc8a078f88543269a91148f00
    Reviewed-on: https://code.wireshark.org/review/19293
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5696b84   X2AP: use unit strings
    adds  7eee48a   RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)


Summary of changes:
 epan/dissectors/asn1/h245/packet-h245-template.c |    2 +-
 epan/dissectors/packet-ansi_a.c                  |    2 +-
 epan/dissectors/packet-applemidi.c               |    2 +-
 epan/dissectors/packet-gsm_a_bssmap.c            |    2 +-
 epan/dissectors/packet-h245.c                    |    2 +-
 epan/dissectors/packet-rsl.c                     |    2 +-
 epan/dissectors/packet-rtp.c                     |   69 ++++++++++++++++++----
 epan/dissectors/packet-rtp.h                     |    2 +
 epan/dissectors/packet-rtpproxy.c                |    2 +-
 epan/dissectors/packet-rtsp.c                    |    2 +-
 epan/dissectors/packet-sdp.c                     |    4 +-
 epan/dissectors/packet-skinny.c                  |    4 +-
 epan/dissectors/packet-ua.c                      |    2 +-
 epan/dissectors/packet-uma.c                     |    2 +-
 epan/dissectors/packet-zrtp.c                    |    4 +-
 plugins/unistim/packet-unistim.c                 |    2 +-
 16 files changed, 77 insertions(+), 28 deletions(-)