Wireshark-commits: [Wireshark-commits] master fe5015f: RTPS: Decompress ZLIB compressed serialized
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Jun 2019 04:07:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fe5015f60384cbc462fa0b0ef48d7e2ed8390901
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

fe5015f by ismaelrti (ismael@xxxxxxx):

    RTPS: Decompress ZLIB compressed serialized Type Object
    
    Type Object parameter can be sent compressed using zlib to
    save bandwidth. This data can be decompressed and
    dissected as an usual Type Object.
    
    Change-Id: Id226b01daff225bb8e21aea765dcc5f7a0165bb7
    Reviewed-on: https://code.wireshark.org/review/33738
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c4a0ca2   Qt: Fixup our template icon generation.
     add  fe5015f   RTPS: Decompress ZLIB compressed serialized Type Object


Summary of changes:
 epan/dissectors/packet-rtps.c | 75 +++++++++++++++++++++++++++++++++++++------
 epan/dissectors/packet-rtps.h |  6 ++++
 2 files changed, 71 insertions(+), 10 deletions(-)