aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btatt.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-56/+56
2022-11-18Fix some cppcheck issuesMartin Mathieson1-2/+3
2022-11-14epan: Separate fragment_head and fragment_itemJohn Thacker1-1/+1
2022-11-02Fix some spelling errorsMartin Mathieson1-6/+6
2022-11-01Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-22/+22
2022-10-25Bluetooth: add Volume Control Service characteristics parsingJakub Pawlowski1-0/+80
2022-09-18Fix some spelling errorsMartin Mathieson1-1/+1
2022-09-10Dissector names are not protocol names.Guy Harris1-0/+1
2022-08-17BTATT: Fix bitmask for btatt.battery_power_stateUli Heilmeier1-4/+4
2022-08-02epan: Refactor floating point display typesJoão Valverde1-24/+24
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-37/+37
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-10/+10
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-2/+2
2021-07-25btatt: fix reported dissector bug.Guy Harris1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2021-07-08check_typed_item_calls.py Some more mask checksMartin Mathieson1-1/+1
2021-02-11btatt: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-4/+0
2021-02-09first version of reassembly btattMartin Haaß1-18/+214
2020-12-09Fix various spelling errors.Guy Harris1-2/+2
2020-09-27Fix some wrong filter names.Martin Mathieson1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-50/+50
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-84/+84
2020-05-01No explicit glib.h include requiredJaap Keuter1-1/+0
2020-02-28btatt: Call btatt.handle subdissectorsAngelos Drossos1-19/+12
2019-12-10btatt: check the opcode against the current data.Dario Lombardo1-22/+30
2019-11-04BTATT: avoid crashing when called directly through user DLTPascal Quantin1-92/+119
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-06-03BTMESH: Add dissector for Foundation modelsPiotr Winiarczyk1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-9/+9
2019-02-20Expanding Bluetooth Mesh Profile dissectorPiotr Winiarczyk1-7/+47
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