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 1a38cde: RTSP dissector: Decode RTP/AVP/TCP and confi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Dec 2016 05:34:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a38cdeef7a8ae4435896606eeca85897d0d5829
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1a38cde by Jiri Novak (j.novak@xxxxxxxxxxxx):

    RTSP dissector: Decode RTP/AVP/TCP and configure RTP session for it
    
    rtsp_create_conversation was modified significantly:
    - ignore non response calls => process only the complete information
    - distinguish between UDP, TCP and RTSP interlaced media
    - supports ED137 recording with RTP/UDP or RTP/TCP
    
    It was tested on many samples from bugzilla and from my library.
    Tests noted in bug 13257
    
    Bug: 13257
    Change-Id: I054505bcb9334c3abfff6d61c18c9cb6d2a6d56e
    Reviewed-on: https://code.wireshark.org/review/19341
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  32a31c5   GTK: fix Export Objects sub menu warning
    adds  1a38cde   RTSP dissector: Decode RTP/AVP/TCP and configure RTP session for it


Summary of changes:
 epan/dissectors/packet-rtsp.c |  193 ++++++++++++++++++++++++++++++++---------
 1 file changed, 150 insertions(+), 43 deletions(-)