ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master d98faff: Bluetooth: ATT: Implement 0x2A1F-0x2A59 rema

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 06 Aug 2018 08:12:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d98faff19794a419efd4ab749f939c8d2f0dd6a4
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d98faff by Michał Łabędzki (michal.labedzki@xxxxxxxxxxxxx):

    Bluetooth: ATT: Implement 0x2A1F-0x2A59 remaining characteristics
    
    - 0x2A1F  Temperature Celsius
    - 0x2A20  Temperature Fahrenheit
    - 0x2A2F  Position 2D
    - 0x2A30  Position 3D
    - 0x2A3A  Removable
    - 0x2A3B  Service Required
    - 0x2A3C  Scientific Temperature Celsius
    - 0x2A3D  String
    - 0x2A3E  Network Availability
    - 0x2A57  Digital Output
    - 0x2A59  Analog Output
    
    Change-Id: I0c5bc4ba368c26edd600730ed62990abc9f4f1f9
    Reviewed-on: https://code.wireshark.org/review/28956
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  620fc58   editcap: Add ability to skip radiotap header.
     add  d98faff   Bluetooth: ATT: Implement 0x2A1F-0x2A59 remaining characteristics


Summary of changes:
 epan/dissectors/packet-btatt.c | 241 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 224 insertions(+), 17 deletions(-)