Wireshark-commits: [Wireshark-commits] master 093aef0: RTSP: allow RTP heuristic dissection of RTSP
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Jul 2015 22:40:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=093aef0e28f25d1c6be0d78969c8348decbefb25
Submitter: Hadriel Kaplan (hadrielk@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

093aef0 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    RTSP: allow RTP heuristic dissection of RTSP interleaved channel data
    
    Allow the RTP dissector to register a heuristic to dissect RTSP interleaved
    data content, in case RTSP didn't know what the data is - for example
    it missed the RTSP message indicating the Transport info was RTP.
    
    Change-Id: I7a6ea886e6744d51533aa916974572fff41eb144
    Reviewed-on: https://code.wireshark.org/review/9749
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    

Actions performed:

    from  2c80810   WCCP: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    adds  093aef0   RTSP: allow RTP heuristic dissection of RTSP interleaved channel data


Summary of changes:
 epan/dissectors/packet-rtp.c  |    5 +++--
 epan/dissectors/packet-rtsp.c |   18 +++++++++++++++++-
 2 files changed, 20 insertions(+), 3 deletions(-)