Wireshark-commits: [Wireshark-commits] master f220073: RTSP: Added support for pipelined RTSP respo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Feb 2018 06:38:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f220073eec4b951d6d0179068d5d4ffb59537881
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f220073 by Jiri Novak (j.novak@xxxxxxxxxxxx):

    RTSP: Added support for pipelined RTSP responses
    
    Patch allow RTSP dissector to decode multiple RTSP responses in one packet. Decoded without the patch shows second and subsequent responses as "data".
    
    Bug: 14450
    Change-Id: I2cc42b1544dd6b4f6a7e5eea67b0b2a10eed0fc6
    Reviewed-on: https://code.wireshark.org/review/26049
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e9ffd03   wisun: support EAPOL Relay (1v21 format)
    adds  f220073   RTSP: Added support for pipelined RTSP responses


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