Wireshark-commits: [Wireshark-commits] master ccb936e: RTPS: Added support for new features
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 31 May 2016 10:45:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ccb936eca508a586d9f5c5595615eab0bdc53098
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ccb936e by Juanjo Martin (juanjo@xxxxxxx):

    RTPS: Added support for new features
    
    Added partial support for Secure DDS as well as TopicQuery and
    IP Mobility (RTI features).
    
    Fixed also a few bugs: wrong octet sequence offset, fixing "switch"
    statement that was falling through and shouldn't, fixing endpoint
    filters and correct dissection of inline_qos.
    
    Change-Id: I9d1c048eaaf3914420bdd6be37fb2040a6a47874
    Reviewed-on: https://code.wireshark.org/review/15496
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  33414fe   Remove proto_item_append_string.
    adds  ccb936e   RTPS: Added support for new features


Summary of changes:
 epan/dissectors/packet-rtps.c | 1213 +++++++++++++++++++++++++++++++++++------
 epan/dissectors/packet-rtps.h |   45 +-
 2 files changed, 1092 insertions(+), 166 deletions(-)