Wireshark-commits: [Wireshark-commits] master 32e66a4: Bluetooth: Add music duration info for SBC

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 May 2014 11:24:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=32e66a4cc663e5ec351872f6d4445d2b8c53a071
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

32e66a4 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: Add music duration info for SBC
    
    Music duration info can be used to detect underflow, what can
    decrease music quality.
    
    Change-Id: I8ea06655395d3e66473a09ee72b6833b894aa6e1
    Reviewed-on: https://code.wireshark.org/review/1052
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  7882284   Bluetooth: Fix Content Protection call for VDP
    adds  32e66a4   Bluetooth: Add music duration info for SBC


Summary of changes:
 epan/dissectors/packet-btavdtp.c |  103 ++++++++++++++++++++++++++++++++------
 epan/dissectors/packet-btavdtp.h |   12 ++++-
 epan/dissectors/packet-rtp.c     |    2 +-
 epan/dissectors/packet-sbc.c     |   95 +++++++++++++++++++++++++++++++++--
 4 files changed, 189 insertions(+), 23 deletions(-)