aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btatt.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-17/+17
2018-10-06Bluetooth: ATT: Implement one FTMS/FTMP characteristic: Machine StatusMichał Łabędzki1-19/+362
2018-09-05Bluetooth: ATT: Implement five FTMS/FTMP characteristics: Supported * RangeMichał Łabędzki1-33/+526
2018-08-14btatt: Fix Temperature Measurement Value unitStig Bjørlykke1-4/+3
2018-08-06Bluetooth: ATT: Implement 0x2A1F-0x2A59 remaining characteristicsMichał Łabędzki1-17/+224
2018-07-22In bgatt.uuid0xXXXX names, hex digits in XXXX are lower case.Guy Harris1-3/+3
2018-07-22If the dissector isn't registered, you shouldn't be calling it.Guy Harris1-1/+1
2018-07-22Don't assume a given btgatt.uuid0xXXXX dissector exists.Guy Harris1-11/+24
2018-07-10btatt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-07-01Bluetooth: ATT: Implement 0x2A0B-0x2A1B remaining characteristicsMichał Łabędzki1-5/+174
2018-05-07Bluetooth: ATT: Fix description of few fieldsMichał Łabędzki1-7/+7
2018-05-07Bluetooth: Assigned Numbers: Add Mesh CharacteristicsMichał Łabędzki1-0/+80
2018-05-07Bluetooth: GATT: Add prepare to implementing FTMS/FTMPMichał Łabędzki1-0/+260
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-6/+6
2018-04-14Bluetooth: ATT: Fix cast-warningsMichał Łabędzki1-11/+11
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-6/+6
2018-04-01Bluetooth: Update Assigned NumbersMichał Łabędzki1-1/+1
2018-03-25Bluetooth: ATT: Appearance: Add new itemsMichał Łabędzki1-0/+51
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2018-01-05btatt: Avoid duplicate "Handle:" in COL_INFOStig Bjørlykke1-7/+4
2018-01-04btatt: Support BBC micro:bit Bluetooth profileStig Bjørlykke1-2/+872
2018-01-02btatt: Remove custom UUID dissectors from btatt.handle DecodeAsStig Bjørlykke1-32/+16
2017-12-29btatt: Skip Units and Members UUIDs in decode-asStig Bjørlykke1-1/+5
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