Wireshark-commits: [Wireshark-commits] master b1910fc: rtcp: Extend AVB RTCP (IEEE1733) to decode A
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Dec 2019 14:58:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1910fcdc8ef0f95c0cc59fc8a2d46fcca136b34
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b1910fc by Alexander Meier (MeierAPunkt@xxxxxxxxxxxxxx):

    rtcp: Extend AVB RTCP (IEEE1733) to decode AS Timestamp and Sequence Id
    
    AS Timestamp and Sequence Id are not decoded in AVP RTCP (IEEE17333) packets.
    
    This adds a unsigned 32 bit field for AS Timestamp and a unsigned 64 bit
    field for Sequence Id to the rtcp dissector.
    
    Change-Id: I9f47001d60985b90d0f4a67ca1b1188ceba45923
    Reviewed-on: https://code.wireshark.org/review/35537
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e306618   whois: add query string to info column.
     add  b1910fc   rtcp: Extend AVB RTCP (IEEE1733) to decode AS Timestamp and Sequence Id


Summary of changes:
 epan/dissectors/packet-rtcp.c | 39 +++++++++++++++++++++++++++++++++++----
 1 file changed, 35 insertions(+), 4 deletions(-)