aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btatt.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann1-1/+0
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-1/+1
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-2/+2
2017-09-11BTATT: add curr_layer_num to key tracking request / responsePascal Quantin1-8/+15
2017-09-01btatt: Fix show handle with unknown service/characteristic/attributeStig Bjørlykke1-8/+4
2017-08-25btatt: Fix request response arrowsDylan Ulis1-2/+2
2017-04-16btatt: failed assertion 'hf->bitmask != 0' (btatt.glucose_measurement.type_an...Alexis La Goutte1-2/+2
2017-03-27btatt: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-03-06bluetooth: fix this statement may fall through [-Werror=implicit-fallthrough=...Alexis La Goutte1-2/+2
2017-02-06Bluetooth: ATT: Implement "Resolvable Private Address"Michal Labedzki1-20/+32
2017-01-11packet-btatt.c: Use protocol information from dissector handle instead of pin...Michael Mann1-1/+37
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-11/+11
2016-11-02btatt: fix spelling typo found by lintianAlexis La Goutte1-8/+8
2016-10-28btatt: fix fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-19Bluetooth: ATT: Add missing expert info for Regulatory CertificationMichal Labedzki1-4/+17
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-18btatt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2016-08-16Bluetooth: ATT: Implement attribute Regulatory Certification Data ListMichal Labedzki1-4/+177
2016-07-21Add proto_tree_add_checksum.Michael Mann1-1/+1
2016-07-15Bluetooth: GATT: Add services error codesMichal Labedzki1-15/+329
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