Wireshark-commits: [Wireshark-commits] master fcce1e4: Bluetooth: GATT: Add a lot of attributes usa
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fcce1e4bca92feafcaf3b63fede261469ff97ee8
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fcce1e4 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
    Bluetooth: GATT: Add a lot of attributes usage expert infos
    
    Bluetooth Specifications specify properties of every characteristics
    (read, write, indicate, notify, write without response, signed write etc.)
    Check it and add expert info about invalid usage if detected use of wrong
    opcode with the characteristic.
    
    Change-Id: I98ad8280b9ee65b4015a021e732ea748cc9e7a83
    Reviewed-on: https://code.wireshark.org/review/14313
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    
Actions performed:
    from  31d3a1b   Initialize write function pointers when copying a new wtap block option.
    adds  fcce1e4   Bluetooth: GATT: Add a lot of attributes usage expert infos
Summary of changes:
 debian/libwireshark0.symbols       |    2 +
 epan/dissectors/packet-bluetooth.c |   12 +-
 epan/dissectors/packet-btatt.c     | 2375 +++++++++++++++++++++++++++++++++++-
 epan/dissectors/packet-btatt.h     |    5 +
 4 files changed, 2347 insertions(+), 47 deletions(-)