Wireshark-commits: [Wireshark-commits] master c97a97a: RTPS: Added new locator kinds and upgraded t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 16 Feb 2016 07:17:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c97a97aa9e56dd777791bd19b8829e8e87b8cadc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c97a97a by Juanjo Martin (juanjo@xxxxxxx):

    RTPS: Added new locator kinds and upgraded to latest set of ids
    
    The standard says that UDPv6 is the index 2. However, the dissector
    contained the old implementation of RTI DDS (which had SHMEM = 2
    and UDPv6 = 5). I have updated the dissector to be compliant with
    the standard and indirectly be compliant with the new version of
    RTI DDS which now implements the standard in this aspect.
    
    Change-Id: Iaade0e457fda35362c04a7658d62242cf8868127
    Reviewed-on: https://code.wireshark.org/review/13922
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d1474f1   IRDP: Use integer arithmetic to round-up [-Wbad-function-cast]
    adds  c97a97a   RTPS: Added new locator kinds and upgraded to latest set of ids


Summary of changes:
 epan/dissectors/packet-rtps.c |   73 +++++++++++++++++++++++++++++++++++------
 epan/dissectors/packet-rtps.h |   35 +++++++++++---------
 2 files changed, 83 insertions(+), 25 deletions(-)