Wireshark-commits: [Wireshark-commits] master f494298: RTPS: Added PT PID parameters and infrastruc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 2 May 2016 02:23:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f494298d378123cd82f19165b0a645cef5b233fc
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f494298 by Juanjo Martin (juanjo@xxxxxxx):

    RTPS: Added PT PID parameters and infrastructure to dissect
    
    Before, the dissector didn't have any code path to dissect the PT
    discovery parameters. The code path necessary as well as the
    parameter definitions have been added.
    
    Change-Id: I17665a56d033ffbfd16d47fe2e7374111aff9530
    Reviewed-on: https://code.wireshark.org/review/14804
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  22a2821   Another "this is < WTAP_MAX_PACKET_SIZE so no checks are needed" note.
    adds  f494298   RTPS: Added PT PID parameters and infrastructure to dissect


Summary of changes:
 epan/dissectors/packet-rtps.c |  142 +++++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-rtps.h |   26 ++++++++
 2 files changed, 168 insertions(+)