aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-12Try to check that all items in bitmask set have same widthMartin Mathieson1-7/+7
2022-11-01Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-11/+11
2022-10-31Allow custom dissectors for BLE advertisement service UUIDsMaurice Lam1-23/+27
2022-10-21Bluetooth: add RSI and Broadcast_Name AD parserJakub Pawlowski1-0/+25
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-17/+17
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2022-02-04Trivial: change some formatting in hf item definitionsMartin Mathieson1-1/+1
2021-12-31BTHCI: add Major Device Class parser for LE AudioJakub Pawlowski1-2/+16
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-08-29BTHCI: Add new Bluetooth v5.3 HCI commands/event dissectionAllan Møller Madsen1-4/+95
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-8/+8
2021-04-14Mibeacon: Unauthorized withdrawnLingao Meng1-1/+0
2021-04-14Mibeacon: Unauthorized addition, application withdrawn.Lingao Meng1-5/+0
2021-04-14MiBeacon: Add dissector for xiaomi bluetooth protocolMeng Lingao1-0/+6
2021-03-13btle: decode new control PDUs and advertising info in 5.2Thomas Sailer1-0/+227
2021-02-23Make a couple of dissector vars static.Martin Mathieson1-1/+1
2021-02-15Set a few more dissector vars/funs to static.Martin Mathieson1-12/+12
2020-10-28Bluetooth protocols: fix some protocol item lengthsMartin Mathieson1-2/+2
2020-10-15bthci_iso: full packet decode and reassembly addedAllan Møller Madsen1-0/+33
2020-10-03Fix more filter field strings.Martin Mathieson1-1/+1
2020-09-27Fix some wrong filter names.Martin Mathieson1-2/+2
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-6/+6
2020-08-14bthci: Correct endianess and fields related to LE isochronous streamsAllan Møller Madsen1-3/+3
2020-08-14bluetooth.gaen: Adding Google/Apple Exposure Notification to bluetooth.Brendan O'Connor1-1/+15
2020-08-06packet-bthci-cmd: For LE Supported Features, fix loop to exit after 8 items.Martin Mathieson1-3/+1
2020-08-03Btle: AE Host Advertising Data reassemblyPiotr Winiarczyk1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-20/+20
2020-04-12Bluetooth: Handle reserved bits in LE channel mapJoakim Andersson1-7/+14
2020-03-05Bluetooth: fix Flow Specification HCI CommandMike Ryan1-0/+14
2020-02-26bthci_cmd: fix typoAlexis La Goutte1-1/+1
2020-01-31Bluetooth HCI: Add support for Bluetooth v5.2Allan Møller Madsen1-16/+860
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2019-03-23Bluetooth HCI: Rename LE Read Remote Used Features commandAllan Møller Madsen1-6/+6
2019-03-22Bluetooth HCI: Core spec 5.1 supportAllan Møller Madsen1-38/+499
2019-02-20Expanding Bluetooth Mesh Profile dissectorPiotr Winiarczyk1-3/+36
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-15/+15
2018-11-01Bluetooth: HCI: Add more description about SCO Packet TypesMichał Łabędzki1-10/+10
2018-07-27bthci_cmd: fix spelling-error-in-binary found by lintianAlexis La Goutte1-3/+3
2018-06-18Bluetooth HCI updateAllan Møller Madsen1-23/+136
2018-06-12BT Common: fix btcommon.eir_ad.entry.le_role filterPascal Quantin1-2/+1
2018-06-12BT Common: use bluetooth_address_type_vals with btcommon.eir_ad.entry.le_bd_a...Pascal Quantin1-2/+2
2018-06-08BT Common: fix dissection of 32 bits and 128 bits UUIDPascal Quantin1-39/+30
2018-04-27Bluetooth HCI: Add missing LE event mask fieldsAllan Møller Madsen1-2/+58
2018-04-01Qt/Bluetooth: Fix Devices lists namesMichał Łabędzki1-0/+14
2018-02-13Fix the "pointer to function that generates a label" values.Guy Harris1-1/+1