Wireshark-commits: [Wireshark-commits] master 794b1e7: RTSP: Dissector should create RTP conversati
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 23 Feb 2018 12:44:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=794b1e75697363aa289cbbfb21629775bf509f6d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

794b1e7 by Jiri Novak (j.novak@xxxxxxxxxxxx):

    RTSP: Dissector should create RTP conversation if only server port was negotiated
    
    RTSP dissector now creates RTP conversation for UDP stream if
    only server_port in RTP response is sent (which is legal option).
    
    Bug: 14451
    Change-Id: Id0ff0047a5708f45795440ae965c1ab67841b613
    Reviewed-on: https://code.wireshark.org/review/26045
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1248c65   mate: change strcmp in g_strcmp0 that supports NULL (found by clang).
    adds  794b1e7   RTSP: Dissector should create RTP conversation if only server port was negotiated


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