Wireshark-commits: [Wireshark-commits] master 8c72070: Bluetooth: AVDTP: Fix byte order
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Feb 2014 14:16:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c72070c335cb033da2db3ef2470d9352f4ea2f7
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8c72070 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: AVDTP: Fix byte order
    
    AVDTP does not specify byte order of protocol, but define that at byte level
    (MSB/LSB). Moreover: Codec VendorId is in Little Endian and this patch fix that.
    
    Change-Id: I91d8e9321e9909cb07d92d3df348ab6e1e5b1e1b
    Reviewed-on: https://code.wireshark.org/review/222
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  fa02368   EDNS0 DO bit in Z field is decode incorrect
    adds  8c72070   Bluetooth: AVDTP: Fix byte order


Summary of changes:
 epan/dissectors/packet-btavdtp.c |  285 +++++++++++++++++++-------------------
 1 file changed, 142 insertions(+), 143 deletions(-)