Wireshark-commits: [Wireshark-commits] master 1df7c07: RTPS: Added Topic Information feature. This

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Nov 2015 13:53:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1df7c07326237e585e0fe87f8b1bd5ea05e5274a
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1df7c07 by Juanjo Martin (juanjo@xxxxxxx):

    RTPS: Added Topic Information feature. This feature shows the Topic
    Name and the Type Name of the sample by consulting a hash table
    that relates GUIDs and this information.
    
    This information is very useful to any analysis performed to RTPS
    data. It can be disabled using a checkbox so it doesn't impact
    performance when capturing (default = disabled).
    
    Bug: 11729
    Change-Id: Ic9fa3a777dfed3cb46166b8e7c9783a12c161e7d
    Reviewed-on: https://code.wireshark.org/review/11602
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  67d9daa   autotools: Fix extra-compiler-warnings for system headers
    adds  1df7c07   RTPS: Added Topic Information feature. This feature shows the Topic Name and the Type Name of the sample by consulting a hash table that relates GUIDs and this information.


Summary of changes:
 epan/dissectors/packet-rtps.c |  201 +++++++++++++++++++++++++++++++++++------
 epan/dissectors/packet-rtps.h |    7 +-
 2 files changed, 178 insertions(+), 30 deletions(-)