Wireshark-commits: [Wireshark-commits] master 6ada430: SOMEIP: Bugfix for SOME/IP-SD Collision of U

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 05 May 2020 06:25:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6ada4302b545d28a2bf2b8711382051f50363b6d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6ada430 by Dr. Lars Völker (lars.voelker@xxxxxxxxxxxxxxxxxxxxxxx):

    SOMEIP: Bugfix for SOME/IP-SD Collision of Unique ID
    
    The unique id for SOME/IP-SD was not unique for eventgroups since
    it was made up by the service id and instance id only.
    This patch adds the eventgroup id to fix this.
    
    Bug: 16549
    Change-Id: I16bf0884d4a7bc1d3df5de868833fb1887ba0baa
    Reviewed-on: https://code.wireshark.org/review/37131
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c521570   Infiniband: skip past the undissected vendor header.
     add  6ada430   SOMEIP: Bugfix for SOME/IP-SD Collision of Unique ID


Summary of changes:
 epan/dissectors/packet-someip-sd.c | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)