Wireshark-commits: [Wireshark-commits] master 6b5e95c: opa-mad: use a simpler way to read a time fi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Jul 2020 19:08:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b5e95c47392a478f5972a2753c07063bac9688f
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6b5e95c by Martin Kaiser (wireshark@xxxxxxxxx):

    opa-mad: use a simpler way to read a time field
    
    There's no need parse the time field ourselves. proto_tree_add_item()
    supports the encoding that is used here.
    
    Change-Id: Ifd8cb77f1225b84b9eaccfb0cc23c9c413c6e77b
    Reviewed-on: https://code.wireshark.org/review/37901
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  dc7f935   kafka: zstd: free the composite tvb only once
     add  6b5e95c   opa-mad: use a simpler way to read a time field


Summary of changes:
 epan/dissectors/packet-opa-mad.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)