Wireshark-commits: [Wireshark-commits] master 77ee625: packet-rtcp: enable REMB support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Mar 2017 01:07:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=77ee625fcd87b97e9c1ecc042e02176d8dea91fd
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

77ee625 by Philipp Hancke (fippo@xxxxxxxxxx):

    packet-rtcp: enable REMB support
    
    enables support for the REMB dissector. This looks for the
    magic string REMB (0x52454d42) before falling back to the current
    behaviour.
    
    This is consistent with the guidance in
      https://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03#section-2.2
    
    Kudos to whoever wrote this, it just works.
    
    Change-Id: I8b7420d8cfdb1cfe1bed8c23d5103a2f5bac1937
    Reviewed-on: https://code.wireshark.org/review/20573
    Reviewed-by: Nils Ohlmeier <github@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  663a360   ZigBee: Add attribute and command names from Prepayment used with GBCS
    adds  77ee625   packet-rtcp: enable REMB support


Summary of changes:
 epan/dissectors/packet-rtcp.c |   27 +++++++++++----------------
 1 file changed, 11 insertions(+), 16 deletions(-)