summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-btatt.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-07Bluetooth: ATT: Fix Running Walking Sensor field nameMichal Labedzki1-1/+1
2015-02-07Bluetooth: ATT: Fix not missing breakMichal Labedzki1-1/+2
2015-02-07Bluetooth: ATT: Missing break in switch (CID 1268199)Alexis La Goutte1-0/+1
2015-02-07Bluetooth: ATT: Fix Dead Store (Dead assignement/Dead increment) warning foun...Alexis La Goutte1-2/+0
2015-02-03BT ATT: Fix what appears to be a value string mismatch.Gerald Combs1-1/+1
2015-02-03Bluetooth/USB HID: Move boot form of reports from bthid to usbhidMichal Labedzki1-3/+22
2015-02-03Initialize the entire UUID.Guy Harris1-2/+1
2015-02-03Bluetooth: ATT: Dissect almost all attributesMichal Labedzki1-109/+3596
2015-02-03Bluetooth: ATT: Dissect Read Multiple ResponseMichal Labedzki1-37/+66
2015-02-03Bluetooth: ATT: Decode some HOGP attributesMichal Labedzki1-32/+257
2015-02-03Bluetooth: ATT: Dissection stage 3: Assign UUID to HandleMichal Labedzki1-33/+156