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 104b9fe: rtp: add function to duplicate rtp_dyn_paylo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Dec 2016 09:00:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=104b9fe5afc1f7aac1df263dd8e9af1fd1cb449f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

104b9fe by Peter Wu (peter@xxxxxxxxxxxxx):

    rtp: add function to duplicate rtp_dyn_payload_t
    
    There is no way to iterate through the contents. For a future patch to
    the SDP dissector (where the session-level info is copied to the
    media-level), it would be nice to duplicate the dynamic payload info.
    
    Change-Id: I79b8349e5e157298a28fc608e20c2c2e03e76400
    Reviewed-on: https://code.wireshark.org/review/19106
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  89bc07c   DTLS: add support for use_srtp extension (RFC 5764)
    adds  104b9fe   rtp: add function to duplicate rtp_dyn_payload_t


Summary of changes:
 epan/dissectors/packet-rtp.c |   21 +++++++++++++++++++++
 epan/dissectors/packet-rtp.h |    3 +++
 2 files changed, 24 insertions(+)