aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_evt.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-12Try to check that all items in bitmask set have same widthMartin Mathieson1-46/+46
2022-04-06Bluetooth: print event code for unknown HCI eventsMatthias Ringwald1-2/+2
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-17/+17
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-08-29BTHCI: Add new Bluetooth v5.3 HCI commands/event dissectionAllan Møller Madsen1-1/+70
2021-07-29More fussing with masks.Martin Mathieson1-16/+16
2021-01-27BT_EVT: Codecs are not vendor codecsJaap Keuter1-1/+1
2020-12-09Fix various spelling errors.Guy Harris1-2/+2
2020-10-15bthci_iso: full packet decode and reassembly addedAllan Møller Madsen1-0/+67
2020-10-03Fix more filter field strings.Martin Mathieson1-1/+1
2020-09-27Fix some wrong filter names.Martin Mathieson1-1/+1
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-5/+5
2020-08-14bthci: Correct endianess and fields related to LE isochronous streamsAllan Møller Madsen1-4/+10
2020-08-08Fix most remaining detected cases where item with wrong type is used.Martin Mathieson1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-7/+7
2020-01-31Bluetooth HCI: Add support for Bluetooth v5.2Allan Møller Madsen1-31/+796
2019-11-04bthci_evt: Use specific expert infosStig Bjørlykke1-2/+6
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-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-11/+11
2019-03-23Bluetooth HCI: Rename LE Read Remote Used Features commandAllan Møller Madsen1-4/+4
2019-03-22bthci_evt: add BASE_UNIT_STRING to bthci_evt.max_encryption_key_size.Dario Lombardo1-1/+1
2019-03-22Bluetooth HCI: Core spec 5.1 supportAllan Møller Madsen1-7/+419
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-17/+17
2018-11-01Bluetooth: HCI: Add more description about SCO Packet TypesMichał Łabędzki1-122/+167
2018-06-18Bluetooth HCI updateAllan Møller Madsen1-5/+71
2018-03-25Bluetooth HCI evt: dissect last remaining BT5 eventsAllan Møller Madsen1-25/+324
2018-02-21Bluetooth: HCI_EVT: implement LE Extended Advertising ReportJakub Pawlowski1-2/+184
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann1-4/+18
2017-07-16bthci-evt: decrement number_of_loops to avoid hang (CID 1399639).Dario Lombardo1-0/+1
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-13/+1
2017-04-04Bluetooth: HCI_CMD: Implement a lot of remaining commandsMichal Labedzki1-7/+8
2017-04-04Bluetooth: HCI: Fix tracking for "Read Clock Offset"Michal Labedzki1-0/+1
2017-03-29Bluetooth: fix conflicting entries in its value_string.Michael Mann1-2/+2
2017-03-04Bluetooth: HCI: A few minor improvementsMichal Labedzki1-7/+4
2017-03-03Bluetooth: HCI_EVT: Implement all remaining events/commandsMichal Labedzki1-6/+369
2017-03-03Bluetooth: HCI_EVT: Implement "Read Local Supported Codecs"Michal Labedzki1-3/+95
2017-03-03Bluetooth: HCI_EVT: Add missing unit for generated fieldMichal Labedzki1-1/+1
2017-02-07Add dissection of Bluetooth 5.0 AE related HCI commandsAllan Møller Madsen1-0/+32
2017-02-07Bluetooth: EIR/AD: Add support for LE Features and Channel MapMichal Labedzki1-1/+36
2017-02-01Bluetooth 5.0, HCI command/event PHY update dissectionAllan Møller Madsen1-2/+73
2017-01-20Bluetooth: HCI_EVT: Implement "LE Direct Advertising Report"Michal Labedzki1-1/+86
2017-01-17Bluetooth: HCI_EVT: Implement some commands from Core 4Michal Labedzki1-100/+367
2016-12-24bthci_evt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-4/+4
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-11/+5
2016-12-13Bluetooth: BTLE: Add new commands parsingJakub Pawlowski1-0/+16