aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btatt.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Bluetooth: ATT: Fix Object List Control Point responseMichal Labedzki1-1/+1
2016-05-20Bluetooth: GATT: Add support for PLXS/PLXPMichal Labedzki1-1/+588
2016-04-18btatt: Add count of rr intervals to head of subtreemichal.orynicz1-0/+5
2016-04-16btatt: Gather rr intervals into a subtreemichal.orynicz1-1/+9
2016-04-14Parse all rr interval values in packetmichal.orynicz1-2/+4
2016-04-07Use faster string functions at startup.Gerald Combs1-6/+8
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-09Bluetooth: GATT: Pass data to GATT dissectorsMichal Labedzki1-8/+7
2016-03-09Bluetooth: GATT: Add a lot of attributes usage expert infosMichal Labedzki1-37/+2330
2016-02-22Resolve hf_ field name conflicts with protocol strings.Michael Mann1-1/+1
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