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 22bc307: RTP: handle payload reassembly for multiple

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 Sep 2015 04:20:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=22bc307c8dc99c6c8e1664d1f8994863e459f884
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

22bc307 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    RTP: handle payload reassembly for multiple fragments
    
    If an RTP payload spans more than two packets, the dissector needs to
    save the previous fragment info.
    
    Bug: 11413
    Change-Id: I62558f40136881d70bf2a9597eabd3697966ac4a
    Reviewed-on: https://code.wireshark.org/review/9875
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f5bf04e   QUIC: Add Client/Server handshake (CHLO / SHLO / REJ)
    adds  22bc307   RTP: handle payload reassembly for multiple fragments


Summary of changes:
 epan/dissectors/packet-rtp.c |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)