aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btatt.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Bluetooth: GATT: Add ability to filtering by Service and Characteristic level...Michal Labedzki1-81/+127
2016-02-06Bluetooth: GATT: Add support for OTS/OTPMichal Labedzki1-33/+722
2016-02-01btatt: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-2/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-17/+17
2016-01-20Bluetooth: GATT: Add support for TDSMichal Labedzki1-12/+93
2016-01-20Bluetooth: GATT: Better name resolution of handlesMichal Labedzki1-35/+148
2016-01-18Bluetooth: EIR/AD: Add missing IPS itemMichal Labedzki1-12/+19
2016-01-18Bluetooth: Update Assign numbers (5th December 2015)Michal Labedzki1-0/+14
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki1-42/+21
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-4/+4
2015-12-02btatt - make size 32-bit in get_value()Michael Mann1-2/+2
2015-11-20Bluetooth: GATT: Add HTTP Proxy Service attributesMichal Labedzki1-0/+146
2015-11-20Bluetooth: Add ability to add custom UUID descriptionMichal Labedzki1-0/+4
2015-11-20Bluetooth: Move GATT dissectors registration to GATT handoffMichal Labedzki1-35/+36
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-17Bluetooth: ATT: Fix Heart Rate Measurement characteristicMichal Labedzki1-7/+7
2015-10-17Bluetooth: ATT: Print names assigned to handles in info columnMichal Labedzki1-16/+49
2015-10-17Bluetooth: Fix expert info for undecoded dataMichal Labedzki1-1/+1
2015-10-17Bluetooth: Fix displaying and handling UUID128Michal Labedzki1-2/+2
2015-10-17Bluetooth: ATT: Add missing "Generic" items for AppearanceMichal Labedzki1-1/+15
2015-10-17Bluetooth: ATT: Remove DecodeAs UUID16/128Michal Labedzki1-86/+7
2015-10-16Bluetooth: GATT: Add support for Nordic's vendor UUIDsMichal Labedzki1-11/+269
2015-10-15Bluetooth: ATT: Support two request at onceMichal Labedzki1-0/+33
2015-10-12btatt: clear variable (CID 1268204)Dario Lombardo1-2/+1
2015-09-23Bluetooth: ATT: Missing break in switch (CID 1324756)Alexis La Goutte1-0/+1
2015-09-14Bluetooth: ATT: Add remaining attributesMichal Labedzki1-49/+3657
2015-09-14Use FT_UINT40 in two placesMichal Labedzki1-2/+1
2015-08-19Bluetooth: ATT: Fix Dead Store (Dead assignement/Dead increment) warning foun...Alexis La Goutte1-6/+6
2015-08-19Bluetooth: ATT: Fix code will never be executed [-Wunreachable-code]Alexis La Goutte1-2/+0
2015-08-18Bluetooth: Update Assign NumbersMichal Labedzki1-0/+17
2015-08-18Bluetooth: ATT: Add some remaining attributesMichal Labedzki1-29/+2018
2015-08-15btatt: guard against incomplete reassemblyEvan Huus1-1/+6
2015-08-07Try to fix casting issues with older versions of GLib.Gerald Combs1-2/+2
2015-08-06Bluetooth: Fix some MSVC2015 warnings/errorsMichal Labedzki1-10/+10
2015-08-05Revert "[MSVC 2015] Fix errors seen with the released version by reverting th...Michal Labedzki1-2/+12
2015-08-05[MSVC 2015] Fix errors seen with the released version by reverting theAndersBroman1-12/+2
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-3/+3
2015-07-12Revert "[MSVC2015] TRy to fix Warnings turned errors."Anders Broman1-2/+12
2015-06-15Qt/Bluetooth: Add Devices dialogueMichal Labedzki1-1/+1
2015-06-04[MSVC2015] TRy to fix Warnings turned errors.Anders1-12/+2
2015-05-18Bluetooth: ATT: Enable UUID128 fieldMichal Labedzki1-2/+2
2015-03-06Bluetooth: ATT: Add request/response visual indicatorsMichal Labedzki1-2/+2
2015-02-12BT ATT: memory given to add_new_data_source() must be allocated in pinfo scopePascal Quantin1-1/+1
2015-02-12Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki1-1/+1
2015-02-07Don't call the Bluetooth code's UUID type "uuid_t".Guy Harris1-14/+15
2015-02-07Bluetooth: ATT: Use proto_tree_add_new_bytes for UUID128Michal Labedzki1-2/+2
2015-02-07btatt: fix bug ("Labeled code is unreachable");Bill Meier1-1/+1
2015-02-07Bluetooth/GUI: ATT: Add Server Attribute TableMichal Labedzki1-34/+46