Wireshark-commits: [Wireshark-commits] master 3291550: RTPS: Added Endpoint Discovery reassembly

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Oct 2018 13:03:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3291550c01a4fc52fd7af8c4f9badc1c03384add
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3291550 by Juanjo Martin (juanjo@xxxxxxx):

    RTPS: Added Endpoint Discovery reassembly
    
    Added reassembly of the Endpoint Discovery Data and added the
    writer id to the fragment_add_check() function as the data to be
    used to identify fragments belonging to the same packet.
    
    Also changed the order of the modification of the INFO column for
    Discovery fragments (first add status, then the [Reassembled] tag).
    
    Change-Id: I1e830a07cecbfffe8a8fa9514e54d2e0aefb59c1
    Reviewed-on: https://code.wireshark.org/review/30379
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  83ca3f0   dissectors: Fix visibility and header installation
     add  3291550   RTPS: Added Endpoint Discovery reassembly


Summary of changes:
 epan/dissectors/packet-rtps.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)